Shades of Raw Umber #73440B
Tints of Raw Umber #73440B
RGB
CMYK
RGB Variations
Color information
#73440B (or 0x73440B) is known color: Raw Umber. HEX triplet: 73, 44 and 0B. RGB value is (115,68,11). Sum of RGB (Red+Green+Blue) = 115+68+11=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #73440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73440B is #8CBBF4. Grayscale: #4B4B4B. Windows color (decimal): -9223157 or 738419. OLE color: 738419.
HSL color Cylindrical-coordinate representation of color #73440B: hue angle of 32.88º 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 #73440B is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 68 | 11 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.55 |
| HSL | 32.88º | 0.83% | 0.25% | - |
| HSV(B) | 32.88º | 0.9% | 0.45% | - |
| XYZ | 9.2 | 7.8 | 1.34 | - |
| YUV | 75.56 | 91.57 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 68 | 11 | 0 | 0.41 | 0.90 | 0.55 | 32.88 | 0.83 | 0.25 |
| Hex | 73 | 44 | B | 0 | 29 | 5A | 37 | 21 | 53 | 19 |
| Octal | 163 | 104 | 13 | 0 | 51 | 132 | 67 | 41 | 123 | 31 |
| Binary | 1110011 | 1000100 | 1011 | 0 | 101001 | 1011010 | 110111 | 100001 | 1010011 | 11001 |
Color Harmonies of #73440B
Complementary color
Monochromatic Colors of #73440B
Black with #73440B
Text Example
Text Example
White with #73440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73440B; }
p { color: rgb(115,68,11); }
H1.HeaderClassName
{
color: #73440B;
}
.AnyTagClassName
{
color: #73440B;
}
</style>
background-color css
<style>
a { background-color: #73440B; }
a { background-color: rgb(115,68,11); }
div.DivClassName
{
background-color: #73440B;
}
.BgClassName
{
background-color: #73440B;
}
</style>
border-color css
<style>
span { border-color: #73440B; }
span { border-color: rgb(115,68,11); }
td.TdClassName
{
border-color: #73440B;
}
.TagClassName
{
border-color: #73440B;
}
</style>