#856254

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

Shades of Spicy Mix #856254

Tints of Spicy Mix #856254

Color information

#856254 (or 0x856254) is unknown color: approx Spicy Mix. HEX triplet: 85, 62 and 54. RGB value is (133,98,84). Sum of RGB (Red+Green+Blue) = 133+98+84=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #856254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856254 is #7A9DAB. Grayscale: #6A6A6A. Windows color (decimal): -8035756 or 5530245. OLE color: 5530245.

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

Color convert

RGB1339884-
CMYK00.260.370.48
HSL17.14º22.58%42.55%-
HSV(B)17.14º36.84%52.16%-
XYZ15.6414.3610.34-
YUV106.87115.1146.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 84 (33.20% from 255) = 26.67%
R=42.22%
G=31.11%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133988400.260.370.4817.1422.5842.55
Hex85625401A253011172b
Octal2051421240324560212753
Binary10000101110001010101000110101001011100001000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856254; }

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

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

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

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

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

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

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

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