#825016

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

Shades of Russet #825016

Tints of Russet #825016

Color information

#825016 (or 0x825016) is unknown color: approx Russet. HEX triplet: 82, 50 and 16. RGB value is (130,80,22). Sum of RGB (Red+Green+Blue) = 130+80+22=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #825016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825016 is #7DAFE9. Grayscale: #585858. Windows color (decimal): -8237034 or 1462402. OLE color: 1462402.

HSL color Cylindrical-coordinate representation of color #825016: hue angle of 32.22º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #825016 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB1308022-
CMYK00.380.830.49
HSL32.22º71.05%29.8%-
HSV(B)32.22º83.08%50.98%-
XYZ12.2210.542.15-
YUV88.3490.56157.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.03%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 22 (8.98% from 255) = 9.48%
R=56.03%
G=34.48%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130802200.380.830.4932.2271.0529.8
Hex825016026533120471e
Octal20212026046123614010736
Binary1000001010100001011001001101010011110001100000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825016; }

 p { color: rgb(130,80,22); }

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

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

 a { background-color: rgb(130,80,22); }

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

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

 span { border-color: rgb(130,80,22); }

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