Shades of Russet #7D4623
Tints of Russet #7D4623
RGB
CMYK
RGB Variations
Color information
#7D4623 (or 0x7D4623) is known color: Russet. HEX triplet: 7D, 46 and 23. RGB value is (125,70,35). Sum of RGB (Red+Green+Blue) = 125+70+35=230 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.35% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4623 is #82B9DC. Grayscale: #525252. Windows color (decimal): -8567261 or 2311805. OLE color: 2311805.
HSL color Cylindrical-coordinate representation of color #7D4623: hue angle of 23.33º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D4623 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 70 | 35 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.51 |
| HSL | 23.33º | 0.56% | 0.31% | - |
| HSV(B) | 23.33º | 0.72% | 0.49% | - |
| XYZ | 10.95 | 8.86 | 2.72 | - |
| YUV | 82.46 | 101.22 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 70 | 35 | 0 | 0.44 | 0.72 | 0.51 | 23.33 | 0.56 | 0.31 |
| Hex | 7D | 46 | 23 | 0 | 2C | 48 | 33 | 17 | 38 | 1F |
| Octal | 175 | 106 | 43 | 0 | 54 | 110 | 63 | 27 | 70 | 37 |
| Binary | 1111101 | 1000110 | 100011 | 0 | 101100 | 1001000 | 110011 | 10111 | 111000 | 11111 |
Color Harmonies of #7D4623
Complementary color
Monochromatic Colors of #7D4623
Black with #7D4623
Text Example
Text Example
White with #7D4623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4623; }
p { color: rgb(125,70,35); }
H1.HeaderClassName
{
color: #7D4623;
}
.AnyTagClassName
{
color: #7D4623;
}
</style>
background-color css
<style>
a { background-color: #7D4623; }
a { background-color: rgb(125,70,35); }
div.DivClassName
{
background-color: #7D4623;
}
.BgClassName
{
background-color: #7D4623;
}
</style>
border-color css
<style>
span { border-color: #7D4623; }
span { border-color: rgb(125,70,35); }
td.TdClassName
{
border-color: #7D4623;
}
.TagClassName
{
border-color: #7D4623;
}
</style>