#8A321D

Color #8A321D Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #8A321D

Tints of Burnt Umber #8A321D

Color information

#8A321D (or 0x8A321D) is unknown color: approx Burnt Umber. HEX triplet: 8A, 32 and 1D. RGB value is (138,50,29). Sum of RGB (Red+Green+Blue) = 138+50+29=217 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.59% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 138 - color contains mainly: red. Hex color #8A321D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A321D is #75CDE2. Grayscale: #4A4A4A. Windows color (decimal): -7720419 or 1913482. OLE color: 1913482.

HSL color Cylindrical-coordinate representation of color #8A321D: hue angle of 11.56º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A321D is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB1385029-
CMYK00.640.790.46
HSL11.56º65.27%32.75%-
HSV(B)11.56º78.99%54.12%-
XYZ11.847.772.04-
YUV73.92102.65173.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 63.59%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 29 (11.72% from 255) = 13.36%
R=63.59%
G=23.04%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.79
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138502900.640.790.4611.5665.2732.75
Hex8A321D0404F2Ec4121
Octal21262350100117561410141
Binary100010101100101110101000000100111110111011001000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A321D; }

 p { color: rgb(138,50,29); }

 H1.HeaderClassName
 {
   color: #8A321D;
 }
 .AnyTagClassName
 {
   color: #8A321D;
 }
</style>
background-color css

<style>
 a { background-color: #8A321D; }

 a { background-color: rgb(138,50,29); }

 div.DivClassName
 {
   background-color: #8A321D;
 }
 .BgClassName
 {
   background-color: #8A321D;
 }
</style>
border-color css

<style>
 span { border-color: #8A321D; }

 span { border-color: rgb(138,50,29); }

 td.TdClassName
 {
   border-color: #8A321D;
 }
 .TagClassName
 {
   border-color: #8A321D;
 }
</style>