Shades of Raw Umber #73470F
Tints of Raw Umber #73470F
RGB
CMYK
RGB Variations
Color information
#73470F (or 0x73470F) is known color: Raw Umber. HEX triplet: 73, 47 and 0F. RGB value is (115,71,15). Sum of RGB (Red+Green+Blue) = 115+71+15=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #73470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73470F is #8CB8F0. Grayscale: #4E4E4E. Windows color (decimal): -9222385 or 1001331. OLE color: 1001331.
HSL color Cylindrical-coordinate representation of color #73470F: hue angle of 33.6º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73470F is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 71 | 15 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.55 |
| HSL | 33.6º | 0.77% | 0.25% | - |
| HSV(B) | 33.6º | 0.87% | 0.45% | - |
| XYZ | 9.41 | 8.19 | 1.54 | - |
| YUV | 77.77 | 92.58 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 71 | 15 | 0 | 0.38 | 0.87 | 0.55 | 33.6 | 0.77 | 0.25 |
| Hex | 73 | 47 | F | 0 | 26 | 57 | 37 | 22 | 4D | 19 |
| Octal | 163 | 107 | 17 | 0 | 46 | 127 | 67 | 42 | 115 | 31 |
| Binary | 1110011 | 1000111 | 1111 | 0 | 100110 | 1010111 | 110111 | 100010 | 1001101 | 11001 |
Color Harmonies of #73470F
Complementary color
Monochromatic Colors of #73470F
Black with #73470F
Text Example
Text Example
White with #73470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73470F; }
p { color: rgb(115,71,15); }
H1.HeaderClassName
{
color: #73470F;
}
.AnyTagClassName
{
color: #73470F;
}
</style>
background-color css
<style>
a { background-color: #73470F; }
a { background-color: rgb(115,71,15); }
div.DivClassName
{
background-color: #73470F;
}
.BgClassName
{
background-color: #73470F;
}
</style>
border-color css
<style>
span { border-color: #73470F; }
span { border-color: rgb(115,71,15); }
td.TdClassName
{
border-color: #73470F;
}
.TagClassName
{
border-color: #73470F;
}
</style>