#8E3320

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

Shades of Burnt Umber #8E3320

Tints of Burnt Umber #8E3320

Color information

#8E3320 (or 0x8E3320) is unknown color: approx Burnt Umber. HEX triplet: 8E, 33 and 20. RGB value is (142,51,32). Sum of RGB (Red+Green+Blue) = 142+51+32=225 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.11% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3320 is #71CCDF. Grayscale: #4C4C4C. Windows color (decimal): -7458016 or 2110350. OLE color: 2110350.

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

Color convert

RGB1425132-
CMYK00.640.770.44
HSL10.36º63.22%34.12%-
HSV(B)10.36º77.46%55.69%-
XYZ12.68.222.29-
YUV76.04103.15175.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.11%
GREEN value IS 51 (20.31% from 255) = 22.67%
BLUE value IS 32 (12.89% from 255) = 14.22%
R=63.11%
G=22.67%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142513200.640.770.4410.3663.2234.12
Hex8E33200404D2Ca3f22
Octal2166340010011554127742
Binary100011101100111000000100000010011011011001010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,51,32); }

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

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

 a { background-color: rgb(142,51,32); }

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

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

 span { border-color: rgb(142,51,32); }

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