Shades of Russet #7D3C12
Tints of Russet #7D3C12
RGB
CMYK
RGB Variations
Color information
#7D3C12 (or 0x7D3C12) is known color: Russet. HEX triplet: 7D, 3C and 12. RGB value is (125,60,18). Sum of RGB (Red+Green+Blue) = 125+60+18=203 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.58% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3C12 is #82C3ED. Grayscale: #4A4A4A. Windows color (decimal): -8569838 or 1195133. OLE color: 1195133.
HSL color Cylindrical-coordinate representation of color #7D3C12: hue angle of 23.55º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D3C12 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 60 | 18 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.51 |
| HSL | 23.55º | 0.75% | 0.28% | - |
| HSV(B) | 23.55º | 0.86% | 0.49% | - |
| XYZ | 10.18 | 7.64 | 1.51 | - |
| YUV | 74.65 | 96.03 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 60 | 18 | 0 | 0.52 | 0.86 | 0.51 | 23.55 | 0.75 | 0.28 |
| Hex | 7D | 3C | 12 | 0 | 34 | 56 | 33 | 18 | 4B | 1C |
| Octal | 175 | 74 | 22 | 0 | 64 | 126 | 63 | 30 | 113 | 34 |
| Binary | 1111101 | 111100 | 10010 | 0 | 110100 | 1010110 | 110011 | 11000 | 1001011 | 11100 |
Color Harmonies of #7D3C12
Complementary color
Monochromatic Colors of #7D3C12
Black with #7D3C12
Text Example
Text Example
White with #7D3C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3C12; }
p { color: rgb(125,60,18); }
H1.HeaderClassName
{
color: #7D3C12;
}
.AnyTagClassName
{
color: #7D3C12;
}
</style>
background-color css
<style>
a { background-color: #7D3C12; }
a { background-color: rgb(125,60,18); }
div.DivClassName
{
background-color: #7D3C12;
}
.BgClassName
{
background-color: #7D3C12;
}
</style>
border-color css
<style>
span { border-color: #7D3C12; }
span { border-color: rgb(125,60,18); }
td.TdClassName
{
border-color: #7D3C12;
}
.TagClassName
{
border-color: #7D3C12;
}
</style>