Shades of Raw Umber #73560B
Tints of Raw Umber #73560B
RGB
CMYK
RGB Variations
Color information
#73560B (or 0x73560B) is known color: Raw Umber. HEX triplet: 73, 56 and 0B. RGB value is (115,86,11). Sum of RGB (Red+Green+Blue) = 115+86+11=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73560B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73560B is #8CA9F4. Grayscale: #565656. Windows color (decimal): -9218549 or 743027. OLE color: 743027.
HSL color Cylindrical-coordinate representation of color #73560B: hue angle of 43.27º degrees, saturation: 0.83, 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 #73560B is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 86 | 11 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.55 |
| HSL | 43.27º | 0.83% | 0.25% | - |
| HSV(B) | 43.27º | 0.9% | 0.45% | - |
| XYZ | 10.46 | 10.32 | 1.76 | - |
| YUV | 86.12 | 85.61 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 86 | 11 | 0 | 0.25 | 0.90 | 0.55 | 43.27 | 0.83 | 0.25 |
| Hex | 73 | 56 | B | 0 | 19 | 5A | 37 | 2B | 53 | 19 |
| Octal | 163 | 126 | 13 | 0 | 31 | 132 | 67 | 53 | 123 | 31 |
| Binary | 1110011 | 1010110 | 1011 | 0 | 11001 | 1011010 | 110111 | 101011 | 1010011 | 11001 |
Color Harmonies of #73560B
Complementary color
Monochromatic Colors of #73560B
Black with #73560B
Text Example
Text Example
White with #73560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73560B; }
p { color: rgb(115,86,11); }
H1.HeaderClassName
{
color: #73560B;
}
.AnyTagClassName
{
color: #73560B;
}
</style>
background-color css
<style>
a { background-color: #73560B; }
a { background-color: rgb(115,86,11); }
div.DivClassName
{
background-color: #73560B;
}
.BgClassName
{
background-color: #73560B;
}
</style>
border-color css
<style>
span { border-color: #73560B; }
span { border-color: rgb(115,86,11); }
td.TdClassName
{
border-color: #73560B;
}
.TagClassName
{
border-color: #73560B;
}
</style>