Html Css Color HEX #8E331D Burnt Umber

📋 copy color: '#8E331D'

red 142 ◦ green 51 ◦ blue 29

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

Shades of Burnt Umber #8E331D

Tints of Burnt Umber #8E331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.97%

 BLUE value IS 29 (11.72% from 255) = 13.06%

R = 63.96%
G = 22.97%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#8E331D (or 0x8E331D) is known color: Burnt Umber. HEX triplet: 8E, 33 and 1D. RGB value is (142,51,29). Sum of RGB (Red+Green+Blue) = 142+51+29=222 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.96% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 142 - color contains mainly: red. Hex color #8E331D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E331D is #71CCE2. Grayscale: #4B4B4B. Windows color (decimal): -7458019 or 1913742. OLE color: 1913742.

HSL color Cylindrical-coordinate representation of color #8E331D: hue angle of 11.68º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E331D is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 51 29 -
CMYK 0 0.64 0.80 0.44
HSL 11.68º 0.66% 0.34% -
HSV(B) 11.68º 0.8% 0.56% -
XYZ 12.56 8.21 2.08 -
YUV 75.7 101.65 175.29 -
System Red Green Blue C M Y K H S L
Decimal 142 51 29 0 0.64 0.80 0.44 11.68 0.66 0.34
Hex 8E 33 1D 0 40 50 2C C 42 22
Octal 216 63 35 0 100 120 54 14 102 42
Binary 10001110 110011 11101 0 1000000 1010000 101100 1100 1000010 100010

Color Harmonies of #8E331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E331D

Black with #8E331D

Text Example


Text Example

White with #8E331D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,51,29); }

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

background-color css

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

 a { background-color: rgb(142,51,29); }

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

border-color css

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

 span { border-color: rgb(142,51,29); }

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