#856252

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

Shades of Spicy Mix #856252

Tints of Spicy Mix #856252

Color information

#856252 (or 0x856252) is unknown color: approx Spicy Mix. HEX triplet: 85, 62 and 52. RGB value is (133,98,82). Sum of RGB (Red+Green+Blue) = 133+98+82=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #856252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856252 is #7A9DAD. Grayscale: #6A6A6A. Windows color (decimal): -8035758 or 5399173. OLE color: 5399173.

HSL color Cylindrical-coordinate representation of color #856252: hue angle of 18.82º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #856252 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1339882-
CMYK00.260.380.48
HSL18.82º23.72%42.16%-
HSV(B)18.82º38.35%52.16%-
XYZ15.5614.339.93-
YUV106.64114.1146.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 98 (38.67% from 255) = 31.31%
BLUE value IS 82 (32.42% from 255) = 26.20%
R=42.49%
G=31.31%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133988200.260.380.4818.8223.7242.16
Hex85625201A263013182a
Octal2051421220324660233052
Binary10000101110001010100100110101001101100001001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856252; }

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

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

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

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

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

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

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

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