Shades of Raw Umber #73460D
Tints of Raw Umber #73460D
RGB
CMYK
RGB Variations
Color information
#73460D (or 0x73460D) is known color: Raw Umber. HEX triplet: 73, 46 and 0D. RGB value is (115,70,13). Sum of RGB (Red+Green+Blue) = 115+70+13=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #73460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73460D is #8CB9F2. Grayscale: #4D4D4D. Windows color (decimal): -9222643 or 870003. OLE color: 870003.
HSL color Cylindrical-coordinate representation of color #73460D: hue angle of 33.53º 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 #73460D is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 70 | 13 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.55 |
| HSL | 33.53º | 0.8% | 0.25% | - |
| HSV(B) | 33.53º | 0.89% | 0.45% | - |
| XYZ | 9.33 | 8.05 | 1.44 | - |
| YUV | 76.96 | 91.91 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 70 | 13 | 0 | 0.39 | 0.89 | 0.55 | 33.53 | 0.8 | 0.25 |
| Hex | 73 | 46 | D | 0 | 27 | 59 | 37 | 22 | 50 | 19 |
| Octal | 163 | 106 | 15 | 0 | 47 | 131 | 67 | 42 | 120 | 31 |
| Binary | 1110011 | 1000110 | 1101 | 0 | 100111 | 1011001 | 110111 | 100010 | 1010000 | 11001 |
Color Harmonies of #73460D
Complementary color
Monochromatic Colors of #73460D
Black with #73460D
Text Example
Text Example
White with #73460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73460D; }
p { color: rgb(115,70,13); }
H1.HeaderClassName
{
color: #73460D;
}
.AnyTagClassName
{
color: #73460D;
}
</style>
background-color css
<style>
a { background-color: #73460D; }
a { background-color: rgb(115,70,13); }
div.DivClassName
{
background-color: #73460D;
}
.BgClassName
{
background-color: #73460D;
}
</style>
border-color css
<style>
span { border-color: #73460D; }
span { border-color: rgb(115,70,13); }
td.TdClassName
{
border-color: #73460D;
}
.TagClassName
{
border-color: #73460D;
}
</style>