Shades of Raw Umber #73510B
Tints of Raw Umber #73510B
RGB
CMYK
RGB Variations
Color information
#73510B (or 0x73510B) is known color: Raw Umber. HEX triplet: 73, 51 and 0B. RGB value is (115,81,11). Sum of RGB (Red+Green+Blue) = 115+81+11=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #73510B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73510B is #8CAEF4. Grayscale: #535353. Windows color (decimal): -9219829 or 741747. OLE color: 741747.
HSL color Cylindrical-coordinate representation of color #73510B: hue angle of 40.38º 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 #73510B is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 81 | 11 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.55 |
| HSL | 40.38º | 0.83% | 0.25% | - |
| HSV(B) | 40.38º | 0.9% | 0.45% | - |
| XYZ | 10.07 | 9.55 | 1.63 | - |
| YUV | 83.19 | 87.26 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 81 | 11 | 0 | 0.30 | 0.90 | 0.55 | 40.38 | 0.83 | 0.25 |
| Hex | 73 | 51 | B | 0 | 1E | 5A | 37 | 28 | 53 | 19 |
| Octal | 163 | 121 | 13 | 0 | 36 | 132 | 67 | 50 | 123 | 31 |
| Binary | 1110011 | 1010001 | 1011 | 0 | 11110 | 1011010 | 110111 | 101000 | 1010011 | 11001 |
Color Harmonies of #73510B
Complementary color
Monochromatic Colors of #73510B
Black with #73510B
Text Example
Text Example
White with #73510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73510B; }
p { color: rgb(115,81,11); }
H1.HeaderClassName
{
color: #73510B;
}
.AnyTagClassName
{
color: #73510B;
}
</style>
background-color css
<style>
a { background-color: #73510B; }
a { background-color: rgb(115,81,11); }
div.DivClassName
{
background-color: #73510B;
}
.BgClassName
{
background-color: #73510B;
}
</style>
border-color css
<style>
span { border-color: #73510B; }
span { border-color: rgb(115,81,11); }
td.TdClassName
{
border-color: #73510B;
}
.TagClassName
{
border-color: #73510B;
}
</style>