#846052

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

Shades of Spicy Mix #846052

Tints of Spicy Mix #846052

Color information

#846052 (or 0x846052) is unknown color: approx Spicy Mix. HEX triplet: 84, 60 and 52. RGB value is (132,96,82). Sum of RGB (Red+Green+Blue) = 132+96+82=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #846052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846052 is #7B9FAD. Grayscale: #696969. Windows color (decimal): -8101806 or 5398660. OLE color: 5398660.

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

Color convert

RGB1329682-
CMYK00.270.380.48
HSL16.8º23.36%41.96%-
HSV(B)16.8º37.88%51.76%-
XYZ15.2213.889.86-
YUV105.17114.93147.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.58%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 82 (32.42% from 255) = 26.45%
R=42.58%
G=30.97%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132968200.270.380.4816.823.3641.96
Hex84605201B263011172a
Octal2041401220334660212752
Binary10000100110000010100100110111001101100001000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846052; }

 p { color: rgb(132,96,82); }

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

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

 a { background-color: rgb(132,96,82); }

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

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

 span { border-color: rgb(132,96,82); }

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