#824117

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

Shades of Russet #824117

Tints of Russet #824117

Color information

#824117 (or 0x824117) is unknown color: approx Russet. HEX triplet: 82, 41 and 17. RGB value is (130,65,23). Sum of RGB (Red+Green+Blue) = 130+65+23=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #824117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824117 is #7DBEE8. Grayscale: #4F4F4F. Windows color (decimal): -8240873 or 1524098. OLE color: 1524098.

HSL color Cylindrical-coordinate representation of color #824117: hue angle of 23.55º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #824117 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB1306523-
CMYK00.500.820.49
HSL23.55º69.93%30%-
HSV(B)23.55º82.31%50.98%-
XYZ11.258.591.88-
YUV79.6596.03163.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.63%
GREEN value IS 65 (25.78% from 255) = 29.82%
BLUE value IS 23 (9.38% from 255) = 10.55%
R=59.63%
G=29.82%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130652300.500.820.4923.5569.9330
Hex824117032523118461e
Octal20210127062122613010636
Binary100000101000001101110110010101001011000111000100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824117; }

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

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

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

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

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

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

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

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