Html Css Color HEX #8E2D15 Burnt Umber

📋 copy color: '#8E2D15'

red 142 ◦ green 45 ◦ blue 21

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

Shades of Burnt Umber #8E2D15

Tints of Burnt Umber #8E2D15

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.63%

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

R = 68.27%
G = 21.63%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#8E2D15 (or 0x8E2D15) is known color: Burnt Umber. HEX triplet: 8E, 2D and 15. RGB value is (142,45,21). Sum of RGB (Red+Green+Blue) = 142+45+21=208 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.27% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2D15 is #71D2EA. Grayscale: #474747. Windows color (decimal): -7459563 or 1387918. OLE color: 1387918.

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

Color convert

RGB 142 45 21 -
CMYK 0 0.68 0.85 0.44
HSL 11.9º 0.74% 0.32% -
HSV(B) 11.9º 0.85% 0.56% -
XYZ 12.23 7.68 1.55 -
YUV 71.27 99.64 178.45 -
System Red Green Blue C M Y K H S L
Decimal 142 45 21 0 0.68 0.85 0.44 11.9 0.74 0.32
Hex 8E 2D 15 0 44 55 2C C 4A 20
Octal 216 55 25 0 104 125 54 14 112 40
Binary 10001110 101101 10101 0 1000100 1010101 101100 1100 1001010 100000

Color Harmonies of #8E2D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2D15

Black with #8E2D15

Text Example


Text Example

White with #8E2D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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