#845D51

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

Shades of Spicy Mix #845D51

Tints of Spicy Mix #845D51

Color information

#845D51 (or 0x845D51) is unknown color: approx Spicy Mix. HEX triplet: 84, 5D and 51. RGB value is (132,93,81). Sum of RGB (Red+Green+Blue) = 132+93+81=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #845D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D51 is #7BA2AE. Grayscale: #676767. Windows color (decimal): -8102575 or 5332356. OLE color: 5332356.

HSL color Cylindrical-coordinate representation of color #845D51: hue angle of 14.12º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #845D51 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB1329381-
CMYK00.300.390.48
HSL14.12º23.94%41.76%-
HSV(B)14.12º38.64%51.76%-
XYZ14.9213.339.57-
YUV103.29115.42148.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.14%
GREEN value IS 93 (36.72% from 255) = 30.39%
BLUE value IS 81 (32.03% from 255) = 26.47%
R=43.14%
G=30.39%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132938100.300.390.4814.1223.9441.76
Hex845D5101E2730e182a
Octal2041351210364760163052
Binary1000010010111011010001011110100111110000111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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