Shades of Raw Umber #73490F
Tints of Raw Umber #73490F
RGB
CMYK
RGB Variations
Color information
#73490F (or 0x73490F) is known color: Raw Umber. HEX triplet: 73, 49 and 0F. RGB value is (115,73,15). Sum of RGB (Red+Green+Blue) = 115+73+15=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #73490F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73490F is #8CB6F0. Grayscale: #4F4F4F. Windows color (decimal): -9221873 or 1001843. OLE color: 1001843.
HSL color Cylindrical-coordinate representation of color #73490F: hue angle of 34.8º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73490F is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 73 | 15 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.55 |
| HSL | 34.8º | 0.77% | 0.25% | - |
| HSV(B) | 34.8º | 0.87% | 0.45% | - |
| XYZ | 9.54 | 8.44 | 1.58 | - |
| YUV | 78.95 | 91.91 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 73 | 15 | 0 | 0.37 | 0.87 | 0.55 | 34.8 | 0.77 | 0.25 |
| Hex | 73 | 49 | F | 0 | 25 | 57 | 37 | 23 | 4D | 19 |
| Octal | 163 | 111 | 17 | 0 | 45 | 127 | 67 | 43 | 115 | 31 |
| Binary | 1110011 | 1001001 | 1111 | 0 | 100101 | 1010111 | 110111 | 100011 | 1001101 | 11001 |
Color Harmonies of #73490F
Complementary color
Monochromatic Colors of #73490F
Black with #73490F
Text Example
Text Example
White with #73490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73490F; }
p { color: rgb(115,73,15); }
H1.HeaderClassName
{
color: #73490F;
}
.AnyTagClassName
{
color: #73490F;
}
</style>
background-color css
<style>
a { background-color: #73490F; }
a { background-color: rgb(115,73,15); }
div.DivClassName
{
background-color: #73490F;
}
.BgClassName
{
background-color: #73490F;
}
</style>
border-color css
<style>
span { border-color: #73490F; }
span { border-color: rgb(115,73,15); }
td.TdClassName
{
border-color: #73490F;
}
.TagClassName
{
border-color: #73490F;
}
</style>