Shades of Russet #7D401C
Tints of Russet #7D401C
RGB
CMYK
RGB Variations
Color information
#7D401C (or 0x7D401C) is known color: Russet. HEX triplet: 7D, 40 and 1C. RGB value is (125,64,28). Sum of RGB (Red+Green+Blue) = 125+64+28=217 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.60% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 125 - color contains mainly: red. Hex color #7D401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D401C is #82BFE3. Grayscale: #4E4E4E. Windows color (decimal): -8568804 or 1851517. OLE color: 1851517.
HSL color Cylindrical-coordinate representation of color #7D401C: hue angle of 22.27º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D401C is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 64 | 28 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.51 |
| HSL | 22.27º | 0.63% | 0.3% | - |
| HSV(B) | 22.27º | 0.78% | 0.49% | - |
| XYZ | 10.5 | 8.11 | 2.11 | - |
| YUV | 78.14 | 99.71 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 64 | 28 | 0 | 0.49 | 0.78 | 0.51 | 22.27 | 0.63 | 0.3 |
| Hex | 7D | 40 | 1C | 0 | 31 | 4E | 33 | 16 | 3F | 1E |
| Octal | 175 | 100 | 34 | 0 | 61 | 116 | 63 | 26 | 77 | 36 |
| Binary | 1111101 | 1000000 | 11100 | 0 | 110001 | 1001110 | 110011 | 10110 | 111111 | 11110 |
Color Harmonies of #7D401C
Complementary color
Monochromatic Colors of #7D401C
Black with #7D401C
Text Example
Text Example
White with #7D401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D401C; }
p { color: rgb(125,64,28); }
H1.HeaderClassName
{
color: #7D401C;
}
.AnyTagClassName
{
color: #7D401C;
}
</style>
background-color css
<style>
a { background-color: #7D401C; }
a { background-color: rgb(125,64,28); }
div.DivClassName
{
background-color: #7D401C;
}
.BgClassName
{
background-color: #7D401C;
}
</style>
border-color css
<style>
span { border-color: #7D401C; }
span { border-color: rgb(125,64,28); }
td.TdClassName
{
border-color: #7D401C;
}
.TagClassName
{
border-color: #7D401C;
}
</style>