Shades of Raw Umber #73480D
Tints of Raw Umber #73480D
RGB
CMYK
RGB Variations
Color information
#73480D (or 0x73480D) is known color: Raw Umber. HEX triplet: 73, 48 and 0D. RGB value is (115,72,13). Sum of RGB (Red+Green+Blue) = 115+72+13=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #73480D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73480D is #8CB7F2. Grayscale: #4E4E4E. Windows color (decimal): -9222131 or 870515. OLE color: 870515.
HSL color Cylindrical-coordinate representation of color #73480D: hue angle of 34.71º 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 #73480D is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 72 | 13 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.55 |
| HSL | 34.71º | 0.8% | 0.25% | - |
| HSV(B) | 34.71º | 0.89% | 0.45% | - |
| XYZ | 9.46 | 8.31 | 1.49 | - |
| YUV | 78.13 | 91.25 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 72 | 13 | 0 | 0.37 | 0.89 | 0.55 | 34.71 | 0.8 | 0.25 |
| Hex | 73 | 48 | D | 0 | 25 | 59 | 37 | 23 | 50 | 19 |
| Octal | 163 | 110 | 15 | 0 | 45 | 131 | 67 | 43 | 120 | 31 |
| Binary | 1110011 | 1001000 | 1101 | 0 | 100101 | 1011001 | 110111 | 100011 | 1010000 | 11001 |
Color Harmonies of #73480D
Complementary color
Monochromatic Colors of #73480D
Black with #73480D
Text Example
Text Example
White with #73480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73480D; }
p { color: rgb(115,72,13); }
H1.HeaderClassName
{
color: #73480D;
}
.AnyTagClassName
{
color: #73480D;
}
</style>
background-color css
<style>
a { background-color: #73480D; }
a { background-color: rgb(115,72,13); }
div.DivClassName
{
background-color: #73480D;
}
.BgClassName
{
background-color: #73480D;
}
</style>
border-color css
<style>
span { border-color: #73480D; }
span { border-color: rgb(115,72,13); }
td.TdClassName
{
border-color: #73480D;
}
.TagClassName
{
border-color: #73480D;
}
</style>