Shades of Raw Umber #73511C
Tints of Raw Umber #73511C
RGB
CMYK
RGB Variations
Color information
#73511C (or 0x73511C) is known color: Raw Umber. HEX triplet: 73, 51 and 1C. RGB value is (115,81,28). Sum of RGB (Red+Green+Blue) = 115+81+28=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #73511C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73511C is #8CAEE3. Grayscale: #555555. Windows color (decimal): -9219812 or 1855859. OLE color: 1855859.
HSL color Cylindrical-coordinate representation of color #73511C: hue angle of 36.55º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73511C is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 81 | 28 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.55 |
| HSL | 36.55º | 0.61% | 0.28% | - |
| HSV(B) | 36.55º | 0.76% | 0.45% | - |
| XYZ | 10.22 | 9.61 | 2.42 | - |
| YUV | 85.12 | 95.76 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 81 | 28 | 0 | 0.30 | 0.76 | 0.55 | 36.55 | 0.61 | 0.28 |
| Hex | 73 | 51 | 1C | 0 | 1E | 4C | 37 | 25 | 3D | 1C |
| Octal | 163 | 121 | 34 | 0 | 36 | 114 | 67 | 45 | 75 | 34 |
| Binary | 1110011 | 1010001 | 11100 | 0 | 11110 | 1001100 | 110111 | 100101 | 111101 | 11100 |
Color Harmonies of #73511C
Complementary color
Monochromatic Colors of #73511C
Black with #73511C
Text Example
Text Example
White with #73511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73511C; }
p { color: rgb(115,81,28); }
H1.HeaderClassName
{
color: #73511C;
}
.AnyTagClassName
{
color: #73511C;
}
</style>
background-color css
<style>
a { background-color: #73511C; }
a { background-color: rgb(115,81,28); }
div.DivClassName
{
background-color: #73511C;
}
.BgClassName
{
background-color: #73511C;
}
</style>
border-color css
<style>
span { border-color: #73511C; }
span { border-color: rgb(115,81,28); }
td.TdClassName
{
border-color: #73511C;
}
.TagClassName
{
border-color: #73511C;
}
</style>