Shades of Russet #7D3C13
Tints of Russet #7D3C13
RGB
CMYK
RGB Variations
Color information
#7D3C13 (or 0x7D3C13) is known color: Russet. HEX triplet: 7D, 3C and 13. RGB value is (125,60,19). Sum of RGB (Red+Green+Blue) = 125+60+19=204 (27% of max value = 765). Red value is 125 (49.22% from 255 or 61.27% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3C13 is #82C3EC. Grayscale: #4A4A4A. Windows color (decimal): -8569837 or 1260669. OLE color: 1260669.
HSL color Cylindrical-coordinate representation of color #7D3C13: hue angle of 23.21º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D3C13 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 60 | 19 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.51 |
| HSL | 23.21º | 0.74% | 0.28% | - |
| HSV(B) | 23.21º | 0.85% | 0.49% | - |
| XYZ | 10.19 | 7.64 | 1.55 | - |
| YUV | 74.76 | 96.53 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 60 | 19 | 0 | 0.52 | 0.85 | 0.51 | 23.21 | 0.74 | 0.28 |
| Hex | 7D | 3C | 13 | 0 | 34 | 55 | 33 | 17 | 4A | 1C |
| Octal | 175 | 74 | 23 | 0 | 64 | 125 | 63 | 27 | 112 | 34 |
| Binary | 1111101 | 111100 | 10011 | 0 | 110100 | 1010101 | 110011 | 10111 | 1001010 | 11100 |
Color Harmonies of #7D3C13
Complementary color
Monochromatic Colors of #7D3C13
Black with #7D3C13
Text Example
Text Example
White with #7D3C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3C13; }
p { color: rgb(125,60,19); }
H1.HeaderClassName
{
color: #7D3C13;
}
.AnyTagClassName
{
color: #7D3C13;
}
</style>
background-color css
<style>
a { background-color: #7D3C13; }
a { background-color: rgb(125,60,19); }
div.DivClassName
{
background-color: #7D3C13;
}
.BgClassName
{
background-color: #7D3C13;
}
</style>
border-color css
<style>
span { border-color: #7D3C13; }
span { border-color: rgb(125,60,19); }
td.TdClassName
{
border-color: #7D3C13;
}
.TagClassName
{
border-color: #7D3C13;
}
</style>