Shades of Raw Umber #783C0B
Tints of Raw Umber #783C0B
RGB
CMYK
RGB Variations
Color information
#783C0B (or 0x783C0B) is known color: Raw Umber. HEX triplet: 78, 3C and 0B. RGB value is (120,60,11). Sum of RGB (Red+Green+Blue) = 120+60+11=191 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.83% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 120 - color contains mainly: red. Hex color #783C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783C0B is #87C3F4. Grayscale: #484848. Windows color (decimal): -8897525 or 736376. OLE color: 736376.
HSL color Cylindrical-coordinate representation of color #783C0B: hue angle of 26.97º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #783C0B is Cyan = 0, Magento = 0.5, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 60 | 11 | - |
| CMYK | 0 | 0.5 | 0.91 | 0.53 |
| HSL | 26.97º | 0.83% | 0.26% | - |
| HSV(B) | 26.97º | 0.91% | 0.47% | - |
| XYZ | 9.42 | 7.25 | 1.22 | - |
| YUV | 72.35 | 93.38 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 11 | 0 | 0.5 | 0.91 | 0.53 | 26.97 | 0.83 | 0.26 |
| Hex | 78 | 3C | B | 0 | 32 | 5B | 35 | 1B | 53 | 1A |
| Octal | 170 | 74 | 13 | 0 | 62 | 133 | 65 | 33 | 123 | 32 |
| Binary | 1111000 | 111100 | 1011 | 0 | 110010 | 1011011 | 110101 | 11011 | 1010011 | 11010 |
Color Harmonies of #783C0B
Complementary color
Monochromatic Colors of #783C0B
Black with #783C0B
Text Example
Text Example
White with #783C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C0B; }
p { color: rgb(120,60,11); }
H1.HeaderClassName
{
color: #783C0B;
}
.AnyTagClassName
{
color: #783C0B;
}
</style>
background-color css
<style>
a { background-color: #783C0B; }
a { background-color: rgb(120,60,11); }
div.DivClassName
{
background-color: #783C0B;
}
.BgClassName
{
background-color: #783C0B;
}
</style>
border-color css
<style>
span { border-color: #783C0B; }
span { border-color: rgb(120,60,11); }
td.TdClassName
{
border-color: #783C0B;
}
.TagClassName
{
border-color: #783C0B;
}
</style>