#825F4C

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

Shades of Spicy Mix #825F4C

Tints of Spicy Mix #825F4C

Color information

#825F4C (or 0x825F4C) is unknown color: approx Spicy Mix. HEX triplet: 82, 5F and 4C. RGB value is (130,95,76). Sum of RGB (Red+Green+Blue) = 130+95+76=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #825F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F4C is #7DA0B3. Grayscale: #676767. Windows color (decimal): -8233140 or 5005186. OLE color: 5005186.

HSL color Cylindrical-coordinate representation of color #825F4C: hue angle of 21.11º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #825F4C is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1309576-
CMYK00.270.420.49
HSL21.11º26.21%40.39%-
HSV(B)21.11º41.54%50.98%-
XYZ14.613.458.66-
YUV103.3112.6147.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.19%
GREEN value IS 95 (37.5% from 255) = 31.56%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=43.19%
G=31.56%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130957600.270.420.4921.1126.2140.39
Hex825F4C01B2A31151a28
Octal2021371140335261253250
Binary10000010101111110011000110111010101100011010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825F4C; }

 p { color: rgb(130,95,76); }

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

<style>
 a { background-color: #825F4C; }

 a { background-color: rgb(130,95,76); }

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

<style>
 span { border-color: #825F4C; }

 span { border-color: rgb(130,95,76); }

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