#7F3B19

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

Shades of Russet #7F3B19

Tints of Russet #7F3B19

Color information

#7F3B19 (or 0x7F3B19) is unknown color: approx Russet. HEX triplet: 7F, 3B and 19. RGB value is (127,59,25). Sum of RGB (Red+Green+Blue) = 127+59+25=211 (27% of max value = 765). Red value is 127 (50% from 255 or 60.19% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3B19 is #80C4E6. Grayscale: #4B4B4B. Windows color (decimal): -8439015 or 1653631. OLE color: 1653631.

HSL color Cylindrical-coordinate representation of color #7F3B19: hue angle of 20º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F3B19 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB1275925-
CMYK00.540.800.50
HSL20º67.11%29.8%-
HSV(B)20º80.31%49.8%-
XYZ10.497.711.85-
YUV75.4699.53164.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 60.19%
GREEN value IS 59 (23.44% from 255) = 27.96%
BLUE value IS 25 (10.16% from 255) = 11.85%
R=60.19%
G=27.96%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127592500.540.800.502067.1129.8
Hex7F3B19036503214431e
Octal1777331066120622410336
Binary1111111111011110010110110101000011001010100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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