#845A4C

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

Shades of Spicy Mix #845A4C

Tints of Spicy Mix #845A4C

Color information

#845A4C (or 0x845A4C) is unknown color: approx Spicy Mix. HEX triplet: 84, 5A and 4C. RGB value is (132,90,76). Sum of RGB (Red+Green+Blue) = 132+90+76=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #845A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845A4C is #7BA5B3. Grayscale: #656565. Windows color (decimal): -8103348 or 5003908. OLE color: 5003908.

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

Color convert

RGB1329076-
CMYK00.320.420.48
HSL15º26.92%40.78%-
HSV(B)15º42.42%51.76%-
XYZ14.4812.748.53-
YUV100.96113.91150.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 90 (35.55% from 255) = 30.20%
BLUE value IS 76 (30.08% from 255) = 25.50%
R=44.30%
G=30.20%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132907600.320.420.481526.9240.78
Hex845A4C0202A30f1b29
Octal2041321140405260173351
Binary10000100101101010011000100000101010110000111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,90,76); }

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

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

 a { background-color: rgb(132,90,76); }

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

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

 span { border-color: rgb(132,90,76); }

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