Html Css Color HEX #85594C Spicy Mix

📋 copy color: '#85594C'

red 133 ◦ green 89 ◦ blue 76

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

Shades of Spicy Mix #85594C

Tints of Spicy Mix #85594C

RGB

 RED value IS 133 (52.34% from 255) = 44.63%

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

 BLUE value IS 76 (30.08% from 255) = 25.5%

R = 44.63%
G = 29.87%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#85594C (or 0x85594C) is known color: Spicy Mix. HEX triplet: 85, 59 and 4C. RGB value is (133,89,76). Sum of RGB (Red+Green+Blue) = 133+89+76=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #85594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85594C is #7AA6B3. Grayscale: #646464. Windows color (decimal): -8038068 or 5003653. OLE color: 5003653.

HSL color Cylindrical-coordinate representation of color #85594C: hue angle of 13.68º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85594C is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 89 76 -
CMYK 0 0.33 0.43 0.48
HSL 13.68º 0.27% 0.41% -
HSV(B) 13.68º 0.43% 0.52% -
XYZ 14.55 12.65 8.51 -
YUV 100.67 114.08 151.06 -
System Red Green Blue C M Y K H S L
Decimal 133 89 76 0 0.33 0.43 0.48 13.68 0.27 0.41
Hex 85 59 4C 0 21 2B 30 E 1B 29
Octal 205 131 114 0 41 53 60 16 33 51
Binary 10000101 1011001 1001100 0 100001 101011 110000 1110 11011 101001

Color Harmonies of #85594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85594C

Black with #85594C

Text Example


Text Example

White with #85594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85594C; }

 p { color: rgb(133,89,76); }

 H1.HeaderClassName
 {
   color: #85594C;
 }
 .AnyTagClassName
 {
   color: #85594C;
 }
</style>

background-color css

<style>
 a { background-color: #85594C; }

 a { background-color: rgb(133,89,76); }

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

border-color css

<style>
 span { border-color: #85594C; }

 span { border-color: rgb(133,89,76); }

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