Html Css Color HEX #8E3210 Burnt Umber

📋 copy color: '#8E3210'

red 142 ◦ green 50 ◦ blue 16

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

Shades of Burnt Umber #8E3210

Tints of Burnt Umber #8E3210

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.04%

 BLUE value IS 16 (6.64% from 255) = 7.69%

R = 68.27%
G = 24.04%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#8E3210 (or 0x8E3210) is known color: Burnt Umber. HEX triplet: 8E, 32 and 10. RGB value is (142,50,16). Sum of RGB (Red+Green+Blue) = 142+50+16=208 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.27% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3210 is #71CDEF. Grayscale: #494949. Windows color (decimal): -7458288 or 1061518. OLE color: 1061518.

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

Color convert

RGB 142 50 16 -
CMYK 0 0.65 0.89 0.44
HSL 16.19º 0.8% 0.31% -
HSV(B) 16.19º 0.89% 0.56% -
XYZ 12.39 8.07 1.39 -
YUV 73.63 95.48 176.76 -
System Red Green Blue C M Y K H S L
Decimal 142 50 16 0 0.65 0.89 0.44 16.19 0.8 0.31
Hex 8E 32 10 0 41 59 2C 10 50 1F
Octal 216 62 20 0 101 131 54 20 120 37
Binary 10001110 110010 10000 0 1000001 1011001 101100 10000 1010000 11111

Color Harmonies of #8E3210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3210

Black with #8E3210

Text Example


Text Example

White with #8E3210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,50,16); }

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

background-color css

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

 a { background-color: rgb(142,50,16); }

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

border-color css

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

 span { border-color: rgb(142,50,16); }

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