#825849

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

Shades of Spicy Mix #825849

Tints of Spicy Mix #825849

Color information

#825849 (or 0x825849) is unknown color: approx Spicy Mix. HEX triplet: 82, 58 and 49. RGB value is (130,88,73). Sum of RGB (Red+Green+Blue) = 130+88+73=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #825849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825849 is #7DA7B6. Grayscale: #626262. Windows color (decimal): -8234935 or 4806786. OLE color: 4806786.

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

Color convert

RGB1308873-
CMYK00.320.440.49
HSL15.79º28.08%39.8%-
HSV(B)15.79º43.85%50.98%-
XYZ13.912.217.93-
YUV98.85113.41150.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.67%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 73 (28.91% from 255) = 25.09%
R=44.67%
G=30.24%
B=25.09%

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
Decimal130887300.320.440.4915.7928.0839.8
Hex8258490202C31101c28
Octal2021301110405461203450
Binary100000101011000100100101000001011001100011000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825849; }

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

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

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

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

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

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

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

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