#842A24

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

Shades of Burnt Umber #842A24

Tints of Burnt Umber #842A24

Color information

#842A24 (or 0x842A24) is unknown color: approx Burnt Umber. HEX triplet: 84, 2A and 24. RGB value is (132,42,36). Sum of RGB (Red+Green+Blue) = 132+42+36=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #842A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842A24 is #7BD5DB. Grayscale: #444444. Windows color (decimal): -8115676 or 2370180. OLE color: 2370180.

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

Color convert

RGB1324236-
CMYK00.680.730.48
HSL3.75º57.14%32.94%-
HSV(B)3.75º72.73%51.76%-
XYZ10.666.692.4-
YUV68.23109.82173.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.86%
GREEN value IS 42 (16.80% from 255) = 20%
BLUE value IS 36 (14.45% from 255) = 17.14%
R=62.86%
G=20%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132423600.680.730.483.7557.1432.94
Hex842A24044493043921
Octal204524401041116047141
Binary10000100101010100100010001001001001110000100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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