#856452

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

Shades of Spicy Mix #856452

Tints of Spicy Mix #856452

Color information

#856452 (or 0x856452) is unknown color: approx Spicy Mix. HEX triplet: 85, 64 and 52. RGB value is (133,100,82). Sum of RGB (Red+Green+Blue) = 133+100+82=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #856452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856452 is #7A9BAD. Grayscale: #6B6B6B. Windows color (decimal): -8035246 or 5399685. OLE color: 5399685.

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

Color convert

RGB13310082-
CMYK00.250.380.48
HSL21.18º23.72%42.16%-
HSV(B)21.18º38.35%52.16%-
XYZ15.7514.719.99-
YUV107.81113.43145.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 82 (32.42% from 255) = 26.03%
R=42.22%
G=31.75%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331008200.250.380.4821.1823.7242.16
Hex856452019263015182a
Octal2051441220314660253052
Binary10000101110010010100100110011001101100001010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856452; }

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

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

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

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

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

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

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

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