#856053

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

Shades of Spicy Mix #856053

Tints of Spicy Mix #856053

Color information

#856053 (or 0x856053) is unknown color: approx Spicy Mix. HEX triplet: 85, 60 and 53. RGB value is (133,96,83). Sum of RGB (Red+Green+Blue) = 133+96+83=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #856053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856053 is #7A9FAC. Grayscale: #696969. Windows color (decimal): -8036269 or 5464197. OLE color: 5464197.

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

Color convert

RGB1339683-
CMYK00.280.380.48
HSL15.6º23.15%42.35%-
HSV(B)15.6º37.59%52.16%-
XYZ15.4213.9810.07-
YUV105.58115.26147.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 96 (37.89% from 255) = 30.77%
BLUE value IS 83 (32.81% from 255) = 26.60%
R=42.63%
G=30.77%
B=26.60%

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
Decimal133968300.280.380.4815.623.1542.35
Hex85605301C263010172a
Octal2051401230344660202752
Binary10000101110000010100110111001001101100001000010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856053; }

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

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

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

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

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

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

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

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