#845D53

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

Shades of Spicy Mix #845D53

Tints of Spicy Mix #845D53

Color information

#845D53 (or 0x845D53) is unknown color: approx Spicy Mix. HEX triplet: 84, 5D and 53. RGB value is (132,93,83). Sum of RGB (Red+Green+Blue) = 132+93+83=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #845D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D53 is #7BA2AC. Grayscale: #676767. Windows color (decimal): -8102573 or 5463428. OLE color: 5463428.

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

Color convert

RGB1329383-
CMYK00.300.370.48
HSL12.24º22.79%42.16%-
HSV(B)12.24º37.12%51.76%-
XYZ14.9913.369.97-
YUV103.52116.42148.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.86%
GREEN value IS 93 (36.72% from 255) = 30.19%
BLUE value IS 83 (32.81% from 255) = 26.95%
R=42.86%
G=30.19%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132938300.300.370.4812.2422.7942.16
Hex845D5301E2530c172a
Octal2041351230364560142752
Binary1000010010111011010011011110100101110000110010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845D53; }

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

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

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

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

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

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

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

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