Html Css Color HEX #8E341A Burnt Umber

📋 copy color: '#8E341A'

red 142 ◦ green 52 ◦ blue 26

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

Shades of Burnt Umber #8E341A

Tints of Burnt Umber #8E341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.64%

 BLUE value IS 26 (10.55% from 255) = 11.82%

R = 64.55%
G = 23.64%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8E341A (or 0x8E341A) is known color: Burnt Umber. HEX triplet: 8E, 34 and 1A. RGB value is (142,52,26). Sum of RGB (Red+Green+Blue) = 142+52+26=220 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.55% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 142 - color contains mainly: red. Hex color #8E341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E341A is #71CBE5. Grayscale: #4C4C4C. Windows color (decimal): -7457766 or 1717390. OLE color: 1717390.

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

Color convert

RGB 142 52 26 -
CMYK 0 0.63 0.82 0.44
HSL 13.45º 0.69% 0.33% -
HSV(B) 13.45º 0.82% 0.56% -
XYZ 12.57 8.28 1.91 -
YUV 75.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 142 52 26 0 0.63 0.82 0.44 13.45 0.69 0.33
Hex 8E 34 1A 0 3F 52 2C D 45 21
Octal 216 64 32 0 77 122 54 15 105 41
Binary 10001110 110100 11010 0 111111 1010010 101100 1101 1000101 100001

Color Harmonies of #8E341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E341A

Black with #8E341A

Text Example


Text Example

White with #8E341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,52,26); }

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

background-color css

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

 a { background-color: rgb(142,52,26); }

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

border-color css

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

 span { border-color: rgb(142,52,26); }

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