#846353

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

Shades of Spicy Mix #846353

Tints of Spicy Mix #846353

Color information

#846353 (or 0x846353) is unknown color: approx Spicy Mix. HEX triplet: 84, 63 and 53. RGB value is (132,99,83). Sum of RGB (Red+Green+Blue) = 132+99+83=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #846353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846353 is #7B9CAC. Grayscale: #6B6B6B. Windows color (decimal): -8101037 or 5464964. OLE color: 5464964.

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

Color convert

RGB1329983-
CMYK00.250.370.48
HSL19.59º22.79%42.16%-
HSV(B)19.59º37.12%51.76%-
XYZ15.5414.4510.15-
YUV107.04114.43145.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 99 (39.06% from 255) = 31.53%
BLUE value IS 83 (32.81% from 255) = 26.43%
R=42.04%
G=31.53%
B=26.43%

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
Decimal132998300.250.370.4819.5922.7942.16
Hex846353019253014172a
Octal2041431230314560242752
Binary10000100110001110100110110011001011100001010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846353; }

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

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

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

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

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

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

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

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