#824F1C

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

Shades of Russet #824F1C

Tints of Russet #824F1C

Color information

#824F1C (or 0x824F1C) is unknown color: approx Russet. HEX triplet: 82, 4F and 1C. RGB value is (130,79,28). Sum of RGB (Red+Green+Blue) = 130+79+28=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #824F1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824F1C is #7DB0E3. Grayscale: #585858. Windows color (decimal): -8237284 or 1855362. OLE color: 1855362.

HSL color Cylindrical-coordinate representation of color #824F1C: hue angle of 30º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #824F1C is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1307928-
CMYK00.390.780.49
HSL30º64.56%30.98%-
HSV(B)30º78.46%50.98%-
XYZ12.2110.422.47-
YUV88.4493.9157.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.85%
GREEN value IS 79 (31.25% from 255) = 33.33%
BLUE value IS 28 (11.33% from 255) = 11.81%
R=54.85%
G=33.33%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130792800.390.780.493064.5630.98
Hex824F1C0274E311e411f
Octal20211734047116613610137
Binary100000101001111111000100111100111011000111110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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