Shades of Raw Umber #73400A
Tints of Raw Umber #73400A
RGB
CMYK
RGB Variations
Color information
#73400A (or 0x73400A) is known color: Raw Umber. HEX triplet: 73, 40 and 0A. RGB value is (115,64,10). Sum of RGB (Red+Green+Blue) = 115+64+10=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #73400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73400A is #8CBFF5. Grayscale: #494949. Windows color (decimal): -9224182 or 671859. OLE color: 671859.
HSL color Cylindrical-coordinate representation of color #73400A: hue angle of 30.86º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73400A is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 64 | 10 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.55 |
| HSL | 30.86º | 0.84% | 0.25% | - |
| HSV(B) | 30.86º | 0.91% | 0.45% | - |
| XYZ | 8.96 | 7.33 | 1.23 | - |
| YUV | 73.09 | 92.4 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 64 | 10 | 0 | 0.44 | 0.91 | 0.55 | 30.86 | 0.84 | 0.25 |
| Hex | 73 | 40 | A | 0 | 2C | 5B | 37 | 1F | 54 | 19 |
| Octal | 163 | 100 | 12 | 0 | 54 | 133 | 67 | 37 | 124 | 31 |
| Binary | 1110011 | 1000000 | 1010 | 0 | 101100 | 1011011 | 110111 | 11111 | 1010100 | 11001 |
Color Harmonies of #73400A
Complementary color
Monochromatic Colors of #73400A
Black with #73400A
Text Example
Text Example
White with #73400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73400A; }
p { color: rgb(115,64,10); }
H1.HeaderClassName
{
color: #73400A;
}
.AnyTagClassName
{
color: #73400A;
}
</style>
background-color css
<style>
a { background-color: #73400A; }
a { background-color: rgb(115,64,10); }
div.DivClassName
{
background-color: #73400A;
}
.BgClassName
{
background-color: #73400A;
}
</style>
border-color css
<style>
span { border-color: #73400A; }
span { border-color: rgb(115,64,10); }
td.TdClassName
{
border-color: #73400A;
}
.TagClassName
{
border-color: #73400A;
}
</style>