Shades of Raw Umber #734913
Tints of Raw Umber #734913
RGB
CMYK
RGB Variations
Color information
#734913 (or 0x734913) is known color: Raw Umber. HEX triplet: 73, 49 and 13. RGB value is (115,73,19). Sum of RGB (Red+Green+Blue) = 115+73+19=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #734913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734913 is #8CB6EC. Grayscale: #4F4F4F. Windows color (decimal): -9221869 or 1263987. OLE color: 1263987.
HSL color Cylindrical-coordinate representation of color #734913: hue angle of 33.75º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #734913 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 73 | 19 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.55 |
| HSL | 33.75º | 0.72% | 0.26% | - |
| HSV(B) | 33.75º | 0.83% | 0.45% | - |
| XYZ | 9.57 | 8.46 | 1.74 | - |
| YUV | 79.4 | 93.91 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 73 | 19 | 0 | 0.37 | 0.83 | 0.55 | 33.75 | 0.72 | 0.26 |
| Hex | 73 | 49 | 13 | 0 | 25 | 53 | 37 | 22 | 48 | 1A |
| Octal | 163 | 111 | 23 | 0 | 45 | 123 | 67 | 42 | 110 | 32 |
| Binary | 1110011 | 1001001 | 10011 | 0 | 100101 | 1010011 | 110111 | 100010 | 1001000 | 11010 |
Color Harmonies of #734913
Complementary color
Monochromatic Colors of #734913
Black with #734913
Text Example
Text Example
White with #734913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734913; }
p { color: rgb(115,73,19); }
H1.HeaderClassName
{
color: #734913;
}
.AnyTagClassName
{
color: #734913;
}
</style>
background-color css
<style>
a { background-color: #734913; }
a { background-color: rgb(115,73,19); }
div.DivClassName
{
background-color: #734913;
}
.BgClassName
{
background-color: #734913;
}
</style>
border-color css
<style>
span { border-color: #734913; }
span { border-color: rgb(115,73,19); }
td.TdClassName
{
border-color: #734913;
}
.TagClassName
{
border-color: #734913;
}
</style>