Shades of Raw Umber #73490B
Tints of Raw Umber #73490B
RGB
CMYK
RGB Variations
Color information
#73490B (or 0x73490B) is known color: Raw Umber. HEX triplet: 73, 49 and 0B. RGB value is (115,73,11). Sum of RGB (Red+Green+Blue) = 115+73+11=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #73490B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73490B is #8CB6F4. Grayscale: #4E4E4E. Windows color (decimal): -9221877 or 739699. OLE color: 739699.
HSL color Cylindrical-coordinate representation of color #73490B: hue angle of 35.77º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73490B is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 73 | 11 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.55 |
| HSL | 35.77º | 0.83% | 0.25% | - |
| HSV(B) | 35.77º | 0.9% | 0.45% | - |
| XYZ | 9.51 | 8.43 | 1.44 | - |
| YUV | 78.49 | 89.91 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 73 | 11 | 0 | 0.37 | 0.90 | 0.55 | 35.77 | 0.83 | 0.25 |
| Hex | 73 | 49 | B | 0 | 25 | 5A | 37 | 24 | 53 | 19 |
| Octal | 163 | 111 | 13 | 0 | 45 | 132 | 67 | 44 | 123 | 31 |
| Binary | 1110011 | 1001001 | 1011 | 0 | 100101 | 1011010 | 110111 | 100100 | 1010011 | 11001 |
Color Harmonies of #73490B
Complementary color
Monochromatic Colors of #73490B
Black with #73490B
Text Example
Text Example
White with #73490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73490B; }
p { color: rgb(115,73,11); }
H1.HeaderClassName
{
color: #73490B;
}
.AnyTagClassName
{
color: #73490B;
}
</style>
background-color css
<style>
a { background-color: #73490B; }
a { background-color: rgb(115,73,11); }
div.DivClassName
{
background-color: #73490B;
}
.BgClassName
{
background-color: #73490B;
}
</style>
border-color css
<style>
span { border-color: #73490B; }
span { border-color: rgb(115,73,11); }
td.TdClassName
{
border-color: #73490B;
}
.TagClassName
{
border-color: #73490B;
}
</style>