Html Css Color HEX #85594E Spicy Mix

📋 copy color: '#85594E'

red 133 ◦ green 89 ◦ blue 78

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

Shades of Spicy Mix #85594E

Tints of Spicy Mix #85594E

RGB

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

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

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

R = 44.33%
G = 29.67%
B = 26%

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

#85594E (or 0x85594E) is known color: Spicy Mix. HEX triplet: 85, 59 and 4E. RGB value is (133,89,78). Sum of RGB (Red+Green+Blue) = 133+89+78=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #85594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85594E is #7AA6B1. Grayscale: #646464. Windows color (decimal): -8038066 or 5134725. OLE color: 5134725.

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

Color convert

RGB 133 89 78 -
CMYK 0 0.33 0.41 0.48
HSL 12º 0.26% 0.41% -
HSV(B) 12º 0.41% 0.52% -
XYZ 14.62 12.68 8.88 -
YUV 100.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 133 89 78 0 0.33 0.41 0.48 12 0.26 0.41
Hex 85 59 4E 0 21 29 30 C 1A 29
Octal 205 131 116 0 41 51 60 14 32 51
Binary 10000101 1011001 1001110 0 100001 101001 110000 1100 11010 101001

Color Harmonies of #85594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85594E

Black with #85594E

Text Example


Text Example

White with #85594E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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