Shades of Russet #7D4A1F
Tints of Russet #7D4A1F
RGB
CMYK
RGB Variations
Color information
#7D4A1F (or 0x7D4A1F) is known color: Russet. HEX triplet: 7D, 4A and 1F. RGB value is (125,74,31). Sum of RGB (Red+Green+Blue) = 125+74+31=230 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.35% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4A1F is #82B5E0. Grayscale: #545454. Windows color (decimal): -8566241 or 2050685. OLE color: 2050685.
HSL color Cylindrical-coordinate representation of color #7D4A1F: hue angle of 27.45º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D4A1F is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 74 | 31 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.51 |
| HSL | 27.45º | 0.6% | 0.31% | - |
| HSV(B) | 27.45º | 0.75% | 0.49% | - |
| XYZ | 11.15 | 9.36 | 2.51 | - |
| YUV | 84.35 | 97.9 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 74 | 31 | 0 | 0.41 | 0.75 | 0.51 | 27.45 | 0.6 | 0.31 |
| Hex | 7D | 4A | 1F | 0 | 29 | 4B | 33 | 1B | 3C | 1F |
| Octal | 175 | 112 | 37 | 0 | 51 | 113 | 63 | 33 | 74 | 37 |
| Binary | 1111101 | 1001010 | 11111 | 0 | 101001 | 1001011 | 110011 | 11011 | 111100 | 11111 |
Color Harmonies of #7D4A1F
Complementary color
Monochromatic Colors of #7D4A1F
Black with #7D4A1F
Text Example
Text Example
White with #7D4A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4A1F; }
p { color: rgb(125,74,31); }
H1.HeaderClassName
{
color: #7D4A1F;
}
.AnyTagClassName
{
color: #7D4A1F;
}
</style>
background-color css
<style>
a { background-color: #7D4A1F; }
a { background-color: rgb(125,74,31); }
div.DivClassName
{
background-color: #7D4A1F;
}
.BgClassName
{
background-color: #7D4A1F;
}
</style>
border-color css
<style>
span { border-color: #7D4A1F; }
span { border-color: rgb(125,74,31); }
td.TdClassName
{
border-color: #7D4A1F;
}
.TagClassName
{
border-color: #7D4A1F;
}
</style>