Shades of Russet #7D3A11
Tints of Russet #7D3A11
RGB
CMYK
RGB Variations
Color information
#7D3A11 (or 0x7D3A11) is known color: Russet. HEX triplet: 7D, 3A and 11. RGB value is (125,58,17). Sum of RGB (Red+Green+Blue) = 125+58+17=200 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.5% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3A11 is #82C5EE. Grayscale: #494949. Windows color (decimal): -8570351 or 1129085. OLE color: 1129085.
HSL color Cylindrical-coordinate representation of color #7D3A11: hue angle of 22.78º degrees, saturation: 0.76, 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 #7D3A11 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 58 | 17 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.51 |
| HSL | 22.78º | 0.76% | 0.28% | - |
| HSV(B) | 22.78º | 0.86% | 0.49% | - |
| XYZ | 10.07 | 7.43 | 1.43 | - |
| YUV | 73.36 | 96.2 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 58 | 17 | 0 | 0.54 | 0.86 | 0.51 | 22.78 | 0.76 | 0.28 |
| Hex | 7D | 3A | 11 | 0 | 36 | 56 | 33 | 17 | 4C | 1C |
| Octal | 175 | 72 | 21 | 0 | 66 | 126 | 63 | 27 | 114 | 34 |
| Binary | 1111101 | 111010 | 10001 | 0 | 110110 | 1010110 | 110011 | 10111 | 1001100 | 11100 |
Color Harmonies of #7D3A11
Complementary color
Monochromatic Colors of #7D3A11
Black with #7D3A11
Text Example
Text Example
White with #7D3A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3A11; }
p { color: rgb(125,58,17); }
H1.HeaderClassName
{
color: #7D3A11;
}
.AnyTagClassName
{
color: #7D3A11;
}
</style>
background-color css
<style>
a { background-color: #7D3A11; }
a { background-color: rgb(125,58,17); }
div.DivClassName
{
background-color: #7D3A11;
}
.BgClassName
{
background-color: #7D3A11;
}
</style>
border-color css
<style>
span { border-color: #7D3A11; }
span { border-color: rgb(125,58,17); }
td.TdClassName
{
border-color: #7D3A11;
}
.TagClassName
{
border-color: #7D3A11;
}
</style>