Shades of Raw Umber #73511A
Tints of Raw Umber #73511A
RGB
CMYK
RGB Variations
Color information
#73511A (or 0x73511A) is known color: Raw Umber. HEX triplet: 73, 51 and 1A. RGB value is (115,81,26). Sum of RGB (Red+Green+Blue) = 115+81+26=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #73511A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73511A is #8CAEE5. Grayscale: #555555. Windows color (decimal): -9219814 or 1724787. OLE color: 1724787.
HSL color Cylindrical-coordinate representation of color #73511A: hue angle of 37.08º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73511A is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 81 | 26 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.55 |
| HSL | 37.08º | 0.63% | 0.28% | - |
| HSV(B) | 37.08º | 0.77% | 0.45% | - |
| XYZ | 10.2 | 9.6 | 2.29 | - |
| YUV | 84.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 81 | 26 | 0 | 0.30 | 0.77 | 0.55 | 37.08 | 0.63 | 0.28 |
| Hex | 73 | 51 | 1A | 0 | 1E | 4D | 37 | 25 | 3F | 1C |
| Octal | 163 | 121 | 32 | 0 | 36 | 115 | 67 | 45 | 77 | 34 |
| Binary | 1110011 | 1010001 | 11010 | 0 | 11110 | 1001101 | 110111 | 100101 | 111111 | 11100 |
Color Harmonies of #73511A
Complementary color
Monochromatic Colors of #73511A
Black with #73511A
Text Example
Text Example
White with #73511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73511A; }
p { color: rgb(115,81,26); }
H1.HeaderClassName
{
color: #73511A;
}
.AnyTagClassName
{
color: #73511A;
}
</style>
background-color css
<style>
a { background-color: #73511A; }
a { background-color: rgb(115,81,26); }
div.DivClassName
{
background-color: #73511A;
}
.BgClassName
{
background-color: #73511A;
}
</style>
border-color css
<style>
span { border-color: #73511A; }
span { border-color: rgb(115,81,26); }
td.TdClassName
{
border-color: #73511A;
}
.TagClassName
{
border-color: #73511A;
}
</style>