#845E4B

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

Shades of Spicy Mix #845E4B

Tints of Spicy Mix #845E4B

Color information

#845E4B (or 0x845E4B) is unknown color: approx Spicy Mix. HEX triplet: 84, 5E and 4B. RGB value is (132,94,75). Sum of RGB (Red+Green+Blue) = 132+94+75=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #845E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E4B is #7BA1B4. Grayscale: #676767. Windows color (decimal): -8102325 or 4939396. OLE color: 4939396.

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

Color convert

RGB1329475-
CMYK00.290.430.48
HSL20º27.54%40.59%-
HSV(B)20º43.18%51.76%-
XYZ14.7913.428.47-
YUV103.2112.09148.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.85%
GREEN value IS 94 (37.11% from 255) = 31.23%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=43.85%
G=31.23%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132947500.290.430.482027.5440.59
Hex845E4B01D2B30141c29
Octal2041361130355360243451
Binary10000100101111010010110111011010111100001010011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,94,75); }

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

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

 a { background-color: rgb(132,94,75); }

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

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

 span { border-color: rgb(132,94,75); }

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