Shades of Raw Umber #73500B
Tints of Raw Umber #73500B
RGB
CMYK
RGB Variations
Color information
#73500B (or 0x73500B) is known color: Raw Umber. HEX triplet: 73, 50 and 0B. RGB value is (115,80,11). Sum of RGB (Red+Green+Blue) = 115+80+11=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #73500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73500B is #8CAFF4. Grayscale: #525252. Windows color (decimal): -9220085 or 741491. OLE color: 741491.
HSL color Cylindrical-coordinate representation of color #73500B: hue angle of 39.81º 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 #73500B is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 80 | 11 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.55 |
| HSL | 39.81º | 0.83% | 0.25% | - |
| HSV(B) | 39.81º | 0.9% | 0.45% | - |
| XYZ | 10 | 9.41 | 1.61 | - |
| YUV | 82.6 | 87.6 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 11 | 0 | 0.30 | 0.90 | 0.55 | 39.81 | 0.83 | 0.25 |
| Hex | 73 | 50 | B | 0 | 1E | 5A | 37 | 28 | 53 | 19 |
| Octal | 163 | 120 | 13 | 0 | 36 | 132 | 67 | 50 | 123 | 31 |
| Binary | 1110011 | 1010000 | 1011 | 0 | 11110 | 1011010 | 110111 | 101000 | 1010011 | 11001 |
Color Harmonies of #73500B
Complementary color
Monochromatic Colors of #73500B
Black with #73500B
Text Example
Text Example
White with #73500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73500B; }
p { color: rgb(115,80,11); }
H1.HeaderClassName
{
color: #73500B;
}
.AnyTagClassName
{
color: #73500B;
}
</style>
background-color css
<style>
a { background-color: #73500B; }
a { background-color: rgb(115,80,11); }
div.DivClassName
{
background-color: #73500B;
}
.BgClassName
{
background-color: #73500B;
}
</style>
border-color css
<style>
span { border-color: #73500B; }
span { border-color: rgb(115,80,11); }
td.TdClassName
{
border-color: #73500B;
}
.TagClassName
{
border-color: #73500B;
}
</style>