Html Css Color HEX #8E322A Burnt Umber

📋 copy color: '#8E322A'

red 142 ◦ green 50 ◦ blue 42

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

Shades of Burnt Umber #8E322A

Tints of Burnt Umber #8E322A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

 BLUE value IS 42 (16.8% from 255) = 17.95%

R = 60.68%
G = 21.37%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#8E322A (or 0x8E322A) is known color: Burnt Umber. HEX triplet: 8E, 32 and 2A. RGB value is (142,50,42). Sum of RGB (Red+Green+Blue) = 142+50+42=234 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.68% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 142 - color contains mainly: red. Hex color #8E322A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E322A is #71CDD5. Grayscale: #4C4C4C. Windows color (decimal): -7458262 or 2765454. OLE color: 2765454.

HSL color Cylindrical-coordinate representation of color #8E322A: hue angle of 4.8º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E322A is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 50 42 -
CMYK 0 0.65 0.70 0.44
HSL 4.8º 0.54% 0.36% -
HSV(B) 4.8º 0.7% 0.56% -
XYZ 12.71 8.2 3.1 -
YUV 76.6 108.48 174.65 -
System Red Green Blue C M Y K H S L
Decimal 142 50 42 0 0.65 0.70 0.44 4.8 0.54 0.36
Hex 8E 32 2A 0 41 46 2C 5 36 24
Octal 216 62 52 0 101 106 54 5 66 44
Binary 10001110 110010 101010 0 1000001 1000110 101100 101 110110 100100

Color Harmonies of #8E322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E322A

Black with #8E322A

Text Example


Text Example

White with #8E322A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,50,42); }

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

background-color css

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

 a { background-color: rgb(142,50,42); }

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

border-color css

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

 span { border-color: rgb(142,50,42); }

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