Shades of Russet #7D4915
Tints of Russet #7D4915
RGB
CMYK
RGB Variations
Color information
#7D4915 (or 0x7D4915) is known color: Russet. HEX triplet: 7D, 49 and 15. RGB value is (125,73,21). Sum of RGB (Red+Green+Blue) = 125+73+21=219 (29% of max value = 765). Red value is 125 (49.22% from 255 or 57.08% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4915 is #82B6EA. Grayscale: #525252. Windows color (decimal): -8566507 or 1395069. OLE color: 1395069.
HSL color Cylindrical-coordinate representation of color #7D4915: hue angle of 30º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D4915 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 73 | 21 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.51 |
| HSL | 30º | 0.71% | 0.29% | - |
| HSV(B) | 30º | 0.83% | 0.49% | - |
| XYZ | 10.98 | 9.18 | 1.9 | - |
| YUV | 82.62 | 93.23 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 73 | 21 | 0 | 0.42 | 0.83 | 0.51 | 30 | 0.71 | 0.29 |
| Hex | 7D | 49 | 15 | 0 | 2A | 53 | 33 | 1E | 47 | 1D |
| Octal | 175 | 111 | 25 | 0 | 52 | 123 | 63 | 36 | 107 | 35 |
| Binary | 1111101 | 1001001 | 10101 | 0 | 101010 | 1010011 | 110011 | 11110 | 1000111 | 11101 |
Color Harmonies of #7D4915
Complementary color
Monochromatic Colors of #7D4915
Black with #7D4915
Text Example
Text Example
White with #7D4915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4915; }
p { color: rgb(125,73,21); }
H1.HeaderClassName
{
color: #7D4915;
}
.AnyTagClassName
{
color: #7D4915;
}
</style>
background-color css
<style>
a { background-color: #7D4915; }
a { background-color: rgb(125,73,21); }
div.DivClassName
{
background-color: #7D4915;
}
.BgClassName
{
background-color: #7D4915;
}
</style>
border-color css
<style>
span { border-color: #7D4915; }
span { border-color: rgb(125,73,21); }
td.TdClassName
{
border-color: #7D4915;
}
.TagClassName
{
border-color: #7D4915;
}
</style>