Shades of Russet #7F3F13
Tints of Russet #7F3F13
RGB
CMYK
RGB Variations
Color information
#7F3F13 (or 0x7F3F13) is known color: Russet. HEX triplet: 7F, 3F and 13. RGB value is (127,63,19). Sum of RGB (Red+Green+Blue) = 127+63+19=209 (27% of max value = 765). Red value is 127 (50% from 255 or 60.77% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3F13 is #80C0EC. Grayscale: #4D4D4D. Windows color (decimal): -8437997 or 1261439. OLE color: 1261439.
HSL color Cylindrical-coordinate representation of color #7F3F13: hue angle of 24.44º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F3F13 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 63 | 19 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.50 |
| HSL | 24.44º | 0.74% | 0.29% | - |
| HSV(B) | 24.44º | 0.85% | 0.5% | - |
| XYZ | 10.65 | 8.11 | 1.62 | - |
| YUV | 77.12 | 95.2 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 63 | 19 | 0 | 0.50 | 0.85 | 0.50 | 24.44 | 0.74 | 0.29 |
| Hex | 7F | 3F | 13 | 0 | 32 | 55 | 32 | 18 | 4A | 1D |
| Octal | 177 | 77 | 23 | 0 | 62 | 125 | 62 | 30 | 112 | 35 |
| Binary | 1111111 | 111111 | 10011 | 0 | 110010 | 1010101 | 110010 | 11000 | 1001010 | 11101 |
Color Harmonies of #7F3F13
Complementary color
Monochromatic Colors of #7F3F13
Black with #7F3F13
Text Example
Text Example
White with #7F3F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3F13; }
p { color: rgb(127,63,19); }
H1.HeaderClassName
{
color: #7F3F13;
}
.AnyTagClassName
{
color: #7F3F13;
}
</style>
background-color css
<style>
a { background-color: #7F3F13; }
a { background-color: rgb(127,63,19); }
div.DivClassName
{
background-color: #7F3F13;
}
.BgClassName
{
background-color: #7F3F13;
}
</style>
border-color css
<style>
span { border-color: #7F3F13; }
span { border-color: rgb(127,63,19); }
td.TdClassName
{
border-color: #7F3F13;
}
.TagClassName
{
border-color: #7F3F13;
}
</style>