Html Css Color HEX #8E2914 Burnt Umber

📋 copy color: '#8E2914'

red 142 ◦ green 41 ◦ blue 20

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

Shades of Burnt Umber #8E2914

Tints of Burnt Umber #8E2914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.2%

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 69.95%
G = 20.2%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#8E2914 (or 0x8E2914) is known color: Burnt Umber. HEX triplet: 8E, 29 and 14. RGB value is (142,41,20). Sum of RGB (Red+Green+Blue) = 142+41+20=203 (26% of max value = 765). Red value is 142 (55.86% from 255 or 69.95% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2914 is #71D6EB. Grayscale: #444444. Windows color (decimal): -7460588 or 1321358. OLE color: 1321358.

HSL color Cylindrical-coordinate representation of color #8E2914: hue angle of 10.33º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E2914 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 41 20 -
CMYK 0 0.71 0.86 0.44
HSL 10.33º 0.75% 0.32% -
HSV(B) 10.33º 0.86% 0.56% -
XYZ 12.07 7.39 1.45 -
YUV 68.81 100.46 180.21 -
System Red Green Blue C M Y K H S L
Decimal 142 41 20 0 0.71 0.86 0.44 10.33 0.75 0.32
Hex 8E 29 14 0 47 56 2C A 4B 20
Octal 216 51 24 0 107 126 54 12 113 40
Binary 10001110 101001 10100 0 1000111 1010110 101100 1010 1001011 100000

Color Harmonies of #8E2914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2914

Black with #8E2914

Text Example


Text Example

White with #8E2914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,41,20); }

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

background-color css

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

 a { background-color: rgb(142,41,20); }

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

border-color css

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

 span { border-color: rgb(142,41,20); }

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