Shades of Raw Umber #7B4911
Tints of Raw Umber #7B4911
RGB
CMYK
RGB Variations
Color information
#7B4911 (or 0x7B4911) is known color: Raw Umber. HEX triplet: 7B, 49 and 11. RGB value is (123,73,17). Sum of RGB (Red+Green+Blue) = 123+73+17=213 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.75% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B4911 is #84B6EE. Grayscale: #515151. Windows color (decimal): -8697583 or 1132923. OLE color: 1132923.
HSL color Cylindrical-coordinate representation of color #7B4911: hue angle of 31.7º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B4911 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 73 | 17 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.52 |
| HSL | 31.7º | 0.76% | 0.27% | - |
| HSV(B) | 31.7º | 0.86% | 0.48% | - |
| XYZ | 10.65 | 9.02 | 1.71 | - |
| YUV | 81.57 | 91.57 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 73 | 17 | 0 | 0.41 | 0.86 | 0.52 | 31.7 | 0.76 | 0.27 |
| Hex | 7B | 49 | 11 | 0 | 29 | 56 | 34 | 20 | 4C | 1B |
| Octal | 173 | 111 | 21 | 0 | 51 | 126 | 64 | 40 | 114 | 33 |
| Binary | 1111011 | 1001001 | 10001 | 0 | 101001 | 1010110 | 110100 | 100000 | 1001100 | 11011 |
Color Harmonies of #7B4911
Complementary color
Monochromatic Colors of #7B4911
Black with #7B4911
Text Example
Text Example
White with #7B4911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4911; }
p { color: rgb(123,73,17); }
H1.HeaderClassName
{
color: #7B4911;
}
.AnyTagClassName
{
color: #7B4911;
}
</style>
background-color css
<style>
a { background-color: #7B4911; }
a { background-color: rgb(123,73,17); }
div.DivClassName
{
background-color: #7B4911;
}
.BgClassName
{
background-color: #7B4911;
}
</style>
border-color css
<style>
span { border-color: #7B4911; }
span { border-color: rgb(123,73,17); }
td.TdClassName
{
border-color: #7B4911;
}
.TagClassName
{
border-color: #7B4911;
}
</style>