Html Css Color HEX #8A5E47 Spicy Mix

📋 copy color: '#8A5E47'

red 138 ◦ green 94 ◦ blue 71

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

Shades of Spicy Mix #8A5E47

Tints of Spicy Mix #8A5E47

RGB

 RED value IS 138 (54.3% from 255) = 45.54%

 GREEN value IS 94 (37.11% from 255) = 31.02%

 BLUE value IS 71 (28.13% from 255) = 23.43%

R = 45.54%
G = 31.02%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#8A5E47 (or 0x8A5E47) is known color: Spicy Mix. HEX triplet: 8A, 5E and 47. RGB value is (138,94,71). Sum of RGB (Red+Green+Blue) = 138+94+71=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5E47 is #75A1B8. Grayscale: #686868. Windows color (decimal): -7709113 or 4677258. OLE color: 4677258.

HSL color Cylindrical-coordinate representation of color #8A5E47: hue angle of 20.6º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A5E47 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 94 71 -
CMYK 0 0.32 0.49 0.46
HSL 20.6º 0.32% 0.41% -
HSV(B) 20.6º 0.49% 0.54% -
XYZ 15.62 13.86 7.81 -
YUV 104.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 138 94 71 0 0.32 0.49 0.46 20.6 0.32 0.41
Hex 8A 5E 47 0 20 31 2E 15 20 29
Octal 212 136 107 0 40 61 56 25 40 51
Binary 10001010 1011110 1000111 0 100000 110001 101110 10101 100000 101001

Color Harmonies of #8A5E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5E47

Black with #8A5E47

Text Example


Text Example

White with #8A5E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,94,71); }

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

background-color css

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

 a { background-color: rgb(138,94,71); }

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

border-color css

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

 span { border-color: rgb(138,94,71); }

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