#8F2C16

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

Shades of Burnt Umber #8F2C16

Tints of Burnt Umber #8F2C16

Color information

#8F2C16 (or 0x8F2C16) is unknown color: approx Burnt Umber. HEX triplet: 8F, 2C and 16. RGB value is (143,44,22). Sum of RGB (Red+Green+Blue) = 143+44+22=209 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.42% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2C16 is #70D3E9. Grayscale: #474747. Windows color (decimal): -7394282 or 1453199. OLE color: 1453199.

HSL color Cylindrical-coordinate representation of color #8F2C16: hue angle of 10.91º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F2C16 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB1434422-
CMYK00.690.850.44
HSL10.91º73.33%32.35%-
HSV(B)10.91º84.62%56.08%-
XYZ12.377.71.59-
YUV71.09100.3179.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 68.42%
GREEN value IS 44 (17.58% from 255) = 21.05%
BLUE value IS 22 (8.98% from 255) = 10.53%
R=68.42%
G=21.05%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143442200.690.850.4410.9173.3332.35
Hex8F2C16045552Cb4920
Octal21754260105125541311140
Binary100011111011001011001000101101010110110010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,44,22); }

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

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

 a { background-color: rgb(143,44,22); }

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

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

 span { border-color: rgb(143,44,22); }

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