#7f3a11

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

Shades of Russet #7F3A11

Tints of Russet #7F3A11

Color information

#7F3A11 (or 0x7F3A11) is unknown color: approx Russet. HEX triplet: 7F, 3A and 11. RGB value is (127,58,17). Sum of RGB (Red+Green+Blue) = 127+58+17=202 (26% of max value = 765). Red value is 127 (50% from 255 or 62.87% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3A11 is #80C5EE. Grayscale: #4A4A4A. Windows color (decimal): -8439279 or 1129087. OLE color: 1129087.

HSL color Cylindrical-coordinate representation of color #7F3A11: hue angle of 22.36º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F3A11 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB1275817-
CMYK00.540.870.50
HSL22.36º76.39%28.24%-
HSV(B)22.36º86.61%49.8%-
XYZ10.377.581.45-
YUV73.9695.86165.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 62.87%
GREEN value IS 58 (23.05% from 255) = 28.71%
BLUE value IS 17 (7.03% from 255) = 8.42%
R=62.87%
G=28.71%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.87
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127581700.540.870.5022.3676.3928.24
Hex7F3A110365732164c1c
Octal1777221066127622611434
Binary1111111111010100010110110101011111001010110100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f3a11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,58,17); }

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

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

 a { background-color: rgb(127,58,17); }

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

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

 span { border-color: rgb(127,58,17); }

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