Html Css Color HEX #85594F Spicy Mix

📋 copy color: '#85594F'

red 133 ◦ green 89 ◦ blue 79

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

Shades of Spicy Mix #85594F

Tints of Spicy Mix #85594F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.25%

R = 44.19%
G = 29.57%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85594F (or 0x85594F) is known color: Spicy Mix. HEX triplet: 85, 59 and 4F. RGB value is (133,89,79). Sum of RGB (Red+Green+Blue) = 133+89+79=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #85594F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85594F is #7AA6B0. Grayscale: #656565. Windows color (decimal): -8038065 or 5200261. OLE color: 5200261.

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

Color convert

RGB 133 89 79 -
CMYK 0 0.33 0.41 0.48
HSL 11.11º 0.25% 0.42% -
HSV(B) 11.11º 0.41% 0.52% -
XYZ 14.66 12.7 9.08 -
YUV 101.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 133 89 79 0 0.33 0.41 0.48 11.11 0.25 0.42
Hex 85 59 4F 0 21 29 30 B 19 2A
Octal 205 131 117 0 41 51 60 13 31 52
Binary 10000101 1011001 1001111 0 100001 101001 110000 1011 11001 101010

Color Harmonies of #85594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85594F

Black with #85594F

Text Example


Text Example

White with #85594F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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