#8C2907

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

Shades of Burnt Umber #8C2907

Tints of Burnt Umber #8C2907

Color information

#8C2907 (or 0x8C2907) is unknown color: approx Burnt Umber. HEX triplet: 8C, 29 and 07. RGB value is (140,41,7). Sum of RGB (Red+Green+Blue) = 140+41+7=188 (24% of max value = 765). Red value is 140 (55.08% from 255 or 74.47% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2907 is #73D6F8. Grayscale: #424242. Windows color (decimal): -7591673 or 469388. OLE color: 469388.

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

Color convert

RGB140417-
CMYK00.710.950.45
HSL15.34º90.48%28.82%-
HSV(B)15.34º95%54.9%-
XYZ11.657.180.97-
YUV66.7294.3180.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 74.47%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 7 (3.12% from 255) = 3.72%
R=74.47%
G=21.81%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14041700.710.950.4515.3490.4828.82
Hex8C2970475F2Df5a1d
Octal2145170107137551713235
Binary100011001010011110100011110111111011011111101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,41,7); }

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

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

 a { background-color: rgb(140,41,7); }

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

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

 span { border-color: rgb(140,41,7); }

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