#824416

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

Shades of Russet #824416

Tints of Russet #824416

Color information

#824416 (or 0x824416) is unknown color: approx Russet. HEX triplet: 82, 44 and 16. RGB value is (130,68,22). Sum of RGB (Red+Green+Blue) = 130+68+22=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #824416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824416 is #7DBBE9. Grayscale: #515151. Windows color (decimal): -8240106 or 1459330. OLE color: 1459330.

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

Color convert

RGB1306822-
CMYK00.480.830.49
HSL25.56º71.05%29.8%-
HSV(B)25.56º83.08%50.98%-
XYZ11.428.941.88-
YUV81.2994.54162.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.09%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 22 (8.98% from 255) = 10%
R=59.09%
G=30.91%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130682200.480.830.4925.5671.0529.8
Hex82441603053311a471e
Octal20210426060123613210736
Binary100000101000100101100110000101001111000111010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824416; }

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

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

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

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

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

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

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

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