Shades of Russet #7D3910
Tints of Russet #7D3910
RGB
CMYK
RGB Variations
Color information
#7D3910 (or 0x7D3910) is known color: Russet. HEX triplet: 7D, 39 and 10. RGB value is (125,57,16). Sum of RGB (Red+Green+Blue) = 125+57+16=198 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.13% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3910 is #82C6EF. Grayscale: #484848. Windows color (decimal): -8570608 or 1063293. OLE color: 1063293.
HSL color Cylindrical-coordinate representation of color #7D3910: hue angle of 22.57º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D3910 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 57 | 16 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.51 |
| HSL | 22.57º | 0.77% | 0.28% | - |
| HSV(B) | 22.57º | 0.87% | 0.49% | - |
| XYZ | 10.01 | 7.32 | 1.38 | - |
| YUV | 72.66 | 96.03 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 57 | 16 | 0 | 0.54 | 0.87 | 0.51 | 22.57 | 0.77 | 0.28 |
| Hex | 7D | 39 | 10 | 0 | 36 | 57 | 33 | 17 | 4D | 1C |
| Octal | 175 | 71 | 20 | 0 | 66 | 127 | 63 | 27 | 115 | 34 |
| Binary | 1111101 | 111001 | 10000 | 0 | 110110 | 1010111 | 110011 | 10111 | 1001101 | 11100 |
Color Harmonies of #7D3910
Complementary color
Monochromatic Colors of #7D3910
Black with #7D3910
Text Example
Text Example
White with #7D3910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3910; }
p { color: rgb(125,57,16); }
H1.HeaderClassName
{
color: #7D3910;
}
.AnyTagClassName
{
color: #7D3910;
}
</style>
background-color css
<style>
a { background-color: #7D3910; }
a { background-color: rgb(125,57,16); }
div.DivClassName
{
background-color: #7D3910;
}
.BgClassName
{
background-color: #7D3910;
}
</style>
border-color css
<style>
span { border-color: #7D3910; }
span { border-color: rgb(125,57,16); }
td.TdClassName
{
border-color: #7D3910;
}
.TagClassName
{
border-color: #7D3910;
}
</style>