#856353

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

Shades of Spicy Mix #856353

Tints of Spicy Mix #856353

Color information

#856353 (or 0x856353) is unknown color: approx Spicy Mix. HEX triplet: 85, 63 and 53. RGB value is (133,99,83). Sum of RGB (Red+Green+Blue) = 133+99+83=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #856353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856353 is #7A9CAC. Grayscale: #6B6B6B. Windows color (decimal): -8035501 or 5464965. OLE color: 5464965.

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

Color convert

RGB1339983-
CMYK00.260.380.48
HSL19.2º23.15%42.35%-
HSV(B)19.2º37.59%52.16%-
XYZ15.714.5310.16-
YUV107.34114.26146.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 83 (32.81% from 255) = 26.35%
R=42.22%
G=31.43%
B=26.35%

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
Decimal133998300.260.380.4819.223.1542.35
Hex85635301A263013172a
Octal2051431230324660232752
Binary10000101110001110100110110101001101100001001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856353; }

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

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

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

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

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

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

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

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