Shades of Russet #783F12
Tints of Russet #783F12
RGB
CMYK
RGB Variations
Color information
#783F12 (or 0x783F12) is known color: Russet. HEX triplet: 78, 3F and 12. RGB value is (120,63,18). Sum of RGB (Red+Green+Blue) = 120+63+18=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #783F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783F12 is #87C0ED. Grayscale: #4B4B4B. Windows color (decimal): -8896750 or 1195896. OLE color: 1195896.
HSL color Cylindrical-coordinate representation of color #783F12: hue angle of 26.47º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #783F12 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 63 | 18 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.53 |
| HSL | 26.47º | 0.74% | 0.27% | - |
| HSV(B) | 26.47º | 0.85% | 0.47% | - |
| XYZ | 9.63 | 7.59 | 1.53 | - |
| YUV | 74.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 18 | 0 | 0.48 | 0.85 | 0.53 | 26.47 | 0.74 | 0.27 |
| Hex | 78 | 3F | 12 | 0 | 30 | 55 | 35 | 1A | 4A | 1B |
| Octal | 170 | 77 | 22 | 0 | 60 | 125 | 65 | 32 | 112 | 33 |
| Binary | 1111000 | 111111 | 10010 | 0 | 110000 | 1010101 | 110101 | 11010 | 1001010 | 11011 |
Color Harmonies of #783F12
Complementary color
Monochromatic Colors of #783F12
Black with #783F12
Text Example
Text Example
White with #783F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783F12; }
p { color: rgb(120,63,18); }
H1.HeaderClassName
{
color: #783F12;
}
.AnyTagClassName
{
color: #783F12;
}
</style>
background-color css
<style>
a { background-color: #783F12; }
a { background-color: rgb(120,63,18); }
div.DivClassName
{
background-color: #783F12;
}
.BgClassName
{
background-color: #783F12;
}
</style>
border-color css
<style>
span { border-color: #783F12; }
span { border-color: rgb(120,63,18); }
td.TdClassName
{
border-color: #783F12;
}
.TagClassName
{
border-color: #783F12;
}
</style>