#7F3B11

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

Shades of Russet #7F3B11

Tints of Russet #7F3B11

Color information

#7F3B11 (or 0x7F3B11) is unknown color: approx Russet. HEX triplet: 7F, 3B and 11. RGB value is (127,59,17). Sum of RGB (Red+Green+Blue) = 127+59+17=203 (26% of max value = 765). Red value is 127 (50% from 255 or 62.56% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3B11 is #80C4EE. Grayscale: #4A4A4A. Windows color (decimal): -8439023 or 1129343. OLE color: 1129343.

HSL color Cylindrical-coordinate representation of color #7F3B11: hue angle of 22.91º 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 #7F3B11 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB1275917-
CMYK00.540.870.50
HSL22.91º76.39%28.24%-
HSV(B)22.91º86.61%49.8%-
XYZ10.427.681.46-
YUV74.5495.53165.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 62.56%
GREEN value IS 59 (23.44% from 255) = 29.06%
BLUE value IS 17 (7.03% from 255) = 8.37%
R=62.56%
G=29.06%
B=8.37%

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
Decimal127591700.540.870.5022.9176.3928.24
Hex7F3B110365732174c1c
Octal1777321066127622711434
Binary1111111111011100010110110101011111001010111100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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