Shades of Raw Umber #73540D
Tints of Raw Umber #73540D
RGB
CMYK
RGB Variations
Color information
#73540D (or 0x73540D) is known color: Raw Umber. HEX triplet: 73, 54 and 0D. RGB value is (115,84,13). Sum of RGB (Red+Green+Blue) = 115+84+13=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73540D is #8CABF2. Grayscale: #555555. Windows color (decimal): -9219059 or 873587. OLE color: 873587.
HSL color Cylindrical-coordinate representation of color #73540D: hue angle of 41.76º 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 #73540D is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 84 | 13 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.55 |
| HSL | 41.76º | 0.8% | 0.25% | - |
| HSV(B) | 41.76º | 0.89% | 0.45% | - |
| XYZ | 10.31 | 10.01 | 1.77 | - |
| YUV | 85.18 | 87.27 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 84 | 13 | 0 | 0.27 | 0.89 | 0.55 | 41.76 | 0.8 | 0.25 |
| Hex | 73 | 54 | D | 0 | 1B | 59 | 37 | 2A | 50 | 19 |
| Octal | 163 | 124 | 15 | 0 | 33 | 131 | 67 | 52 | 120 | 31 |
| Binary | 1110011 | 1010100 | 1101 | 0 | 11011 | 1011001 | 110111 | 101010 | 1010000 | 11001 |
Color Harmonies of #73540D
Complementary color
Monochromatic Colors of #73540D
Black with #73540D
Text Example
Text Example
White with #73540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73540D; }
p { color: rgb(115,84,13); }
H1.HeaderClassName
{
color: #73540D;
}
.AnyTagClassName
{
color: #73540D;
}
</style>
background-color css
<style>
a { background-color: #73540D; }
a { background-color: rgb(115,84,13); }
div.DivClassName
{
background-color: #73540D;
}
.BgClassName
{
background-color: #73540D;
}
</style>
border-color css
<style>
span { border-color: #73540D; }
span { border-color: rgb(115,84,13); }
td.TdClassName
{
border-color: #73540D;
}
.TagClassName
{
border-color: #73540D;
}
</style>