Shades of Raw Umber #783E0C
Tints of Raw Umber #783E0C
RGB
CMYK
RGB Variations
Color information
#783E0C (or 0x783E0C) is known color: Raw Umber. HEX triplet: 78, 3E and 0C. RGB value is (120,62,12). Sum of RGB (Red+Green+Blue) = 120+62+12=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #783E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783E0C is #87C1F3. Grayscale: #494949. Windows color (decimal): -8897012 or 802424. OLE color: 802424.
HSL color Cylindrical-coordinate representation of color #783E0C: hue angle of 27.78º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #783E0C is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 62 | 12 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.53 |
| HSL | 27.78º | 0.82% | 0.26% | - |
| HSV(B) | 27.78º | 0.9% | 0.47% | - |
| XYZ | 9.53 | 7.46 | 1.29 | - |
| YUV | 73.64 | 93.22 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 62 | 12 | 0 | 0.48 | 0.90 | 0.53 | 27.78 | 0.82 | 0.26 |
| Hex | 78 | 3E | C | 0 | 30 | 5A | 35 | 1C | 52 | 1A |
| Octal | 170 | 76 | 14 | 0 | 60 | 132 | 65 | 34 | 122 | 32 |
| Binary | 1111000 | 111110 | 1100 | 0 | 110000 | 1011010 | 110101 | 11100 | 1010010 | 11010 |
Color Harmonies of #783E0C
Complementary color
Monochromatic Colors of #783E0C
Black with #783E0C
Text Example
Text Example
White with #783E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783E0C; }
p { color: rgb(120,62,12); }
H1.HeaderClassName
{
color: #783E0C;
}
.AnyTagClassName
{
color: #783E0C;
}
</style>
background-color css
<style>
a { background-color: #783E0C; }
a { background-color: rgb(120,62,12); }
div.DivClassName
{
background-color: #783E0C;
}
.BgClassName
{
background-color: #783E0C;
}
</style>
border-color css
<style>
span { border-color: #783E0C; }
span { border-color: rgb(120,62,12); }
td.TdClassName
{
border-color: #783E0C;
}
.TagClassName
{
border-color: #783E0C;
}
</style>