#845A4F

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

Shades of Spicy Mix #845A4F

Tints of Spicy Mix #845A4F

Color information

#845A4F (or 0x845A4F) is unknown color: approx Spicy Mix. HEX triplet: 84, 5A and 4F. RGB value is (132,90,79). Sum of RGB (Red+Green+Blue) = 132+90+79=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #845A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845A4F is #7BA5B0. Grayscale: #656565. Windows color (decimal): -8103345 or 5200516. OLE color: 5200516.

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

Color convert

RGB1329079-
CMYK00.320.400.48
HSL12.45º25.12%41.37%-
HSV(B)12.45º40.15%51.76%-
XYZ14.5812.789.1-
YUV101.3115.41149.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.85%
GREEN value IS 90 (35.55% from 255) = 29.90%
BLUE value IS 79 (31.25% from 255) = 26.25%
R=43.85%
G=29.90%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132907900.320.400.4812.4525.1241.37
Hex845A4F0202830c1929
Octal2041321170405060143151
Binary10000100101101010011110100000101000110000110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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