Html Css Color HEX #8E321F Burnt Umber

📋 copy color: '#8E321F'

red 142 ◦ green 50 ◦ blue 31

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

Shades of Burnt Umber #8E321F

Tints of Burnt Umber #8E321F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.9%

R = 63.68%
G = 22.42%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8E321F (or 0x8E321F) is known color: Burnt Umber. HEX triplet: 8E, 32 and 1F. RGB value is (142,50,31). Sum of RGB (Red+Green+Blue) = 142+50+31=223 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.68% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 142 - color contains mainly: red. Hex color #8E321F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E321F is #71CDE0. Grayscale: #4B4B4B. Windows color (decimal): -7458273 or 2044558. OLE color: 2044558.

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

Color convert

RGB 142 50 31 -
CMYK 0 0.65 0.78 0.44
HSL 10.27º 0.64% 0.34% -
HSV(B) 10.27º 0.78% 0.56% -
XYZ 12.54 8.13 2.2 -
YUV 75.34 102.98 175.54 -
System Red Green Blue C M Y K H S L
Decimal 142 50 31 0 0.65 0.78 0.44 10.27 0.64 0.34
Hex 8E 32 1F 0 41 4E 2C A 40 22
Octal 216 62 37 0 101 116 54 12 100 42
Binary 10001110 110010 11111 0 1000001 1001110 101100 1010 1000000 100010

Color Harmonies of #8E321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E321F

Black with #8E321F

Text Example


Text Example

White with #8E321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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