#8F3020

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

Shades of Burnt Umber #8F3020

Tints of Burnt Umber #8F3020

Color information

#8F3020 (or 0x8F3020) is unknown color: approx Burnt Umber. HEX triplet: 8F, 30 and 20. RGB value is (143,48,32). Sum of RGB (Red+Green+Blue) = 143+48+32=223 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.13% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3020 is #70CFDF. Grayscale: #4A4A4A. Windows color (decimal): -7393248 or 2109583. OLE color: 2109583.

HSL color Cylindrical-coordinate representation of color #8F3020: hue angle of 8.65º 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 #8F3020 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB1434832-
CMYK00.660.780.44
HSL8.65º63.43%34.31%-
HSV(B)8.65º77.62%56.08%-
XYZ12.658.062.26-
YUV74.58103.97176.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 64.13%
GREEN value IS 48 (19.14% from 255) = 21.52%
BLUE value IS 32 (12.89% from 255) = 14.35%
R=64.13%
G=21.52%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143483200.660.780.448.6563.4334.31
Hex8F30200424E2C93f22
Octal2176040010211654117742
Binary100011111100001000000100001010011101011001001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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