#8E331A

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

Shades of Burnt Umber #8E331A

Tints of Burnt Umber #8E331A

Color information

#8E331A (or 0x8E331A) is unknown color: approx Burnt Umber. HEX triplet: 8E, 33 and 1A. RGB value is (142,51,26). Sum of RGB (Red+Green+Blue) = 142+51+26=219 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.84% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 142 - color contains mainly: red. Hex color #8E331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E331A is #71CCE5. Grayscale: #4B4B4B. Windows color (decimal): -7458022 or 1717134. OLE color: 1717134.

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

Color convert

RGB1425126-
CMYK00.640.820.44
HSL12.93º69.05%32.94%-
HSV(B)12.93º81.69%55.69%-
XYZ12.538.191.9-
YUV75.36100.15175.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 64.84%
GREEN value IS 51 (20.31% from 255) = 23.29%
BLUE value IS 26 (10.55% from 255) = 11.87%
R=64.84%
G=23.29%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142512600.640.820.4412.9369.0532.94
Hex8E331A040522Cd4521
Octal21663320100122541510541
Binary100011101100111101001000000101001010110011011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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