#824116

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

Shades of Russet #824116

Tints of Russet #824116

Color information

#824116 (or 0x824116) is unknown color: approx Russet. HEX triplet: 82, 41 and 16. RGB value is (130,65,22). Sum of RGB (Red+Green+Blue) = 130+65+22=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #824116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824116 is #7DBEE9. Grayscale: #4F4F4F. Windows color (decimal): -8240874 or 1458562. OLE color: 1458562.

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

Color convert

RGB1306522-
CMYK00.500.830.49
HSL23.89º71.05%29.8%-
HSV(B)23.89º83.08%50.98%-
XYZ11.248.581.82-
YUV79.5395.53164-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.91%
GREEN value IS 65 (25.78% from 255) = 29.95%
BLUE value IS 22 (8.98% from 255) = 10.14%
R=59.91%
G=29.95%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130652200.500.830.4923.8971.0529.8
Hex824116032533118471e
Octal20210126062123613010736
Binary100000101000001101100110010101001111000111000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824116; }

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

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

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

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

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

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

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

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