#8E332A

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

Shades of Burnt Umber #8E332A

Tints of Burnt Umber #8E332A

Color information

#8E332A (or 0x8E332A) is unknown color: approx Burnt Umber. HEX triplet: 8E, 33 and 2A. RGB value is (142,51,42). Sum of RGB (Red+Green+Blue) = 142+51+42=235 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.43% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 142 - color contains mainly: red. Hex color #8E332A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E332A is #71CCD5. Grayscale: #4D4D4D. Windows color (decimal): -7458006 or 2765710. OLE color: 2765710.

HSL color Cylindrical-coordinate representation of color #8E332A: hue angle of 5.4º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E332A is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB1425142-
CMYK00.640.700.44
HSL5.4º54.35%36.08%-
HSV(B)5.4º70.42%55.69%-
XYZ12.768.293.12-
YUV77.18108.15174.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 60.43%
GREEN value IS 51 (20.31% from 255) = 21.70%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=60.43%
G=21.70%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142514200.640.700.445.454.3536.08
Hex8E332A040462C53624
Octal216635201001065456644
Binary10001110110011101010010000001000110101100101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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