#846253

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

Shades of Spicy Mix #846253

Tints of Spicy Mix #846253

Color information

#846253 (or 0x846253) is unknown color: approx Spicy Mix. HEX triplet: 84, 62 and 53. RGB value is (132,98,83). Sum of RGB (Red+Green+Blue) = 132+98+83=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #846253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846253 is #7B9DAC. Grayscale: #6A6A6A. Windows color (decimal): -8101293 or 5464708. OLE color: 5464708.

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

Color convert

RGB1329883-
CMYK00.260.370.48
HSL18.37º22.79%42.16%-
HSV(B)18.37º37.12%51.76%-
XYZ15.4414.2710.12-
YUV106.46114.76146.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 98 (38.67% from 255) = 31.31%
BLUE value IS 83 (32.81% from 255) = 26.52%
R=42.17%
G=31.31%
B=26.52%

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
Decimal132988300.260.370.4818.3722.7942.16
Hex84625301A253012172a
Octal2041421230324560222752
Binary10000100110001010100110110101001011100001001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846253; }

 p { color: rgb(132,98,83); }

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

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

 a { background-color: rgb(132,98,83); }

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

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

 span { border-color: rgb(132,98,83); }

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