Html Css Color HEX #8E2C15 Burnt Umber

📋 copy color: '#8E2C15'

red 142 ◦ green 44 ◦ blue 21

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

Shades of Burnt Umber #8E2C15

Tints of Burnt Umber #8E2C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.14%

R = 68.6%
G = 21.26%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#8E2C15 (or 0x8E2C15) is known color: Burnt Umber. HEX triplet: 8E, 2C and 15. RGB value is (142,44,21). Sum of RGB (Red+Green+Blue) = 142+44+21=207 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.60% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2C15 is #71D3EA. Grayscale: #464646. Windows color (decimal): -7459819 or 1387662. OLE color: 1387662.

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

Color convert

RGB 142 44 21 -
CMYK 0 0.69 0.85 0.44
HSL 11.4º 0.74% 0.32% -
HSV(B) 11.4º 0.85% 0.56% -
XYZ 12.19 7.61 1.54 -
YUV 70.68 99.97 178.87 -
System Red Green Blue C M Y K H S L
Decimal 142 44 21 0 0.69 0.85 0.44 11.4 0.74 0.32
Hex 8E 2C 15 0 45 55 2C B 4A 20
Octal 216 54 25 0 105 125 54 13 112 40
Binary 10001110 101100 10101 0 1000101 1010101 101100 1011 1001010 100000

Color Harmonies of #8E2C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2C15

Black with #8E2C15

Text Example


Text Example

White with #8E2C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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