#824E20

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

Shades of Russet #824E20

Tints of Russet #824E20

Color information

#824E20 (or 0x824E20) is unknown color: approx Russet. HEX triplet: 82, 4E and 20. RGB value is (130,78,32). Sum of RGB (Red+Green+Blue) = 130+78+32=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #824E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824E20 is #7DB1DF. Grayscale: #585858. Windows color (decimal): -8237536 or 2117250. OLE color: 2117250.

HSL color Cylindrical-coordinate representation of color #824E20: hue angle of 28.16º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #824E20 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB1307832-
CMYK00.400.750.49
HSL28.16º60.49%31.76%-
HSV(B)28.16º75.38%50.98%-
XYZ12.1910.32.71-
YUV88.396.23157.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.17%
GREEN value IS 78 (30.86% from 255) = 32.5%
BLUE value IS 32 (12.89% from 255) = 13.33%
R=54.17%
G=32.5%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130783200.400.750.4928.1660.4931.76
Hex824E200284B311c3c20
Octal2021164005011361347440
Binary1000001010011101000000101000100101111000111100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824E20; }

 p { color: rgb(130,78,32); }

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

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

 a { background-color: rgb(130,78,32); }

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

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

 span { border-color: rgb(130,78,32); }

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