#842A18

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

Shades of Burnt Umber #842A18

Tints of Burnt Umber #842A18

Color information

#842A18 (or 0x842A18) is unknown color: approx Burnt Umber. HEX triplet: 84, 2A and 18. RGB value is (132,42,24). Sum of RGB (Red+Green+Blue) = 132+42+24=198 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.67% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 132 - color contains mainly: red. Hex color #842A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842A18 is #7BD5E7. Grayscale: #434343. Windows color (decimal): -8115688 or 1583748. OLE color: 1583748.

HSL color Cylindrical-coordinate representation of color #842A18: hue angle of 10º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #842A18 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB1324224-
CMYK00.680.820.48
HSL10º69.23%30.59%-
HSV(B)10º81.82%51.76%-
XYZ10.516.631.59-
YUV66.86103.82174.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 66.67%
GREEN value IS 42 (16.80% from 255) = 21.21%
BLUE value IS 24 (9.77% from 255) = 12.12%
R=66.67%
G=21.21%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132422400.680.820.481069.2330.59
Hex842A180445230a451f
Octal20452300104122601210537
Binary10000100101010110000100010010100101100001010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842A18; }

 p { color: rgb(132,42,24); }

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

<style>
 a { background-color: #842A18; }

 a { background-color: rgb(132,42,24); }

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

<style>
 span { border-color: #842A18; }

 span { border-color: rgb(132,42,24); }

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