Shades of Raw Umber #73400B
Tints of Raw Umber #73400B
RGB
CMYK
RGB Variations
Color information
#73400B (or 0x73400B) is known color: Raw Umber. HEX triplet: 73, 40 and 0B. RGB value is (115,64,11). Sum of RGB (Red+Green+Blue) = 115+64+11=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #73400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73400B is #8CBFF4. Grayscale: #494949. Windows color (decimal): -9224181 or 737395. OLE color: 737395.
HSL color Cylindrical-coordinate representation of color #73400B: hue angle of 30.58º 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 #73400B is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 64 | 11 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.55 |
| HSL | 30.58º | 0.83% | 0.25% | - |
| HSV(B) | 30.58º | 0.9% | 0.45% | - |
| XYZ | 8.96 | 7.34 | 1.26 | - |
| YUV | 73.21 | 92.9 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 64 | 11 | 0 | 0.44 | 0.90 | 0.55 | 30.58 | 0.83 | 0.25 |
| Hex | 73 | 40 | B | 0 | 2C | 5A | 37 | 1F | 53 | 19 |
| Octal | 163 | 100 | 13 | 0 | 54 | 132 | 67 | 37 | 123 | 31 |
| Binary | 1110011 | 1000000 | 1011 | 0 | 101100 | 1011010 | 110111 | 11111 | 1010011 | 11001 |
Color Harmonies of #73400B
Complementary color
Monochromatic Colors of #73400B
Black with #73400B
Text Example
Text Example
White with #73400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73400B; }
p { color: rgb(115,64,11); }
H1.HeaderClassName
{
color: #73400B;
}
.AnyTagClassName
{
color: #73400B;
}
</style>
background-color css
<style>
a { background-color: #73400B; }
a { background-color: rgb(115,64,11); }
div.DivClassName
{
background-color: #73400B;
}
.BgClassName
{
background-color: #73400B;
}
</style>
border-color css
<style>
span { border-color: #73400B; }
span { border-color: rgb(115,64,11); }
td.TdClassName
{
border-color: #73400B;
}
.TagClassName
{
border-color: #73400B;
}
</style>