Shades of Raw Umber #73580D
Tints of Raw Umber #73580D
RGB
CMYK
RGB Variations
Color information
#73580D (or 0x73580D) is known color: Raw Umber. HEX triplet: 73, 58 and 0D. RGB value is (115,88,13). Sum of RGB (Red+Green+Blue) = 115+88+13=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #73580D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73580D is #8CA7F2. Grayscale: #575757. Windows color (decimal): -9218035 or 874611. OLE color: 874611.
HSL color Cylindrical-coordinate representation of color #73580D: hue angle of 44.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 #73580D is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 88 | 13 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.55 |
| HSL | 44.12º | 0.8% | 0.25% | - |
| HSV(B) | 44.12º | 0.89% | 0.45% | - |
| XYZ | 10.63 | 10.65 | 1.88 | - |
| YUV | 87.52 | 85.95 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 88 | 13 | 0 | 0.23 | 0.89 | 0.55 | 44.12 | 0.8 | 0.25 |
| Hex | 73 | 58 | D | 0 | 17 | 59 | 37 | 2C | 50 | 19 |
| Octal | 163 | 130 | 15 | 0 | 27 | 131 | 67 | 54 | 120 | 31 |
| Binary | 1110011 | 1011000 | 1101 | 0 | 10111 | 1011001 | 110111 | 101100 | 1010000 | 11001 |
Color Harmonies of #73580D
Complementary color
Monochromatic Colors of #73580D
Black with #73580D
Text Example
Text Example
White with #73580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73580D; }
p { color: rgb(115,88,13); }
H1.HeaderClassName
{
color: #73580D;
}
.AnyTagClassName
{
color: #73580D;
}
</style>
background-color css
<style>
a { background-color: #73580D; }
a { background-color: rgb(115,88,13); }
div.DivClassName
{
background-color: #73580D;
}
.BgClassName
{
background-color: #73580D;
}
</style>
border-color css
<style>
span { border-color: #73580D; }
span { border-color: rgb(115,88,13); }
td.TdClassName
{
border-color: #73580D;
}
.TagClassName
{
border-color: #73580D;
}
</style>