#845C4F

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

Shades of Spicy Mix #845C4F

Tints of Spicy Mix #845C4F

Color information

#845C4F (or 0x845C4F) is unknown color: approx Spicy Mix. HEX triplet: 84, 5C and 4F. RGB value is (132,92,79). Sum of RGB (Red+Green+Blue) = 132+92+79=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #845C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C4F is #7BA3B0. Grayscale: #666666. Windows color (decimal): -8102833 or 5201028. OLE color: 5201028.

HSL color Cylindrical-coordinate representation of color #845C4F: hue angle of 14.72º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #845C4F is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1329279-
CMYK00.300.400.48
HSL14.72º25.12%41.37%-
HSV(B)14.72º40.15%51.76%-
XYZ14.7513.129.15-
YUV102.48114.75149.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.56%
GREEN value IS 92 (36.33% from 255) = 30.36%
BLUE value IS 79 (31.25% from 255) = 26.07%
R=43.56%
G=30.36%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132927900.300.400.4814.7225.1241.37
Hex845C4F01E2830f1929
Octal2041341170365060173151
Binary1000010010111001001111011110101000110000111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,92,79); }

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

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

 a { background-color: rgb(132,92,79); }

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

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

 span { border-color: rgb(132,92,79); }

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