Shades of Raw Umber #734F0F
Tints of Raw Umber #734F0F
RGB
CMYK
RGB Variations
Color information
#734F0F (or 0x734F0F) is known color: Raw Umber. HEX triplet: 73, 4F and 0F. RGB value is (115,79,15). Sum of RGB (Red+Green+Blue) = 115+79+15=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #734F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #734F0F is #8CB0F0. Grayscale: #525252. Windows color (decimal): -9220337 or 1003379. OLE color: 1003379.
HSL color Cylindrical-coordinate representation of color #734F0F: hue angle of 38.4º 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 #734F0F is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 79 | 15 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.55 |
| HSL | 38.4º | 0.77% | 0.25% | - |
| HSV(B) | 38.4º | 0.87% | 0.45% | - |
| XYZ | 9.95 | 9.27 | 1.72 | - |
| YUV | 82.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 15 | 0 | 0.31 | 0.87 | 0.55 | 38.4 | 0.77 | 0.25 |
| Hex | 73 | 4F | F | 0 | 1F | 57 | 37 | 26 | 4D | 19 |
| Octal | 163 | 117 | 17 | 0 | 37 | 127 | 67 | 46 | 115 | 31 |
| Binary | 1110011 | 1001111 | 1111 | 0 | 11111 | 1010111 | 110111 | 100110 | 1001101 | 11001 |
Color Harmonies of #734F0F
Complementary color
Monochromatic Colors of #734F0F
Black with #734F0F
Text Example
Text Example
White with #734F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734F0F; }
p { color: rgb(115,79,15); }
H1.HeaderClassName
{
color: #734F0F;
}
.AnyTagClassName
{
color: #734F0F;
}
</style>
background-color css
<style>
a { background-color: #734F0F; }
a { background-color: rgb(115,79,15); }
div.DivClassName
{
background-color: #734F0F;
}
.BgClassName
{
background-color: #734F0F;
}
</style>
border-color css
<style>
span { border-color: #734F0F; }
span { border-color: rgb(115,79,15); }
td.TdClassName
{
border-color: #734F0F;
}
.TagClassName
{
border-color: #734F0F;
}
</style>