Shades of Raw Umber #784C12
Tints of Raw Umber #784C12
RGB
CMYK
RGB Variations
Color information
#784C12 (or 0x784C12) is known color: Raw Umber. HEX triplet: 78, 4C and 12. RGB value is (120,76,18). Sum of RGB (Red+Green+Blue) = 120+76+18=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #784C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #784C12 is #87B3ED. Grayscale: #525252. Windows color (decimal): -8893422 or 1199224. OLE color: 1199224.
HSL color Cylindrical-coordinate representation of color #784C12: hue angle of 34.12º 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 #784C12 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 76 | 18 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.53 |
| HSL | 34.12º | 0.74% | 0.27% | - |
| HSV(B) | 34.12º | 0.85% | 0.47% | - |
| XYZ | 10.44 | 9.21 | 1.8 | - |
| YUV | 82.54 | 91.58 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 18 | 0 | 0.37 | 0.85 | 0.53 | 34.12 | 0.74 | 0.27 |
| Hex | 78 | 4C | 12 | 0 | 25 | 55 | 35 | 22 | 4A | 1B |
| Octal | 170 | 114 | 22 | 0 | 45 | 125 | 65 | 42 | 112 | 33 |
| Binary | 1111000 | 1001100 | 10010 | 0 | 100101 | 1010101 | 110101 | 100010 | 1001010 | 11011 |
Color Harmonies of #784C12
Complementary color
Monochromatic Colors of #784C12
Black with #784C12
Text Example
Text Example
White with #784C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784C12; }
p { color: rgb(120,76,18); }
H1.HeaderClassName
{
color: #784C12;
}
.AnyTagClassName
{
color: #784C12;
}
</style>
background-color css
<style>
a { background-color: #784C12; }
a { background-color: rgb(120,76,18); }
div.DivClassName
{
background-color: #784C12;
}
.BgClassName
{
background-color: #784C12;
}
</style>
border-color css
<style>
span { border-color: #784C12; }
span { border-color: rgb(120,76,18); }
td.TdClassName
{
border-color: #784C12;
}
.TagClassName
{
border-color: #784C12;
}
</style>