Shades of Raw Umber #7B4908
Tints of Raw Umber #7B4908
RGB
CMYK
RGB Variations
Color information
#7B4908 (or 0x7B4908) is known color: Raw Umber. HEX triplet: 7B, 49 and 08. RGB value is (123,73,8). Sum of RGB (Red+Green+Blue) = 123+73+8=204 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60.29% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B4908 is #84B6F7. Grayscale: #505050. Windows color (decimal): -8697592 or 543099. OLE color: 543099.
HSL color Cylindrical-coordinate representation of color #7B4908: hue angle of 33.91º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B4908 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 73 | 8 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.52 |
| HSL | 33.91º | 0.88% | 0.26% | - |
| HSV(B) | 33.91º | 0.93% | 0.48% | - |
| XYZ | 10.59 | 8.99 | 1.41 | - |
| YUV | 80.54 | 87.07 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 73 | 8 | 0 | 0.41 | 0.93 | 0.52 | 33.91 | 0.88 | 0.26 |
| Hex | 7B | 49 | 8 | 0 | 29 | 5D | 34 | 22 | 58 | 1A |
| Octal | 173 | 111 | 10 | 0 | 51 | 135 | 64 | 42 | 130 | 32 |
| Binary | 1111011 | 1001001 | 1000 | 0 | 101001 | 1011101 | 110100 | 100010 | 1011000 | 11010 |
Color Harmonies of #7B4908
Complementary color
Monochromatic Colors of #7B4908
Black with #7B4908
Text Example
Text Example
White with #7B4908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4908; }
p { color: rgb(123,73,8); }
H1.HeaderClassName
{
color: #7B4908;
}
.AnyTagClassName
{
color: #7B4908;
}
</style>
background-color css
<style>
a { background-color: #7B4908; }
a { background-color: rgb(123,73,8); }
div.DivClassName
{
background-color: #7B4908;
}
.BgClassName
{
background-color: #7B4908;
}
</style>
border-color css
<style>
span { border-color: #7B4908; }
span { border-color: rgb(123,73,8); }
td.TdClassName
{
border-color: #7B4908;
}
.TagClassName
{
border-color: #7B4908;
}
</style>