Shades of Russet #783C0E
Tints of Russet #783C0E
RGB
CMYK
RGB Variations
Color information
#783C0E (or 0x783C0E) is known color: Russet. HEX triplet: 78, 3C and 0E. RGB value is (120,60,14). Sum of RGB (Red+Green+Blue) = 120+60+14=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #783C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783C0E is #87C3F1. Grayscale: #484848. Windows color (decimal): -8897522 or 932984. OLE color: 932984.
HSL color Cylindrical-coordinate representation of color #783C0E: hue angle of 26.04º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #783C0E is Cyan = 0, Magento = 0.5, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 60 | 14 | - |
| CMYK | 0 | 0.5 | 0.88 | 0.53 |
| HSL | 26.04º | 0.79% | 0.26% | - |
| HSV(B) | 26.04º | 0.88% | 0.47% | - |
| XYZ | 9.44 | 7.26 | 1.32 | - |
| YUV | 72.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 14 | 0 | 0.5 | 0.88 | 0.53 | 26.04 | 0.79 | 0.26 |
| Hex | 78 | 3C | E | 0 | 32 | 58 | 35 | 1A | 4F | 1A |
| Octal | 170 | 74 | 16 | 0 | 62 | 130 | 65 | 32 | 117 | 32 |
| Binary | 1111000 | 111100 | 1110 | 0 | 110010 | 1011000 | 110101 | 11010 | 1001111 | 11010 |
Color Harmonies of #783C0E
Complementary color
Monochromatic Colors of #783C0E
Black with #783C0E
Text Example
Text Example
White with #783C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C0E; }
p { color: rgb(120,60,14); }
H1.HeaderClassName
{
color: #783C0E;
}
.AnyTagClassName
{
color: #783C0E;
}
</style>
background-color css
<style>
a { background-color: #783C0E; }
a { background-color: rgb(120,60,14); }
div.DivClassName
{
background-color: #783C0E;
}
.BgClassName
{
background-color: #783C0E;
}
</style>
border-color css
<style>
span { border-color: #783C0E; }
span { border-color: rgb(120,60,14); }
td.TdClassName
{
border-color: #783C0E;
}
.TagClassName
{
border-color: #783C0E;
}
</style>