Shades of Russet #7D3C17
Tints of Russet #7D3C17
RGB
CMYK
RGB Variations
Color information
#7D3C17 (or 0x7D3C17) is known color: Russet. HEX triplet: 7D, 3C and 17. RGB value is (125,60,23). Sum of RGB (Red+Green+Blue) = 125+60+23=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3C17 is #82C3E8. Grayscale: #4B4B4B. Windows color (decimal): -8569833 or 1522813. OLE color: 1522813.
HSL color Cylindrical-coordinate representation of color #7D3C17: hue angle of 21.76º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D3C17 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 60 | 23 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.51 |
| HSL | 21.76º | 0.69% | 0.29% | - |
| HSV(B) | 21.76º | 0.82% | 0.49% | - |
| XYZ | 10.23 | 7.65 | 1.75 | - |
| YUV | 75.22 | 98.53 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 60 | 23 | 0 | 0.52 | 0.82 | 0.51 | 21.76 | 0.69 | 0.29 |
| Hex | 7D | 3C | 17 | 0 | 34 | 52 | 33 | 16 | 45 | 1D |
| Octal | 175 | 74 | 27 | 0 | 64 | 122 | 63 | 26 | 105 | 35 |
| Binary | 1111101 | 111100 | 10111 | 0 | 110100 | 1010010 | 110011 | 10110 | 1000101 | 11101 |
Color Harmonies of #7D3C17
Complementary color
Monochromatic Colors of #7D3C17
Black with #7D3C17
Text Example
Text Example
White with #7D3C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3C17; }
p { color: rgb(125,60,23); }
H1.HeaderClassName
{
color: #7D3C17;
}
.AnyTagClassName
{
color: #7D3C17;
}
</style>
background-color css
<style>
a { background-color: #7D3C17; }
a { background-color: rgb(125,60,23); }
div.DivClassName
{
background-color: #7D3C17;
}
.BgClassName
{
background-color: #7D3C17;
}
</style>
border-color css
<style>
span { border-color: #7D3C17; }
span { border-color: rgb(125,60,23); }
td.TdClassName
{
border-color: #7D3C17;
}
.TagClassName
{
border-color: #7D3C17;
}
</style>