#825015

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

Shades of Russet #825015

Tints of Russet #825015

Color information

#825015 (or 0x825015) is unknown color: approx Russet. HEX triplet: 82, 50 and 15. RGB value is (130,80,21). Sum of RGB (Red+Green+Blue) = 130+80+21=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #825015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825015 is #7DAFEA. Grayscale: #585858. Windows color (decimal): -8237035 or 1396866. OLE color: 1396866.

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

Color convert

RGB1308021-
CMYK00.380.840.49
HSL32.48º72.19%29.61%-
HSV(B)32.48º83.85%50.98%-
XYZ12.2110.542.1-
YUV88.2290.06157.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.28%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 21 (8.59% from 255) = 9.09%
R=56.28%
G=34.63%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130802100.380.840.4932.4872.1929.61
Hex825015026543120481e
Octal20212025046124614011036
Binary1000001010100001010101001101010100110001100000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825015; }

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

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

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

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

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

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

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

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