Html Css Color HEX #8E2E11 Burnt Umber

📋 copy color: '#8E2E11'

red 142 ◦ green 46 ◦ blue 17

#8E2E11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #8E2E11

Tints of Burnt Umber #8E2E11

RGB

 RED value IS 142 (55.86% from 255) = 69.27%

 GREEN value IS 46 (18.36% from 255) = 22.44%

 BLUE value IS 17 (7.03% from 255) = 8.29%

R = 69.27%
G = 22.44%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#8E2E11 (or 0x8E2E11) is known color: Burnt Umber. HEX triplet: 8E, 2E and 11. RGB value is (142,46,17). Sum of RGB (Red+Green+Blue) = 142+46+17=205 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.27% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2E11 is #71D1EE. Grayscale: #474747. Windows color (decimal): -7459311 or 1126030. OLE color: 1126030.

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

Color convert

RGB 142 46 17 -
CMYK 0 0.68 0.88 0.44
HSL 13.92º 0.79% 0.31% -
HSV(B) 13.92º 0.88% 0.56% -
XYZ 12.23 7.75 1.38 -
YUV 71.4 97.3 178.36 -
System Red Green Blue C M Y K H S L
Decimal 142 46 17 0 0.68 0.88 0.44 13.92 0.79 0.31
Hex 8E 2E 11 0 44 58 2C E 4F 1F
Octal 216 56 21 0 104 130 54 16 117 37
Binary 10001110 101110 10001 0 1000100 1011000 101100 1110 1001111 11111

Color Harmonies of #8E2E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2E11

Black with #8E2E11

Text Example


Text Example

White with #8E2E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E2E11;
 }
 .AnyTagClassName
 {
   color: #8E2E11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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