#8F2B20

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

Shades of Burnt Umber #8F2B20

Tints of Burnt Umber #8F2B20

Color information

#8F2B20 (or 0x8F2B20) is unknown color: approx Burnt Umber. HEX triplet: 8F, 2B and 20. RGB value is (143,43,32). Sum of RGB (Red+Green+Blue) = 143+43+32=218 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.60% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2B20 is #70D4DF. Grayscale: #474747. Windows color (decimal): -7394528 or 2108303. OLE color: 2108303.

HSL color Cylindrical-coordinate representation of color #8F2B20: hue angle of 5.95º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2B20 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB1434332-
CMYK00.700.780.44
HSL5.95º63.43%34.31%-
HSV(B)5.95º77.62%56.08%-
XYZ12.457.672.19-
YUV71.65105.63178.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 65.60%
GREEN value IS 43 (17.19% from 255) = 19.72%
BLUE value IS 32 (12.89% from 255) = 14.68%
R=65.60%
G=19.72%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143433200.700.780.445.9563.4334.31
Hex8F2B200464E2C63f22
Octal217534001061165467742
Binary10001111101011100000010001101001110101100110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,43,32); }

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

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

 a { background-color: rgb(143,43,32); }

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

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

 span { border-color: rgb(143,43,32); }

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