Html Css Color HEX #8E7449 Shadow

📋 copy color: '#8E7449'

red 142 ◦ green 116 ◦ blue 73

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

Shades of Shadow #8E7449

Tints of Shadow #8E7449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.05%

 BLUE value IS 73 (28.91% from 255) = 22.05%

R = 42.9%
G = 35.05%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#8E7449 (or 0x8E7449) is known color: Shadow. HEX triplet: 8E, 74 and 49. RGB value is (142,116,73). Sum of RGB (Red+Green+Blue) = 142+116+73=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7449 is #718BB6. Grayscale: #777777. Windows color (decimal): -7441335 or 4813966. OLE color: 4813966.

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

Color convert

RGB 142 116 73 -
CMYK 0 0.18 0.49 0.44
HSL 37.39º 0.32% 0.42% -
HSV(B) 37.39º 0.49% 0.56% -
XYZ 18.6 18.72 8.94 -
YUV 118.87 102.11 144.5 -
System Red Green Blue C M Y K H S L
Decimal 142 116 73 0 0.18 0.49 0.44 37.39 0.32 0.42
Hex 8E 74 49 0 12 31 2C 25 20 2A
Octal 216 164 111 0 22 61 54 45 40 52
Binary 10001110 1110100 1001001 0 10010 110001 101100 100101 100000 101010

Color Harmonies of #8E7449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7449

Black with #8E7449

Text Example


Text Example

White with #8E7449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,116,73); }

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

background-color css

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

 a { background-color: rgb(142,116,73); }

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

border-color css

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

 span { border-color: rgb(142,116,73); }

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