#856250

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

Shades of Spicy Mix #856250

Tints of Spicy Mix #856250

Color information

#856250 (or 0x856250) is unknown color: approx Spicy Mix. HEX triplet: 85, 62 and 50. RGB value is (133,98,80). Sum of RGB (Red+Green+Blue) = 133+98+80=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #856250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856250 is #7A9DAF. Grayscale: #6A6A6A. Windows color (decimal): -8035760 or 5268101. OLE color: 5268101.

HSL color Cylindrical-coordinate representation of color #856250: hue angle of 20.38º 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 #856250 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1339880-
CMYK00.260.400.48
HSL20.38º24.88%41.76%-
HSV(B)20.38º39.85%52.16%-
XYZ15.4914.39.53-
YUV106.41113.1146.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 98 (38.67% from 255) = 31.51%
BLUE value IS 80 (31.64% from 255) = 25.72%
R=42.77%
G=31.51%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133988000.260.400.4820.3824.8841.76
Hex85625001A283014192a
Octal2051421200325060243152
Binary10000101110001010100000110101010001100001010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856250; }

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

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

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

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

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

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

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

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