#8E2E0D

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

Shades of Burnt Umber #8E2E0D

Tints of Burnt Umber #8E2E0D

Color information

#8E2E0D (or 0x8E2E0D) is unknown color: approx Burnt Umber. HEX triplet: 8E, 2E and 0D. RGB value is (142,46,13). Sum of RGB (Red+Green+Blue) = 142+46+13=201 (26% of max value = 765). Red value is 142 (55.86% from 255 or 70.65% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2E0D is #71D1F2. Grayscale: #474747. Windows color (decimal): -7459315 or 863886. OLE color: 863886.

HSL color Cylindrical-coordinate representation of color #8E2E0D: hue angle of 15.35º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E2E0D is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB1424613-
CMYK00.680.910.44
HSL15.35º83.23%30.39%-
HSV(B)15.35º90.85%55.69%-
XYZ12.27.731.23-
YUV70.9495.3178.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 70.65%
GREEN value IS 46 (18.36% from 255) = 22.89%
BLUE value IS 13 (5.47% from 255) = 6.47%
R=70.65%
G=22.89%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142461300.680.910.4415.3583.2330.39
Hex8E2ED0445B2Cf531e
Octal21656150104133541712336
Binary1000111010111011010100010010110111011001111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,46,13); }

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

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

 a { background-color: rgb(142,46,13); }

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

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

 span { border-color: rgb(142,46,13); }

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