#825F53

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

Shades of Spicy Mix #825F53

Tints of Spicy Mix #825F53

Color information

#825F53 (or 0x825F53) is unknown color: approx Spicy Mix. HEX triplet: 82, 5F and 53. RGB value is (130,95,83). Sum of RGB (Red+Green+Blue) = 130+95+83=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #825F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F53 is #7DA0AC. Grayscale: #686868. Windows color (decimal): -8233133 or 5463938. OLE color: 5463938.

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

Color convert

RGB1309583-
CMYK00.270.360.49
HSL15.32º22.07%41.76%-
HSV(B)15.32º36.15%50.98%-
XYZ14.8613.5510.02-
YUV104.1116.1146.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 95 (37.5% from 255) = 30.84%
BLUE value IS 83 (32.81% from 255) = 26.95%
R=42.21%
G=30.84%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130958300.270.360.4915.3222.0741.76
Hex825F5301B2431f162a
Octal2021371230334461172652
Binary1000001010111111010011011011100100110001111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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