Shades of Russet #784B20
Tints of Russet #784B20
RGB
CMYK
RGB Variations
Color information
#784B20 (or 0x784B20) is known color: Russet. HEX triplet: 78, 4B and 20. RGB value is (120,75,32). Sum of RGB (Red+Green+Blue) = 120+75+32=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #784B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784B20 is #87B4DF. Grayscale: #535353. Windows color (decimal): -8893664 or 2116472. OLE color: 2116472.
HSL color Cylindrical-coordinate representation of color #784B20: hue angle of 29.32º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #784B20 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 75 | 32 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.53 |
| HSL | 29.32º | 0.58% | 0.3% | - |
| HSV(B) | 29.32º | 0.73% | 0.47% | - |
| XYZ | 10.52 | 9.13 | 2.57 | - |
| YUV | 83.55 | 98.91 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 75 | 32 | 0 | 0.37 | 0.73 | 0.53 | 29.32 | 0.58 | 0.3 |
| Hex | 78 | 4B | 20 | 0 | 25 | 49 | 35 | 1D | 3A | 1E |
| Octal | 170 | 113 | 40 | 0 | 45 | 111 | 65 | 35 | 72 | 36 |
| Binary | 1111000 | 1001011 | 100000 | 0 | 100101 | 1001001 | 110101 | 11101 | 111010 | 11110 |
Color Harmonies of #784B20
Complementary color
Monochromatic Colors of #784B20
Black with #784B20
Text Example
Text Example
White with #784B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784B20; }
p { color: rgb(120,75,32); }
H1.HeaderClassName
{
color: #784B20;
}
.AnyTagClassName
{
color: #784B20;
}
</style>
background-color css
<style>
a { background-color: #784B20; }
a { background-color: rgb(120,75,32); }
div.DivClassName
{
background-color: #784B20;
}
.BgClassName
{
background-color: #784B20;
}
</style>
border-color css
<style>
span { border-color: #784B20; }
span { border-color: rgb(120,75,32); }
td.TdClassName
{
border-color: #784B20;
}
.TagClassName
{
border-color: #784B20;
}
</style>