Shades of Raw Umber #735B11
Tints of Raw Umber #735B11
RGB
CMYK
RGB Variations
Color information
#735B11 (or 0x735B11) is known color: Raw Umber. HEX triplet: 73, 5B and 11. RGB value is (115,91,17). Sum of RGB (Red+Green+Blue) = 115+91+17=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #735B11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735B11 is #8CA4EE. Grayscale: #5A5A5A. Windows color (decimal): -9217263 or 1137523. OLE color: 1137523.
HSL color Cylindrical-coordinate representation of color #735B11: hue angle of 45.31º 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 #735B11 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 91 | 17 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.55 |
| HSL | 45.31º | 0.74% | 0.26% | - |
| HSV(B) | 45.31º | 0.85% | 0.45% | - |
| XYZ | 10.91 | 11.17 | 2.11 | - |
| YUV | 89.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 17 | 0 | 0.21 | 0.85 | 0.55 | 45.31 | 0.74 | 0.26 |
| Hex | 73 | 5B | 11 | 0 | 15 | 55 | 37 | 2D | 4A | 1A |
| Octal | 163 | 133 | 21 | 0 | 25 | 125 | 67 | 55 | 112 | 32 |
| Binary | 1110011 | 1011011 | 10001 | 0 | 10101 | 1010101 | 110111 | 101101 | 1001010 | 11010 |
Color Harmonies of #735B11
Complementary color
Monochromatic Colors of #735B11
Black with #735B11
Text Example
Text Example
White with #735B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735B11; }
p { color: rgb(115,91,17); }
H1.HeaderClassName
{
color: #735B11;
}
.AnyTagClassName
{
color: #735B11;
}
</style>
background-color css
<style>
a { background-color: #735B11; }
a { background-color: rgb(115,91,17); }
div.DivClassName
{
background-color: #735B11;
}
.BgClassName
{
background-color: #735B11;
}
</style>
border-color css
<style>
span { border-color: #735B11; }
span { border-color: rgb(115,91,17); }
td.TdClassName
{
border-color: #735B11;
}
.TagClassName
{
border-color: #735B11;
}
</style>