Html Css Color HEX #8E3116 Burnt Umber

📋 copy color: '#8E3116'

red 142 ◦ green 49 ◦ blue 22

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

Shades of Burnt Umber #8E3116

Tints of Burnt Umber #8E3116

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23%

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

R = 66.67%
G = 23%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#8E3116 (or 0x8E3116) is known color: Burnt Umber. HEX triplet: 8E, 31 and 16. RGB value is (142,49,22). Sum of RGB (Red+Green+Blue) = 142+49+22=213 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.67% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3116 is #71CEE9. Grayscale: #494949. Windows color (decimal): -7458538 or 1454478. OLE color: 1454478.

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

Color convert

RGB 142 49 22 -
CMYK 0 0.65 0.85 0.44
HSL 13.5º 0.73% 0.32% -
HSV(B) 13.5º 0.85% 0.56% -
XYZ 12.4 8.01 1.65 -
YUV 73.73 98.81 176.7 -
System Red Green Blue C M Y K H S L
Decimal 142 49 22 0 0.65 0.85 0.44 13.5 0.73 0.32
Hex 8E 31 16 0 41 55 2C E 49 20
Octal 216 61 26 0 101 125 54 16 111 40
Binary 10001110 110001 10110 0 1000001 1010101 101100 1110 1001001 100000

Color Harmonies of #8E3116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3116

Black with #8E3116

Text Example


Text Example

White with #8E3116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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