Shades of Russet #79441D
Tints of Russet #79441D
RGB
CMYK
RGB Variations
Color information
#79441D (or 0x79441D) is known color: Russet. HEX triplet: 79, 44 and 1D. RGB value is (121,68,29). Sum of RGB (Red+Green+Blue) = 121+68+29=218 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.50% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 121 - color contains mainly: red. Hex color #79441D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79441D is #86BBE2. Grayscale: #4F4F4F. Windows color (decimal): -8829923 or 1918073. OLE color: 1918073.
HSL color Cylindrical-coordinate representation of color #79441D: hue angle of 25.43º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #79441D is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 68 | 29 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.53 |
| HSL | 25.43º | 0.61% | 0.29% | - |
| HSV(B) | 25.43º | 0.76% | 0.47% | - |
| XYZ | 10.17 | 8.29 | 2.23 | - |
| YUV | 79.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 68 | 29 | 0 | 0.44 | 0.76 | 0.53 | 25.43 | 0.61 | 0.29 |
| Hex | 79 | 44 | 1D | 0 | 2C | 4C | 35 | 19 | 3D | 1D |
| Octal | 171 | 104 | 35 | 0 | 54 | 114 | 65 | 31 | 75 | 35 |
| Binary | 1111001 | 1000100 | 11101 | 0 | 101100 | 1001100 | 110101 | 11001 | 111101 | 11101 |
Color Harmonies of #79441D
Complementary color
Monochromatic Colors of #79441D
Black with #79441D
Text Example
Text Example
White with #79441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79441D; }
p { color: rgb(121,68,29); }
H1.HeaderClassName
{
color: #79441D;
}
.AnyTagClassName
{
color: #79441D;
}
</style>
background-color css
<style>
a { background-color: #79441D; }
a { background-color: rgb(121,68,29); }
div.DivClassName
{
background-color: #79441D;
}
.BgClassName
{
background-color: #79441D;
}
</style>
border-color css
<style>
span { border-color: #79441D; }
span { border-color: rgb(121,68,29); }
td.TdClassName
{
border-color: #79441D;
}
.TagClassName
{
border-color: #79441D;
}
</style>