#824016

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

Shades of Russet #824016

Tints of Russet #824016

Color information

#824016 (or 0x824016) is unknown color: approx Russet. HEX triplet: 82, 40 and 16. RGB value is (130,64,22). Sum of RGB (Red+Green+Blue) = 130+64+22=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #824016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824016 is #7DBFE9. Grayscale: #4F4F4F. Windows color (decimal): -8241130 or 1458306. OLE color: 1458306.

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

Color convert

RGB1306422-
CMYK00.510.830.49
HSL23.33º71.05%29.8%-
HSV(B)23.33º83.08%50.98%-
XYZ11.188.471.8-
YUV78.9595.87164.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.19%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 22 (8.98% from 255) = 10.19%
R=60.19%
G=29.63%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130642200.510.830.4923.3371.0529.8
Hex824016033533117471e
Octal20210026063123612710736
Binary100000101000000101100110011101001111000110111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824016; }

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

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

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

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

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

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

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

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