Shades of Russet #784D1E
Tints of Russet #784D1E
RGB
CMYK
RGB Variations
Color information
#784D1E (or 0x784D1E) is known color: Russet. HEX triplet: 78, 4D and 1E. RGB value is (120,77,30). Sum of RGB (Red+Green+Blue) = 120+77+30=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #784D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784D1E is #87B2E1. Grayscale: #545454. Windows color (decimal): -8893154 or 1985912. OLE color: 1985912.
HSL color Cylindrical-coordinate representation of color #784D1E: hue angle of 31.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #784D1E is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 77 | 30 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.53 |
| HSL | 31.33º | 0.6% | 0.29% | - |
| HSV(B) | 31.33º | 0.75% | 0.47% | - |
| XYZ | 10.63 | 9.39 | 2.48 | - |
| YUV | 84.5 | 97.25 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 30 | 0 | 0.36 | 0.75 | 0.53 | 31.33 | 0.6 | 0.29 |
| Hex | 78 | 4D | 1E | 0 | 24 | 4B | 35 | 1F | 3C | 1D |
| Octal | 170 | 115 | 36 | 0 | 44 | 113 | 65 | 37 | 74 | 35 |
| Binary | 1111000 | 1001101 | 11110 | 0 | 100100 | 1001011 | 110101 | 11111 | 111100 | 11101 |
Color Harmonies of #784D1E
Complementary color
Monochromatic Colors of #784D1E
Black with #784D1E
Text Example
Text Example
White with #784D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784D1E; }
p { color: rgb(120,77,30); }
H1.HeaderClassName
{
color: #784D1E;
}
.AnyTagClassName
{
color: #784D1E;
}
</style>
background-color css
<style>
a { background-color: #784D1E; }
a { background-color: rgb(120,77,30); }
div.DivClassName
{
background-color: #784D1E;
}
.BgClassName
{
background-color: #784D1E;
}
</style>
border-color css
<style>
span { border-color: #784D1E; }
span { border-color: rgb(120,77,30); }
td.TdClassName
{
border-color: #784D1E;
}
.TagClassName
{
border-color: #784D1E;
}
</style>