#8C2A09

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

Shades of Burnt Umber #8C2A09

Tints of Burnt Umber #8C2A09

Color information

#8C2A09 (or 0x8C2A09) is unknown color: approx Burnt Umber. HEX triplet: 8C, 2A and 09. RGB value is (140,42,9). Sum of RGB (Red+Green+Blue) = 140+42+9=191 (25% of max value = 765). Red value is 140 (55.08% from 255 or 73.30% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2A09 is #73D5F6. Grayscale: #434343. Windows color (decimal): -7591415 or 600716. OLE color: 600716.

HSL color Cylindrical-coordinate representation of color #8C2A09: hue angle of 15.11º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C2A09 is Cyan = 0, Magento = 0.7, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB140429-
CMYK00.70.940.45
HSL15.11º87.92%29.22%-
HSV(B)15.11º93.57%54.9%-
XYZ11.697.251.04-
YUV67.5494.97179.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 73.30%
GREEN value IS 42 (16.80% from 255) = 21.99%
BLUE value IS 9 (3.91% from 255) = 4.71%
R=73.30%
G=21.99%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14042900.70.940.4515.1187.9229.22
Hex8C2A90465E2Df581d
Octal21452110106136551713035
Binary1000110010101010010100011010111101011011111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,42,9); }

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

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

 a { background-color: rgb(140,42,9); }

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

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

 span { border-color: rgb(140,42,9); }

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