Shades of Raw Umber #734512
Tints of Raw Umber #734512
RGB
CMYK
RGB Variations
Color information
#734512 (or 0x734512) is known color: Raw Umber. HEX triplet: 73, 45 and 12. RGB value is (115,69,18). Sum of RGB (Red+Green+Blue) = 115+69+18=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #734512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734512 is #8CBAED. Grayscale: #4D4D4D. Windows color (decimal): -9222894 or 1197427. OLE color: 1197427.
HSL color Cylindrical-coordinate representation of color #734512: hue angle of 31.55º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #734512 is Cyan = 0, Magento = 0.4, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 69 | 18 | - |
| CMYK | 0 | 0.4 | 0.84 | 0.55 |
| HSL | 31.55º | 0.73% | 0.26% | - |
| HSV(B) | 31.55º | 0.84% | 0.45% | - |
| XYZ | 9.31 | 7.94 | 1.62 | - |
| YUV | 76.94 | 94.74 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 18 | 0 | 0.4 | 0.84 | 0.55 | 31.55 | 0.73 | 0.26 |
| Hex | 73 | 45 | 12 | 0 | 28 | 54 | 37 | 20 | 49 | 1A |
| Octal | 163 | 105 | 22 | 0 | 50 | 124 | 67 | 40 | 111 | 32 |
| Binary | 1110011 | 1000101 | 10010 | 0 | 101000 | 1010100 | 110111 | 100000 | 1001001 | 11010 |
Color Harmonies of #734512
Complementary color
Monochromatic Colors of #734512
Black with #734512
Text Example
Text Example
White with #734512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734512; }
p { color: rgb(115,69,18); }
H1.HeaderClassName
{
color: #734512;
}
.AnyTagClassName
{
color: #734512;
}
</style>
background-color css
<style>
a { background-color: #734512; }
a { background-color: rgb(115,69,18); }
div.DivClassName
{
background-color: #734512;
}
.BgClassName
{
background-color: #734512;
}
</style>
border-color css
<style>
span { border-color: #734512; }
span { border-color: rgb(115,69,18); }
td.TdClassName
{
border-color: #734512;
}
.TagClassName
{
border-color: #734512;
}
</style>