#7F4916

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

Shades of Russet #7F4916

Tints of Russet #7F4916

Color information

#7F4916 (or 0x7F4916) is unknown color: approx Russet. HEX triplet: 7F, 49 and 16. RGB value is (127,73,22). Sum of RGB (Red+Green+Blue) = 127+73+22=222 (29% of max value = 765). Red value is 127 (50% from 255 or 57.21% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4916 is #80B6E9. Grayscale: #535353. Windows color (decimal): -8435434 or 1460607. OLE color: 1460607.

HSL color Cylindrical-coordinate representation of color #7F4916: hue angle of 29.14º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F4916 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB1277322-
CMYK00.430.830.50
HSL29.14º70.47%29.22%-
HSV(B)29.14º82.68%49.8%-
XYZ11.289.341.97-
YUV83.3393.39159.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 57.21%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 22 (8.98% from 255) = 9.91%
R=57.21%
G=32.88%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127732200.430.830.5029.1470.4729.22
Hex7F491602B53321d461d
Octal17711126053123623510635
Binary11111111001001101100101011101001111001011101100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F4916; }

 p { color: rgb(127,73,22); }

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

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

 a { background-color: rgb(127,73,22); }

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

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

 span { border-color: rgb(127,73,22); }

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