#845C4B

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

Shades of Spicy Mix #845C4B

Tints of Spicy Mix #845C4B

Color information

#845C4B (or 0x845C4B) is unknown color: approx Spicy Mix. HEX triplet: 84, 5C and 4B. RGB value is (132,92,75). Sum of RGB (Red+Green+Blue) = 132+92+75=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #845C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845C4B is #7BA3B4. Grayscale: #666666. Windows color (decimal): -8102837 or 4938884. OLE color: 4938884.

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

Color convert

RGB1329275-
CMYK00.300.430.48
HSL17.89º27.54%40.59%-
HSV(B)17.89º43.18%51.76%-
XYZ14.6113.078.41-
YUV102.02112.75149.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.15%
GREEN value IS 92 (36.33% from 255) = 30.77%
BLUE value IS 75 (29.69% from 255) = 25.08%
R=44.15%
G=30.77%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132927500.300.430.4817.8927.5440.59
Hex845C4B01E2B30121c29
Octal2041341130365360223451
Binary10000100101110010010110111101010111100001001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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