#825B49

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

Shades of Spicy Mix #825B49

Tints of Spicy Mix #825B49

Color information

#825B49 (or 0x825B49) is unknown color: approx Spicy Mix. HEX triplet: 82, 5B and 49. RGB value is (130,91,73). Sum of RGB (Red+Green+Blue) = 130+91+73=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #825B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825B49 is #7DA4B6. Grayscale: #646464. Windows color (decimal): -8234167 or 4807554. OLE color: 4807554.

HSL color Cylindrical-coordinate representation of color #825B49: hue angle of 18.95º 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 #825B49 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1309173-
CMYK00.300.440.49
HSL18.95º28.08%39.8%-
HSV(B)18.95º43.85%50.98%-
XYZ14.1512.718.01-
YUV100.61112.42148.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.22%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 73 (28.91% from 255) = 24.83%
R=44.22%
G=30.95%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130917300.300.440.4918.9528.0839.8
Hex825B4901E2C31131c28
Octal2021331110365461233450
Binary10000010101101110010010111101011001100011001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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