#824F1F

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

Shades of Russet #824F1F

Tints of Russet #824F1F

Color information

#824F1F (or 0x824F1F) is unknown color: approx Russet. HEX triplet: 82, 4F and 1F. RGB value is (130,79,31). Sum of RGB (Red+Green+Blue) = 130+79+31=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #824F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824F1F is #7DB0E0. Grayscale: #595959. Windows color (decimal): -8237281 or 2051970. OLE color: 2051970.

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

Color convert

RGB1307931-
CMYK00.390.760.49
HSL29.09º61.49%31.57%-
HSV(B)29.09º76.15%50.98%-
XYZ12.2510.442.67-
YUV88.7895.4157.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.17%
GREEN value IS 79 (31.25% from 255) = 32.92%
BLUE value IS 31 (12.5% from 255) = 12.92%
R=54.17%
G=32.92%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130793100.390.760.4929.0961.4931.57
Hex824F1F0274C311d3d20
Octal2021173704711461357540
Binary100000101001111111110100111100110011000111101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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