#842C18

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

Shades of Burnt Umber #842C18

Tints of Burnt Umber #842C18

Color information

#842C18 (or 0x842C18) is unknown color: approx Burnt Umber. HEX triplet: 84, 2C and 18. RGB value is (132,44,24). Sum of RGB (Red+Green+Blue) = 132+44+24=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #842C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842C18 is #7BD3E7. Grayscale: #444444. Windows color (decimal): -8115176 or 1584260. OLE color: 1584260.

HSL color Cylindrical-coordinate representation of color #842C18: hue angle of 11.11º 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 #842C18 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB1324424-
CMYK00.670.820.48
HSL11.11º69.23%30.59%-
HSV(B)11.11º81.82%51.76%-
XYZ10.586.771.61-
YUV68.03103.15173.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 66%
GREEN value IS 44 (17.58% from 255) = 22%
BLUE value IS 24 (9.77% from 255) = 12%
R=66%
G=22%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132442400.670.820.4811.1169.2330.59
Hex842C180435230b451f
Octal20454300103122601310537
Binary10000100101100110000100001110100101100001011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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