Html Css Color HEX #8E2C20 Burnt Umber

📋 copy color: '#8E2C20'

red 142 ◦ green 44 ◦ blue 32

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

Shades of Burnt Umber #8E2C20

Tints of Burnt Umber #8E2C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.68%

R = 65.14%
G = 20.18%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#8E2C20 (or 0x8E2C20) is known color: Burnt Umber. HEX triplet: 8E, 2C and 20. RGB value is (142,44,32). Sum of RGB (Red+Green+Blue) = 142+44+32=218 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.14% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2C20 is #71D3DF. Grayscale: #484848. Windows color (decimal): -7459808 or 2108558. OLE color: 2108558.

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

Color convert

RGB 142 44 32 -
CMYK 0 0.69 0.77 0.44
HSL 6.55º 0.63% 0.34% -
HSV(B) 6.55º 0.77% 0.56% -
XYZ 12.32 7.66 2.2 -
YUV 71.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 142 44 32 0 0.69 0.77 0.44 6.55 0.63 0.34
Hex 8E 2C 20 0 45 4D 2C 7 3F 22
Octal 216 54 40 0 105 115 54 7 77 42
Binary 10001110 101100 100000 0 1000101 1001101 101100 111 111111 100010

Color Harmonies of #8E2C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2C20

Black with #8E2C20

Text Example


Text Example

White with #8E2C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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