Shades of Raw Umber #73590C
Tints of Raw Umber #73590C
RGB
CMYK
RGB Variations
Color information
#73590C (or 0x73590C) is known color: Raw Umber. HEX triplet: 73, 59 and 0C. RGB value is (115,89,12). Sum of RGB (Red+Green+Blue) = 115+89+12=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #73590C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73590C is #8CA6F3. Grayscale: #585858. Windows color (decimal): -9217780 or 809331. OLE color: 809331.
HSL color Cylindrical-coordinate representation of color #73590C: hue angle of 44.85º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73590C is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 89 | 12 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.55 |
| HSL | 44.85º | 0.81% | 0.25% | - |
| HSV(B) | 44.85º | 0.9% | 0.45% | - |
| XYZ | 10.71 | 10.82 | 1.87 | - |
| YUV | 88 | 85.11 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 89 | 12 | 0 | 0.23 | 0.90 | 0.55 | 44.85 | 0.81 | 0.25 |
| Hex | 73 | 59 | C | 0 | 17 | 5A | 37 | 2D | 51 | 19 |
| Octal | 163 | 131 | 14 | 0 | 27 | 132 | 67 | 55 | 121 | 31 |
| Binary | 1110011 | 1011001 | 1100 | 0 | 10111 | 1011010 | 110111 | 101101 | 1010001 | 11001 |
Color Harmonies of #73590C
Complementary color
Monochromatic Colors of #73590C
Black with #73590C
Text Example
Text Example
White with #73590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73590C; }
p { color: rgb(115,89,12); }
H1.HeaderClassName
{
color: #73590C;
}
.AnyTagClassName
{
color: #73590C;
}
</style>
background-color css
<style>
a { background-color: #73590C; }
a { background-color: rgb(115,89,12); }
div.DivClassName
{
background-color: #73590C;
}
.BgClassName
{
background-color: #73590C;
}
</style>
border-color css
<style>
span { border-color: #73590C; }
span { border-color: rgb(115,89,12); }
td.TdClassName
{
border-color: #73590C;
}
.TagClassName
{
border-color: #73590C;
}
</style>