#856052

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

Shades of Spicy Mix #856052

Tints of Spicy Mix #856052

Color information

#856052 (or 0x856052) is unknown color: approx Spicy Mix. HEX triplet: 85, 60 and 52. RGB value is (133,96,82). Sum of RGB (Red+Green+Blue) = 133+96+82=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #856052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856052 is #7A9FAD. Grayscale: #696969. Windows color (decimal): -8036270 or 5398661. OLE color: 5398661.

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

Color convert

RGB1339682-
CMYK00.280.380.48
HSL16.47º23.72%42.16%-
HSV(B)16.47º38.35%52.16%-
XYZ15.3813.969.87-
YUV105.47114.76147.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 96 (37.89% from 255) = 30.87%
BLUE value IS 82 (32.42% from 255) = 26.37%
R=42.77%
G=30.87%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133968200.280.380.4816.4723.7242.16
Hex85605201C263010182a
Octal2051401220344660203052
Binary10000101110000010100100111001001101100001000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856052; }

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

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

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

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

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

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

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

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