Html Css Color HEX #8E2C16 Burnt Umber

📋 copy color: '#8E2C16'

red 142 ◦ green 44 ◦ blue 22

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

Shades of Burnt Umber #8E2C16

Tints of Burnt Umber #8E2C16

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.15%

 BLUE value IS 22 (8.98% from 255) = 10.58%

R = 68.27%
G = 21.15%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#8E2C16 (or 0x8E2C16) is known color: Burnt Umber. HEX triplet: 8E, 2C and 16. RGB value is (142,44,22). Sum of RGB (Red+Green+Blue) = 142+44+22=208 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.27% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2C16 is #71D3E9. Grayscale: #464646. Windows color (decimal): -7459818 or 1453198. OLE color: 1453198.

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

Color convert

RGB 142 44 22 -
CMYK 0 0.69 0.85 0.44
HSL 11º 0.73% 0.32% -
HSV(B) 11º 0.85% 0.56% -
XYZ 12.2 7.61 1.58 -
YUV 70.79 100.47 178.79 -
System Red Green Blue C M Y K H S L
Decimal 142 44 22 0 0.69 0.85 0.44 11 0.73 0.32
Hex 8E 2C 16 0 45 55 2C B 49 20
Octal 216 54 26 0 105 125 54 13 111 40
Binary 10001110 101100 10110 0 1000101 1010101 101100 1011 1001001 100000

Color Harmonies of #8E2C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2C16

Black with #8E2C16

Text Example


Text Example

White with #8E2C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,44,22); }

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

background-color css

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

 a { background-color: rgb(142,44,22); }

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

border-color css

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

 span { border-color: rgb(142,44,22); }

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