#825949

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

Shades of Spicy Mix #825949

Tints of Spicy Mix #825949

Color information

#825949 (or 0x825949) is unknown color: approx Spicy Mix. HEX triplet: 82, 59 and 49. RGB value is (130,89,73). Sum of RGB (Red+Green+Blue) = 130+89+73=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #825949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825949 is #7DA6B6. Grayscale: #636363. Windows color (decimal): -8234679 or 4807042. OLE color: 4807042.

HSL color Cylindrical-coordinate representation of color #825949: hue angle of 16.84º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #825949 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1308973-
CMYK00.320.440.49
HSL16.84º28.08%39.8%-
HSV(B)16.84º43.85%50.98%-
XYZ13.9812.377.95-
YUV99.44113.08149.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 89 (35.16% from 255) = 30.48%
BLUE value IS 73 (28.91% from 255) = 25%
R=44.52%
G=30.48%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130897300.320.440.4916.8428.0839.8
Hex8259490202C31111c28
Octal2021311110405461213450
Binary100000101011001100100101000001011001100011000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825949; }

 p { color: rgb(130,89,73); }

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

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

 a { background-color: rgb(130,89,73); }

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

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

 span { border-color: rgb(130,89,73); }

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