Html Css Color HEX #8A594E Spicy Mix

📋 copy color: '#8A594E'

red 138 ◦ green 89 ◦ blue 78

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

Shades of Spicy Mix #8A594E

Tints of Spicy Mix #8A594E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.18%

 BLUE value IS 78 (30.86% from 255) = 25.57%

R = 45.25%
G = 29.18%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.46

RGB Variations

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

Color information

#8A594E (or 0x8A594E) is known color: Spicy Mix. HEX triplet: 8A, 59 and 4E. RGB value is (138,89,78). Sum of RGB (Red+Green+Blue) = 138+89+78=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 138 - color contains mainly: red. Hex color #8A594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A594E is #75A6B1. Grayscale: #666666. Windows color (decimal): -7710386 or 5134730. OLE color: 5134730.

HSL color Cylindrical-coordinate representation of color #8A594E: hue angle of 11º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A594E is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 89 78 -
CMYK 0 0.36 0.43 0.46
HSL 11º 0.28% 0.42% -
HSV(B) 11º 0.43% 0.54% -
XYZ 15.43 13.1 8.92 -
YUV 102.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 138 89 78 0 0.36 0.43 0.46 11 0.28 0.42
Hex 8A 59 4E 0 24 2B 2E B 1C 2A
Octal 212 131 116 0 44 53 56 13 34 52
Binary 10001010 1011001 1001110 0 100100 101011 101110 1011 11100 101010

Color Harmonies of #8A594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A594E

Black with #8A594E

Text Example


Text Example

White with #8A594E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,89,78); }

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

background-color css

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

 a { background-color: rgb(138,89,78); }

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

border-color css

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

 span { border-color: rgb(138,89,78); }

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