#824C1F

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

Shades of Russet #824C1F

Tints of Russet #824C1F

Color information

#824C1F (or 0x824C1F) is unknown color: approx Russet. HEX triplet: 82, 4C and 1F. RGB value is (130,76,31). Sum of RGB (Red+Green+Blue) = 130+76+31=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #824C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C1F is #7DB3E0. Grayscale: #575757. Windows color (decimal): -8238049 or 2051202. OLE color: 2051202.

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

Color convert

RGB1307631-
CMYK00.420.760.49
HSL27.27º61.49%31.57%-
HSV(B)27.27º76.15%50.98%-
XYZ12.0410.012.59-
YUV87.0296.39158.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.85%
GREEN value IS 76 (30.08% from 255) = 32.07%
BLUE value IS 31 (12.5% from 255) = 13.08%
R=54.85%
G=32.07%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130763100.420.760.4927.2761.4931.57
Hex824C1F02A4C311b3d20
Octal2021143705211461337540
Binary100000101001100111110101010100110011000111011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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