Shades of Raw Umber #73560D
Tints of Raw Umber #73560D
RGB
CMYK
RGB Variations
Color information
#73560D (or 0x73560D) is known color: Raw Umber. HEX triplet: 73, 56 and 0D. RGB value is (115,86,13). Sum of RGB (Red+Green+Blue) = 115+86+13=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #73560D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73560D is #8CA9F2. Grayscale: #565656. Windows color (decimal): -9218547 or 874099. OLE color: 874099.
HSL color Cylindrical-coordinate representation of color #73560D: hue angle of 42.94º 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 #73560D is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 86 | 13 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.55 |
| HSL | 42.94º | 0.8% | 0.25% | - |
| HSV(B) | 42.94º | 0.89% | 0.45% | - |
| XYZ | 10.47 | 10.33 | 1.82 | - |
| YUV | 86.35 | 86.61 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 86 | 13 | 0 | 0.25 | 0.89 | 0.55 | 42.94 | 0.8 | 0.25 |
| Hex | 73 | 56 | D | 0 | 19 | 59 | 37 | 2B | 50 | 19 |
| Octal | 163 | 126 | 15 | 0 | 31 | 131 | 67 | 53 | 120 | 31 |
| Binary | 1110011 | 1010110 | 1101 | 0 | 11001 | 1011001 | 110111 | 101011 | 1010000 | 11001 |
Color Harmonies of #73560D
Complementary color
Monochromatic Colors of #73560D
Black with #73560D
Text Example
Text Example
White with #73560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73560D; }
p { color: rgb(115,86,13); }
H1.HeaderClassName
{
color: #73560D;
}
.AnyTagClassName
{
color: #73560D;
}
</style>
background-color css
<style>
a { background-color: #73560D; }
a { background-color: rgb(115,86,13); }
div.DivClassName
{
background-color: #73560D;
}
.BgClassName
{
background-color: #73560D;
}
</style>
border-color css
<style>
span { border-color: #73560D; }
span { border-color: rgb(115,86,13); }
td.TdClassName
{
border-color: #73560D;
}
.TagClassName
{
border-color: #73560D;
}
</style>