Shades of Russet #783D11
Tints of Russet #783D11
RGB
CMYK
RGB Variations
Color information
#783D11 (or 0x783D11) is known color: Russet. HEX triplet: 78, 3D and 11. RGB value is (120,61,17). Sum of RGB (Red+Green+Blue) = 120+61+17=198 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.61% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 120 - color contains mainly: red. Hex color #783D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783D11 is #87C2EE. Grayscale: #494949. Windows color (decimal): -8897263 or 1129848. OLE color: 1129848.
HSL color Cylindrical-coordinate representation of color #783D11: hue angle of 25.63º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #783D11 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 17 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.53 |
| HSL | 25.63º | 0.75% | 0.27% | - |
| HSV(B) | 25.63º | 0.86% | 0.47% | - |
| XYZ | 9.52 | 7.37 | 1.45 | - |
| YUV | 73.63 | 96.05 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 17 | 0 | 0.49 | 0.86 | 0.53 | 25.63 | 0.75 | 0.27 |
| Hex | 78 | 3D | 11 | 0 | 31 | 56 | 35 | 1A | 4B | 1B |
| Octal | 170 | 75 | 21 | 0 | 61 | 126 | 65 | 32 | 113 | 33 |
| Binary | 1111000 | 111101 | 10001 | 0 | 110001 | 1010110 | 110101 | 11010 | 1001011 | 11011 |
Color Harmonies of #783D11
Complementary color
Monochromatic Colors of #783D11
Black with #783D11
Text Example
Text Example
White with #783D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D11; }
p { color: rgb(120,61,17); }
H1.HeaderClassName
{
color: #783D11;
}
.AnyTagClassName
{
color: #783D11;
}
</style>
background-color css
<style>
a { background-color: #783D11; }
a { background-color: rgb(120,61,17); }
div.DivClassName
{
background-color: #783D11;
}
.BgClassName
{
background-color: #783D11;
}
</style>
border-color css
<style>
span { border-color: #783D11; }
span { border-color: rgb(120,61,17); }
td.TdClassName
{
border-color: #783D11;
}
.TagClassName
{
border-color: #783D11;
}
</style>