#856454

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

Shades of Spicy Mix #856454

Tints of Spicy Mix #856454

Color information

#856454 (or 0x856454) is unknown color: approx Spicy Mix. HEX triplet: 85, 64 and 54. RGB value is (133,100,84). Sum of RGB (Red+Green+Blue) = 133+100+84=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #856454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856454 is #7A9BAB. Grayscale: #6C6C6C. Windows color (decimal): -8035244 or 5530757. OLE color: 5530757.

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

Color convert

RGB13310084-
CMYK00.250.370.48
HSL19.59º22.58%42.55%-
HSV(B)19.59º36.84%52.16%-
XYZ15.8314.7410.4-
YUV108.04114.43145.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 100 (39.45% from 255) = 31.55%
BLUE value IS 84 (33.20% from 255) = 26.50%
R=41.96%
G=31.55%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331008400.250.370.4819.5922.5842.55
Hex856454019253014172b
Octal2051441240314560242753
Binary10000101110010010101000110011001011100001010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856454; }

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

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

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

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

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

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

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

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