Shades of Raw Umber #734811
Tints of Raw Umber #734811
RGB
CMYK
RGB Variations
Color information
#734811 (or 0x734811) is known color: Raw Umber. HEX triplet: 73, 48 and 11. RGB value is (115,72,17). Sum of RGB (Red+Green+Blue) = 115+72+17=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #734811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734811 is #8CB7EE. Grayscale: #4E4E4E. Windows color (decimal): -9222127 or 1132659. OLE color: 1132659.
HSL color Cylindrical-coordinate representation of color #734811: hue angle of 33.67º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #734811 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 72 | 17 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.55 |
| HSL | 33.67º | 0.74% | 0.26% | - |
| HSV(B) | 33.67º | 0.85% | 0.45% | - |
| XYZ | 9.49 | 8.32 | 1.64 | - |
| YUV | 78.59 | 93.25 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 72 | 17 | 0 | 0.37 | 0.85 | 0.55 | 33.67 | 0.74 | 0.26 |
| Hex | 73 | 48 | 11 | 0 | 25 | 55 | 37 | 22 | 4A | 1A |
| Octal | 163 | 110 | 21 | 0 | 45 | 125 | 67 | 42 | 112 | 32 |
| Binary | 1110011 | 1001000 | 10001 | 0 | 100101 | 1010101 | 110111 | 100010 | 1001010 | 11010 |
Color Harmonies of #734811
Complementary color
Monochromatic Colors of #734811
Black with #734811
Text Example
Text Example
White with #734811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734811; }
p { color: rgb(115,72,17); }
H1.HeaderClassName
{
color: #734811;
}
.AnyTagClassName
{
color: #734811;
}
</style>
background-color css
<style>
a { background-color: #734811; }
a { background-color: rgb(115,72,17); }
div.DivClassName
{
background-color: #734811;
}
.BgClassName
{
background-color: #734811;
}
</style>
border-color css
<style>
span { border-color: #734811; }
span { border-color: rgb(115,72,17); }
td.TdClassName
{
border-color: #734811;
}
.TagClassName
{
border-color: #734811;
}
</style>