Html Css Color HEX #85594A Spicy Mix

📋 copy color: '#85594A'

red 133 ◦ green 89 ◦ blue 74

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

Shades of Spicy Mix #85594A

Tints of Spicy Mix #85594A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25%

R = 44.93%
G = 30.07%
B = 25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85594A (or 0x85594A) is known color: Spicy Mix. HEX triplet: 85, 59 and 4A. RGB value is (133,89,74). Sum of RGB (Red+Green+Blue) = 133+89+74=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85594A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85594A is #7AA6B5. Grayscale: #646464. Windows color (decimal): -8038070 or 4872581. OLE color: 4872581.

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

Color convert

RGB 133 89 74 -
CMYK 0 0.33 0.44 0.48
HSL 15.25º 0.29% 0.41% -
HSV(B) 15.25º 0.44% 0.52% -
XYZ 14.48 12.63 8.15 -
YUV 100.45 113.08 151.22 -
System Red Green Blue C M Y K H S L
Decimal 133 89 74 0 0.33 0.44 0.48 15.25 0.29 0.41
Hex 85 59 4A 0 21 2C 30 F 1D 29
Octal 205 131 112 0 41 54 60 17 35 51
Binary 10000101 1011001 1001010 0 100001 101100 110000 1111 11101 101001

Color Harmonies of #85594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85594A

Black with #85594A

Text Example


Text Example

White with #85594A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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