#824F21

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

Shades of Russet #824F21

Tints of Russet #824F21

Color information

#824F21 (or 0x824F21) is unknown color: approx Russet. HEX triplet: 82, 4F and 21. RGB value is (130,79,33). Sum of RGB (Red+Green+Blue) = 130+79+33=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #824F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824F21 is #7DB0DE. Grayscale: #595959. Windows color (decimal): -8237279 or 2183042. OLE color: 2183042.

HSL color Cylindrical-coordinate representation of color #824F21: hue angle of 28.45º 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 #824F21 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB1307933-
CMYK00.390.750.49
HSL28.45º59.51%31.96%-
HSV(B)28.45º74.62%50.98%-
XYZ12.2810.452.81-
YUV8996.4157.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.72%
GREEN value IS 79 (31.25% from 255) = 32.64%
BLUE value IS 33 (13.28% from 255) = 13.64%
R=53.72%
G=32.64%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130793300.390.750.4928.4559.5131.96
Hex824F210274B311c3c20
Octal2021174104711361347440
Binary1000001010011111000010100111100101111000111100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,79,33); }

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

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

 a { background-color: rgb(130,79,33); }

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

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

 span { border-color: rgb(130,79,33); }

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