Shades of Raw Umber #73470D
Tints of Raw Umber #73470D
RGB
CMYK
RGB Variations
Color information
#73470D (or 0x73470D) is known color: Raw Umber. HEX triplet: 73, 47 and 0D. RGB value is (115,71,13). Sum of RGB (Red+Green+Blue) = 115+71+13=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #73470D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73470D is #8CB8F2. Grayscale: #4D4D4D. Windows color (decimal): -9222387 or 870259. OLE color: 870259.
HSL color Cylindrical-coordinate representation of color #73470D: hue angle of 34.12º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73470D is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 71 | 13 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.55 |
| HSL | 34.12º | 0.8% | 0.25% | - |
| HSV(B) | 34.12º | 0.89% | 0.45% | - |
| XYZ | 9.4 | 8.18 | 1.46 | - |
| YUV | 77.54 | 91.58 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 71 | 13 | 0 | 0.38 | 0.89 | 0.55 | 34.12 | 0.8 | 0.25 |
| Hex | 73 | 47 | D | 0 | 26 | 59 | 37 | 22 | 50 | 19 |
| Octal | 163 | 107 | 15 | 0 | 46 | 131 | 67 | 42 | 120 | 31 |
| Binary | 1110011 | 1000111 | 1101 | 0 | 100110 | 1011001 | 110111 | 100010 | 1010000 | 11001 |
Color Harmonies of #73470D
Complementary color
Monochromatic Colors of #73470D
Black with #73470D
Text Example
Text Example
White with #73470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73470D; }
p { color: rgb(115,71,13); }
H1.HeaderClassName
{
color: #73470D;
}
.AnyTagClassName
{
color: #73470D;
}
</style>
background-color css
<style>
a { background-color: #73470D; }
a { background-color: rgb(115,71,13); }
div.DivClassName
{
background-color: #73470D;
}
.BgClassName
{
background-color: #73470D;
}
</style>
border-color css
<style>
span { border-color: #73470D; }
span { border-color: rgb(115,71,13); }
td.TdClassName
{
border-color: #73470D;
}
.TagClassName
{
border-color: #73470D;
}
</style>