Shades of Russet #784B1D
Tints of Russet #784B1D
RGB
CMYK
RGB Variations
Color information
#784B1D (or 0x784B1D) is known color: Russet. HEX triplet: 78, 4B and 1D. RGB value is (120,75,29). Sum of RGB (Red+Green+Blue) = 120+75+29=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #784B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784B1D is #87B4E2. Grayscale: #535353. Windows color (decimal): -8893667 or 1919864. OLE color: 1919864.
HSL color Cylindrical-coordinate representation of color #784B1D: hue angle of 30.33º 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 #784B1D is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 75 | 29 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.53 |
| HSL | 30.33º | 0.61% | 0.29% | - |
| HSV(B) | 30.33º | 0.76% | 0.47% | - |
| XYZ | 10.48 | 9.11 | 2.37 | - |
| YUV | 83.21 | 97.41 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 75 | 29 | 0 | 0.37 | 0.76 | 0.53 | 30.33 | 0.61 | 0.29 |
| Hex | 78 | 4B | 1D | 0 | 25 | 4C | 35 | 1E | 3D | 1D |
| Octal | 170 | 113 | 35 | 0 | 45 | 114 | 65 | 36 | 75 | 35 |
| Binary | 1111000 | 1001011 | 11101 | 0 | 100101 | 1001100 | 110101 | 11110 | 111101 | 11101 |
Color Harmonies of #784B1D
Complementary color
Monochromatic Colors of #784B1D
Black with #784B1D
Text Example
Text Example
White with #784B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784B1D; }
p { color: rgb(120,75,29); }
H1.HeaderClassName
{
color: #784B1D;
}
.AnyTagClassName
{
color: #784B1D;
}
</style>
background-color css
<style>
a { background-color: #784B1D; }
a { background-color: rgb(120,75,29); }
div.DivClassName
{
background-color: #784B1D;
}
.BgClassName
{
background-color: #784B1D;
}
</style>
border-color css
<style>
span { border-color: #784B1D; }
span { border-color: rgb(120,75,29); }
td.TdClassName
{
border-color: #784B1D;
}
.TagClassName
{
border-color: #784B1D;
}
</style>