Html Css Color HEX #85594B Spicy Mix

📋 copy color: '#85594B'

red 133 ◦ green 89 ◦ blue 75

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

Shades of Spicy Mix #85594B

Tints of Spicy Mix #85594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.25%

R = 44.78%
G = 29.97%
B = 25.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

#85594B (or 0x85594B) is known color: Spicy Mix. HEX triplet: 85, 59 and 4B. RGB value is (133,89,75). Sum of RGB (Red+Green+Blue) = 133+89+75=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #85594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85594B is #7AA6B4. Grayscale: #646464. Windows color (decimal): -8038069 or 4938117. OLE color: 4938117.

HSL color Cylindrical-coordinate representation of color #85594B: hue angle of 14.48º degrees, saturation: 0.28, 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 #85594B is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 89 75 -
CMYK 0 0.33 0.44 0.48
HSL 14.48º 0.28% 0.41% -
HSV(B) 14.48º 0.44% 0.52% -
XYZ 14.52 12.64 8.33 -
YUV 100.56 113.58 151.14 -
System Red Green Blue C M Y K H S L
Decimal 133 89 75 0 0.33 0.44 0.48 14.48 0.28 0.41
Hex 85 59 4B 0 21 2C 30 E 1C 29
Octal 205 131 113 0 41 54 60 16 34 51
Binary 10000101 1011001 1001011 0 100001 101100 110000 1110 11100 101001

Color Harmonies of #85594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85594B

Black with #85594B

Text Example


Text Example

White with #85594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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