#856055

Color #856055 Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #856055

Tints of Spicy Mix #856055

Color information

#856055 (or 0x856055) is unknown color: approx Spicy Mix. HEX triplet: 85, 60 and 55. RGB value is (133,96,85). Sum of RGB (Red+Green+Blue) = 133+96+85=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #856055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856055 is #7A9FAA. Grayscale: #696969. Windows color (decimal): -8036267 or 5595269. OLE color: 5595269.

HSL color Cylindrical-coordinate representation of color #856055: hue angle of 13.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #856055 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB1339685-
CMYK00.280.360.48
HSL13.75º22.02%42.75%-
HSV(B)13.75º36.09%52.16%-
XYZ15.514.0110.48-
YUV105.81116.26147.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 85 (33.59% from 255) = 27.07%
R=42.36%
G=30.57%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133968500.280.360.4813.7522.0242.75
Hex85605501C2430e162b
Octal2051401250344460162653
Binary1000010111000001010101011100100100110000111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856055; }

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

 H1.HeaderClassName
 {
   color: #856055;
 }
 .AnyTagClassName
 {
   color: #856055;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #856055;
 }
 .BgClassName
 {
   background-color: #856055;
 }
</style>
border-color css

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

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

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