Shades of Russet #7D3C15
Tints of Russet #7D3C15
RGB
CMYK
RGB Variations
Color information
#7D3C15 (or 0x7D3C15) is known color: Russet. HEX triplet: 7D, 3C and 15. RGB value is (125,60,21). Sum of RGB (Red+Green+Blue) = 125+60+21=206 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.68% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3C15 is #82C3EA. Grayscale: #4B4B4B. Windows color (decimal): -8569835 or 1391741. OLE color: 1391741.
HSL color Cylindrical-coordinate representation of color #7D3C15: hue angle of 22.5º 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 #7D3C15 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 60 | 21 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.51 |
| HSL | 22.5º | 0.71% | 0.29% | - |
| HSV(B) | 22.5º | 0.83% | 0.49% | - |
| XYZ | 10.21 | 7.65 | 1.65 | - |
| YUV | 74.99 | 97.53 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 60 | 21 | 0 | 0.52 | 0.83 | 0.51 | 22.5 | 0.71 | 0.29 |
| Hex | 7D | 3C | 15 | 0 | 34 | 53 | 33 | 16 | 47 | 1D |
| Octal | 175 | 74 | 25 | 0 | 64 | 123 | 63 | 26 | 107 | 35 |
| Binary | 1111101 | 111100 | 10101 | 0 | 110100 | 1010011 | 110011 | 10110 | 1000111 | 11101 |
Color Harmonies of #7D3C15
Complementary color
Monochromatic Colors of #7D3C15
Black with #7D3C15
Text Example
Text Example
White with #7D3C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3C15; }
p { color: rgb(125,60,21); }
H1.HeaderClassName
{
color: #7D3C15;
}
.AnyTagClassName
{
color: #7D3C15;
}
</style>
background-color css
<style>
a { background-color: #7D3C15; }
a { background-color: rgb(125,60,21); }
div.DivClassName
{
background-color: #7D3C15;
}
.BgClassName
{
background-color: #7D3C15;
}
</style>
border-color css
<style>
span { border-color: #7D3C15; }
span { border-color: rgb(125,60,21); }
td.TdClassName
{
border-color: #7D3C15;
}
.TagClassName
{
border-color: #7D3C15;
}
</style>