Html Css Color HEX #85604C Spicy Mix

📋 copy color: '#85604C'

red 133 ◦ green 96 ◦ blue 76

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

Shades of Spicy Mix #85604C

Tints of Spicy Mix #85604C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.48%

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

R = 43.61%
G = 31.48%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#85604C (or 0x85604C) is known color: Spicy Mix. HEX triplet: 85, 60 and 4C. RGB value is (133,96,76). Sum of RGB (Red+Green+Blue) = 133+96+76=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #85604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85604C is #7A9FB3. Grayscale: #686868. Windows color (decimal): -8036276 or 5005445. OLE color: 5005445.

HSL color Cylindrical-coordinate representation of color #85604C: hue angle of 21.05º 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 #85604C is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 96 76 -
CMYK 0 0.28 0.43 0.48
HSL 21.05º 0.27% 0.41% -
HSV(B) 21.05º 0.43% 0.52% -
XYZ 15.16 13.87 8.72 -
YUV 104.78 111.76 148.13 -
System Red Green Blue C M Y K H S L
Decimal 133 96 76 0 0.28 0.43 0.48 21.05 0.27 0.41
Hex 85 60 4C 0 1C 2B 30 15 1B 29
Octal 205 140 114 0 34 53 60 25 33 51
Binary 10000101 1100000 1001100 0 11100 101011 110000 10101 11011 101001

Color Harmonies of #85604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85604C

Black with #85604C

Text Example


Text Example

White with #85604C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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