Shades of Russet #7D4823
Tints of Russet #7D4823
RGB
CMYK
RGB Variations
Color information
#7D4823 (or 0x7D4823) is known color: Russet. HEX triplet: 7D, 48 and 23. RGB value is (125,72,35). Sum of RGB (Red+Green+Blue) = 125+72+35=232 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.88% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4823 is #82B7DC. Grayscale: #535353. Windows color (decimal): -8566749 or 2312317. OLE color: 2312317.
HSL color Cylindrical-coordinate representation of color #7D4823: hue angle of 24.67º 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 #7D4823 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 72 | 35 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.51 |
| HSL | 24.67º | 0.56% | 0.31% | - |
| HSV(B) | 24.67º | 0.72% | 0.49% | - |
| XYZ | 11.08 | 9.12 | 2.77 | - |
| YUV | 83.63 | 100.56 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 72 | 35 | 0 | 0.42 | 0.72 | 0.51 | 24.67 | 0.56 | 0.31 |
| Hex | 7D | 48 | 23 | 0 | 2A | 48 | 33 | 19 | 38 | 1F |
| Octal | 175 | 110 | 43 | 0 | 52 | 110 | 63 | 31 | 70 | 37 |
| Binary | 1111101 | 1001000 | 100011 | 0 | 101010 | 1001000 | 110011 | 11001 | 111000 | 11111 |
Color Harmonies of #7D4823
Complementary color
Monochromatic Colors of #7D4823
Black with #7D4823
Text Example
Text Example
White with #7D4823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4823; }
p { color: rgb(125,72,35); }
H1.HeaderClassName
{
color: #7D4823;
}
.AnyTagClassName
{
color: #7D4823;
}
</style>
background-color css
<style>
a { background-color: #7D4823; }
a { background-color: rgb(125,72,35); }
div.DivClassName
{
background-color: #7D4823;
}
.BgClassName
{
background-color: #7D4823;
}
</style>
border-color css
<style>
span { border-color: #7D4823; }
span { border-color: rgb(125,72,35); }
td.TdClassName
{
border-color: #7D4823;
}
.TagClassName
{
border-color: #7D4823;
}
</style>