#856054

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

Shades of Spicy Mix #856054

Tints of Spicy Mix #856054

Color information

#856054 (or 0x856054) is unknown color: approx Spicy Mix. HEX triplet: 85, 60 and 54. RGB value is (133,96,84). Sum of RGB (Red+Green+Blue) = 133+96+84=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #856054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856054 is #7A9FAB. Grayscale: #696969. Windows color (decimal): -8036268 or 5529733. OLE color: 5529733.

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

Color convert

RGB1339684-
CMYK00.280.370.48
HSL14.69º22.58%42.55%-
HSV(B)14.69º36.84%52.16%-
XYZ15.4613.9910.27-
YUV105.7115.76147.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 84 (33.20% from 255) = 26.84%
R=42.49%
G=30.67%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133968400.280.370.4814.6922.5842.55
Hex85605401C2530f172b
Octal2051401240344560172753
Binary1000010111000001010100011100100101110000111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856054; }

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

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

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

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

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

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

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

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