#856150

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

Shades of Spicy Mix #856150

Tints of Spicy Mix #856150

Color information

#856150 (or 0x856150) is unknown color: approx Spicy Mix. HEX triplet: 85, 61 and 50. RGB value is (133,97,80). Sum of RGB (Red+Green+Blue) = 133+97+80=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #856150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856150 is #7A9EAF. Grayscale: #696969. Windows color (decimal): -8036016 or 5267845. OLE color: 5267845.

HSL color Cylindrical-coordinate representation of color #856150: hue angle of 19.25º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #856150 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1339780-
CMYK00.270.400.48
HSL19.25º24.88%41.76%-
HSV(B)19.25º39.85%52.16%-
XYZ15.414.129.5-
YUV105.83113.43147.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 97 (38.28% from 255) = 31.29%
BLUE value IS 80 (31.64% from 255) = 25.81%
R=42.90%
G=31.29%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133978000.270.400.4819.2524.8841.76
Hex85615001B283013192a
Octal2051411200335060233152
Binary10000101110000110100000110111010001100001001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856150; }

 p { color: rgb(133,97,80); }

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

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

 a { background-color: rgb(133,97,80); }

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

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

 span { border-color: rgb(133,97,80); }

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