Shades of Raw Umber #7B4811
Tints of Raw Umber #7B4811
RGB
CMYK
RGB Variations
Color information
#7B4811 (or 0x7B4811) is known color: Raw Umber. HEX triplet: 7B, 48 and 11. RGB value is (123,72,17). Sum of RGB (Red+Green+Blue) = 123+72+17=212 (28% of max value = 765). Red value is 123 (48.44% from 255 or 58.02% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B4811 is #84B7EE. Grayscale: #515151. Windows color (decimal): -8697839 or 1132667. OLE color: 1132667.
HSL color Cylindrical-coordinate representation of color #7B4811: hue angle of 31.13º 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 #7B4811 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 72 | 17 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.52 |
| HSL | 31.13º | 0.76% | 0.27% | - |
| HSV(B) | 31.13º | 0.86% | 0.48% | - |
| XYZ | 10.59 | 8.89 | 1.69 | - |
| YUV | 80.98 | 91.9 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 72 | 17 | 0 | 0.41 | 0.86 | 0.52 | 31.13 | 0.76 | 0.27 |
| Hex | 7B | 48 | 11 | 0 | 29 | 56 | 34 | 1F | 4C | 1B |
| Octal | 173 | 110 | 21 | 0 | 51 | 126 | 64 | 37 | 114 | 33 |
| Binary | 1111011 | 1001000 | 10001 | 0 | 101001 | 1010110 | 110100 | 11111 | 1001100 | 11011 |
Color Harmonies of #7B4811
Complementary color
Monochromatic Colors of #7B4811
Black with #7B4811
Text Example
Text Example
White with #7B4811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4811; }
p { color: rgb(123,72,17); }
H1.HeaderClassName
{
color: #7B4811;
}
.AnyTagClassName
{
color: #7B4811;
}
</style>
background-color css
<style>
a { background-color: #7B4811; }
a { background-color: rgb(123,72,17); }
div.DivClassName
{
background-color: #7B4811;
}
.BgClassName
{
background-color: #7B4811;
}
</style>
border-color css
<style>
span { border-color: #7B4811; }
span { border-color: rgb(123,72,17); }
td.TdClassName
{
border-color: #7B4811;
}
.TagClassName
{
border-color: #7B4811;
}
</style>