Shades of Raw Umber #734905
Tints of Raw Umber #734905
RGB
CMYK
RGB Variations
Color information
#734905 (or 0x734905) is known color: Raw Umber. HEX triplet: 73, 49 and 05. RGB value is (115,73,5). Sum of RGB (Red+Green+Blue) = 115+73+5=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #734905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734905 is #8CB6FA. Grayscale: #4E4E4E. Windows color (decimal): -9221883 or 346483. OLE color: 346483.
HSL color Cylindrical-coordinate representation of color #734905: hue angle of 37.09º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #734905 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 73 | 5 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.55 |
| HSL | 37.09º | 0.92% | 0.24% | - |
| HSV(B) | 37.09º | 0.96% | 0.45% | - |
| XYZ | 9.48 | 8.42 | 1.27 | - |
| YUV | 77.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 73 | 5 | 0 | 0.37 | 0.96 | 0.55 | 37.09 | 0.92 | 0.24 |
| Hex | 73 | 49 | 5 | 0 | 25 | 60 | 37 | 25 | 5C | 18 |
| Octal | 163 | 111 | 5 | 0 | 45 | 140 | 67 | 45 | 134 | 30 |
| Binary | 1110011 | 1001001 | 101 | 0 | 100101 | 1100000 | 110111 | 100101 | 1011100 | 11000 |
Color Harmonies of #734905
Complementary color
Monochromatic Colors of #734905
Black with #734905
Text Example
Text Example
White with #734905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734905; }
p { color: rgb(115,73,5); }
H1.HeaderClassName
{
color: #734905;
}
.AnyTagClassName
{
color: #734905;
}
</style>
background-color css
<style>
a { background-color: #734905; }
a { background-color: rgb(115,73,5); }
div.DivClassName
{
background-color: #734905;
}
.BgClassName
{
background-color: #734905;
}
</style>
border-color css
<style>
span { border-color: #734905; }
span { border-color: rgb(115,73,5); }
td.TdClassName
{
border-color: #734905;
}
.TagClassName
{
border-color: #734905;
}
</style>