#845B4E

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

Shades of Spicy Mix #845B4E

Tints of Spicy Mix #845B4E

Color information

#845B4E (or 0x845B4E) is unknown color: approx Spicy Mix. HEX triplet: 84, 5B and 4E. RGB value is (132,91,78). Sum of RGB (Red+Green+Blue) = 132+91+78=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #845B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845B4E is #7BA4B1. Grayscale: #656565. Windows color (decimal): -8103090 or 5135236. OLE color: 5135236.

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

Color convert

RGB1329178-
CMYK00.310.410.48
HSL14.44º25.71%41.18%-
HSV(B)14.44º40.91%51.76%-
XYZ14.6312.948.93-
YUV101.78114.58149.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.85%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=43.85%
G=30.23%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132917800.310.410.4814.4425.7141.18
Hex845B4E01F2930e1a29
Octal2041331160375160163251
Binary1000010010110111001110011111101001110000111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,91,78); }

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

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

 a { background-color: rgb(132,91,78); }

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

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

 span { border-color: rgb(132,91,78); }

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