#845F4F

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

Shades of Spicy Mix #845F4F

Tints of Spicy Mix #845F4F

Color information

#845F4F (or 0x845F4F) is unknown color: approx Spicy Mix. HEX triplet: 84, 5F and 4F. RGB value is (132,95,79). Sum of RGB (Red+Green+Blue) = 132+95+79=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #845F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845F4F is #7BA0B0. Grayscale: #686868. Windows color (decimal): -8102065 or 5201796. OLE color: 5201796.

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

Color convert

RGB1329579-
CMYK00.280.400.48
HSL18.11º25.12%41.37%-
HSV(B)18.11º40.15%51.76%-
XYZ15.0213.659.24-
YUV104.24113.76147.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.14%
GREEN value IS 95 (37.5% from 255) = 31.05%
BLUE value IS 79 (31.25% from 255) = 25.82%
R=43.14%
G=31.05%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132957900.280.400.4818.1125.1241.37
Hex845F4F01C2830121929
Octal2041371170345060223151
Binary10000100101111110011110111001010001100001001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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