Html Css Color HEX #85584C Spicy Mix

📋 copy color: '#85584C'

red 133 ◦ green 88 ◦ blue 76

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

Shades of Spicy Mix #85584C

Tints of Spicy Mix #85584C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.63%

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

R = 44.78%
G = 29.63%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#85584C (or 0x85584C) is known color: Spicy Mix. HEX triplet: 85, 58 and 4C. RGB value is (133,88,76). Sum of RGB (Red+Green+Blue) = 133+88+76=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #85584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85584C is #7AA7B3. Grayscale: #646464. Windows color (decimal): -8038324 or 5003397. OLE color: 5003397.

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

Color convert

RGB 133 88 76 -
CMYK 0 0.34 0.43 0.48
HSL 12.63º 0.27% 0.41% -
HSV(B) 12.63º 0.43% 0.52% -
XYZ 14.47 12.49 8.49 -
YUV 100.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 133 88 76 0 0.34 0.43 0.48 12.63 0.27 0.41
Hex 85 58 4C 0 22 2B 30 D 1B 29
Octal 205 130 114 0 42 53 60 15 33 51
Binary 10000101 1011000 1001100 0 100010 101011 110000 1101 11011 101001

Color Harmonies of #85584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85584C

Black with #85584C

Text Example


Text Example

White with #85584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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