Shades of Raw Umber #734D11
Tints of Raw Umber #734D11
RGB
CMYK
RGB Variations
Color information
#734D11 (or 0x734D11) is known color: Raw Umber. HEX triplet: 73, 4D and 11. RGB value is (115,77,17). Sum of RGB (Red+Green+Blue) = 115+77+17=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #734D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #734D11 is #8CB2EE. Grayscale: #515151. Windows color (decimal): -9220847 or 1133939. OLE color: 1133939.
HSL color Cylindrical-coordinate representation of color #734D11: hue angle of 36.73º 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 #734D11 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 77 | 17 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.55 |
| HSL | 36.73º | 0.74% | 0.26% | - |
| HSV(B) | 36.73º | 0.85% | 0.45% | - |
| XYZ | 9.83 | 8.99 | 1.75 | - |
| YUV | 81.52 | 91.59 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 17 | 0 | 0.33 | 0.85 | 0.55 | 36.73 | 0.74 | 0.26 |
| Hex | 73 | 4D | 11 | 0 | 21 | 55 | 37 | 25 | 4A | 1A |
| Octal | 163 | 115 | 21 | 0 | 41 | 125 | 67 | 45 | 112 | 32 |
| Binary | 1110011 | 1001101 | 10001 | 0 | 100001 | 1010101 | 110111 | 100101 | 1001010 | 11010 |
Color Harmonies of #734D11
Complementary color
Monochromatic Colors of #734D11
Black with #734D11
Text Example
Text Example
White with #734D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734D11; }
p { color: rgb(115,77,17); }
H1.HeaderClassName
{
color: #734D11;
}
.AnyTagClassName
{
color: #734D11;
}
</style>
background-color css
<style>
a { background-color: #734D11; }
a { background-color: rgb(115,77,17); }
div.DivClassName
{
background-color: #734D11;
}
.BgClassName
{
background-color: #734D11;
}
</style>
border-color css
<style>
span { border-color: #734D11; }
span { border-color: rgb(115,77,17); }
td.TdClassName
{
border-color: #734D11;
}
.TagClassName
{
border-color: #734D11;
}
</style>