#8C2708

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

Shades of Burnt Umber #8C2708

Tints of Burnt Umber #8C2708

Color information

#8C2708 (or 0x8C2708) is unknown color: approx Burnt Umber. HEX triplet: 8C, 27 and 08. RGB value is (140,39,8). Sum of RGB (Red+Green+Blue) = 140+39+8=187 (24% of max value = 765). Red value is 140 (55.08% from 255 or 74.87% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2708 is #73D8F7. Grayscale: #414141. Windows color (decimal): -7592184 or 534412. OLE color: 534412.

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

Color convert

RGB140398-
CMYK00.720.940.45
HSL14.09º89.19%29.02%-
HSV(B)14.09º94.29%54.9%-
XYZ11.587.040.98-
YUV65.6795.46181.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 74.87%
GREEN value IS 39 (15.62% from 255) = 20.86%
BLUE value IS 8 (3.52% from 255) = 4.28%
R=74.87%
G=20.86%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14039800.720.940.4514.0989.1929.02
Hex8C2780485E2De591d
Octal21447100110136551613135
Binary1000110010011110000100100010111101011011110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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