Shades of Raw Umber #73580B
Tints of Raw Umber #73580B
RGB
CMYK
RGB Variations
Color information
#73580B (or 0x73580B) is known color: Raw Umber. HEX triplet: 73, 58 and 0B. RGB value is (115,88,11). Sum of RGB (Red+Green+Blue) = 115+88+11=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #73580B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73580B is #8CA7F4. Grayscale: #575757. Windows color (decimal): -9218037 or 743539. OLE color: 743539.
HSL color Cylindrical-coordinate representation of color #73580B: hue angle of 44.42º 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 #73580B is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 88 | 11 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.55 |
| HSL | 44.42º | 0.83% | 0.25% | - |
| HSV(B) | 44.42º | 0.9% | 0.45% | - |
| XYZ | 10.62 | 10.65 | 1.81 | - |
| YUV | 87.3 | 84.95 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 88 | 11 | 0 | 0.23 | 0.90 | 0.55 | 44.42 | 0.83 | 0.25 |
| Hex | 73 | 58 | B | 0 | 17 | 5A | 37 | 2C | 53 | 19 |
| Octal | 163 | 130 | 13 | 0 | 27 | 132 | 67 | 54 | 123 | 31 |
| Binary | 1110011 | 1011000 | 1011 | 0 | 10111 | 1011010 | 110111 | 101100 | 1010011 | 11001 |
Color Harmonies of #73580B
Complementary color
Monochromatic Colors of #73580B
Black with #73580B
Text Example
Text Example
White with #73580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73580B; }
p { color: rgb(115,88,11); }
H1.HeaderClassName
{
color: #73580B;
}
.AnyTagClassName
{
color: #73580B;
}
</style>
background-color css
<style>
a { background-color: #73580B; }
a { background-color: rgb(115,88,11); }
div.DivClassName
{
background-color: #73580B;
}
.BgClassName
{
background-color: #73580B;
}
</style>
border-color css
<style>
span { border-color: #73580B; }
span { border-color: rgb(115,88,11); }
td.TdClassName
{
border-color: #73580B;
}
.TagClassName
{
border-color: #73580B;
}
</style>