Shades of Raw Umber #734812
Tints of Raw Umber #734812
RGB
CMYK
RGB Variations
Color information
#734812 (or 0x734812) is known color: Raw Umber. HEX triplet: 73, 48 and 12. RGB value is (115,72,18). Sum of RGB (Red+Green+Blue) = 115+72+18=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #734812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734812 is #8CB7ED. Grayscale: #4E4E4E. Windows color (decimal): -9222126 or 1198195. OLE color: 1198195.
HSL color Cylindrical-coordinate representation of color #734812: hue angle of 33.4º 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 #734812 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 72 | 18 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.55 |
| HSL | 33.4º | 0.73% | 0.26% | - |
| HSV(B) | 33.4º | 0.84% | 0.45% | - |
| XYZ | 9.5 | 8.32 | 1.68 | - |
| YUV | 78.7 | 93.75 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 72 | 18 | 0 | 0.37 | 0.84 | 0.55 | 33.4 | 0.73 | 0.26 |
| Hex | 73 | 48 | 12 | 0 | 25 | 54 | 37 | 21 | 49 | 1A |
| Octal | 163 | 110 | 22 | 0 | 45 | 124 | 67 | 41 | 111 | 32 |
| Binary | 1110011 | 1001000 | 10010 | 0 | 100101 | 1010100 | 110111 | 100001 | 1001001 | 11010 |
Color Harmonies of #734812
Complementary color
Monochromatic Colors of #734812
Black with #734812
Text Example
Text Example
White with #734812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734812; }
p { color: rgb(115,72,18); }
H1.HeaderClassName
{
color: #734812;
}
.AnyTagClassName
{
color: #734812;
}
</style>
background-color css
<style>
a { background-color: #734812; }
a { background-color: rgb(115,72,18); }
div.DivClassName
{
background-color: #734812;
}
.BgClassName
{
background-color: #734812;
}
</style>
border-color css
<style>
span { border-color: #734812; }
span { border-color: rgb(115,72,18); }
td.TdClassName
{
border-color: #734812;
}
.TagClassName
{
border-color: #734812;
}
</style>