#8C2706

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

Shades of Burnt Umber #8C2706

Tints of Burnt Umber #8C2706

Color information

#8C2706 (or 0x8C2706) is unknown color: approx Burnt Umber. HEX triplet: 8C, 27 and 06. RGB value is (140,39,6). Sum of RGB (Red+Green+Blue) = 140+39+6=185 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.68% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2706 is #73D8F9. Grayscale: #414141. Windows color (decimal): -7592186 or 403340. OLE color: 403340.

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

Color convert

RGB140396-
CMYK00.720.960.45
HSL14.78º91.78%28.63%-
HSV(B)14.78º95.71%54.9%-
XYZ11.577.040.92-
YUV65.4494.46181.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 75.68%
GREEN value IS 39 (15.62% from 255) = 21.08%
BLUE value IS 6 (2.73% from 255) = 3.24%
R=75.68%
G=21.08%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14039600.720.960.4514.7891.7828.63
Hex8C276048602Df5c1d
Octal2144760110140551713435
Binary100011001001111100100100011000001011011111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,39,6); }

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

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

 a { background-color: rgb(140,39,6); }

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

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

 span { border-color: rgb(140,39,6); }

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