#8C2B09

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

Shades of Burnt Umber #8C2B09

Tints of Burnt Umber #8C2B09

Color information

#8C2B09 (or 0x8C2B09) is unknown color: approx Burnt Umber. HEX triplet: 8C, 2B and 09. RGB value is (140,43,9). Sum of RGB (Red+Green+Blue) = 140+43+9=192 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.92% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2B09 is #73D4F6. Grayscale: #444444. Windows color (decimal): -7591159 or 600972. OLE color: 600972.

HSL color Cylindrical-coordinate representation of color #8C2B09: hue angle of 15.57º 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 #8C2B09 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB140439-
CMYK00.690.940.45
HSL15.57º87.92%29.22%-
HSV(B)15.57º93.57%54.9%-
XYZ11.737.321.05-
YUV68.1394.64179.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 72.92%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 9 (3.91% from 255) = 4.69%
R=72.92%
G=22.40%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14043900.690.940.4515.5787.9229.22
Hex8C2B90455E2D10581d
Octal21453110105136552013035
Binary10001100101011100101000101101111010110110000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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