#8E381A

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

Shades of Burnt Umber #8E381A

Tints of Burnt Umber #8E381A

Color information

#8E381A (or 0x8E381A) is unknown color: approx Burnt Umber. HEX triplet: 8E, 38 and 1A. RGB value is (142,56,26). Sum of RGB (Red+Green+Blue) = 142+56+26=224 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.39% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 142 - color contains mainly: red. Hex color #8E381A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E381A is #71C7E5. Grayscale: #4E4E4E. Windows color (decimal): -7456742 or 1718414. OLE color: 1718414.

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

Color convert

RGB1425626-
CMYK00.610.820.44
HSL15.52º69.05%32.94%-
HSV(B)15.52º81.69%55.69%-
XYZ12.768.651.98-
YUV78.2998.49173.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.39%
GREEN value IS 56 (22.27% from 255) = 25%
BLUE value IS 26 (10.55% from 255) = 11.61%
R=63.39%
G=25%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142562600.610.820.4415.5269.0532.94
Hex8E381A03D522C104521
Octal2167032075122542010541
Binary100011101110001101001111011010010101100100001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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