Shades of Raw Umber #73511D
Tints of Raw Umber #73511D
RGB
CMYK
RGB Variations
Color information
#73511D (or 0x73511D) is known color: Raw Umber. HEX triplet: 73, 51 and 1D. RGB value is (115,81,29). Sum of RGB (Red+Green+Blue) = 115+81+29=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #73511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73511D is #8CAEE2. Grayscale: #555555. Windows color (decimal): -9219811 or 1921395. OLE color: 1921395.
HSL color Cylindrical-coordinate representation of color #73511D: hue angle of 36.28º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73511D is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 81 | 29 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.55 |
| HSL | 36.28º | 0.6% | 0.28% | - |
| HSV(B) | 36.28º | 0.75% | 0.45% | - |
| XYZ | 10.23 | 9.62 | 2.48 | - |
| YUV | 85.24 | 96.26 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 81 | 29 | 0 | 0.30 | 0.75 | 0.55 | 36.28 | 0.6 | 0.28 |
| Hex | 73 | 51 | 1D | 0 | 1E | 4B | 37 | 24 | 3C | 1C |
| Octal | 163 | 121 | 35 | 0 | 36 | 113 | 67 | 44 | 74 | 34 |
| Binary | 1110011 | 1010001 | 11101 | 0 | 11110 | 1001011 | 110111 | 100100 | 111100 | 11100 |
Color Harmonies of #73511D
Complementary color
Monochromatic Colors of #73511D
Black with #73511D
Text Example
Text Example
White with #73511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73511D; }
p { color: rgb(115,81,29); }
H1.HeaderClassName
{
color: #73511D;
}
.AnyTagClassName
{
color: #73511D;
}
</style>
background-color css
<style>
a { background-color: #73511D; }
a { background-color: rgb(115,81,29); }
div.DivClassName
{
background-color: #73511D;
}
.BgClassName
{
background-color: #73511D;
}
</style>
border-color css
<style>
span { border-color: #73511D; }
span { border-color: rgb(115,81,29); }
td.TdClassName
{
border-color: #73511D;
}
.TagClassName
{
border-color: #73511D;
}
</style>