Shades of Raw Umber #735B0B
Tints of Raw Umber #735B0B
RGB
CMYK
RGB Variations
Color information
#735B0B (or 0x735B0B) is known color: Raw Umber. HEX triplet: 73, 5B and 0B. RGB value is (115,91,11). Sum of RGB (Red+Green+Blue) = 115+91+11=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 91 (35.94% from 255 or 41.94% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #735B0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735B0B is #8CA4F4. Grayscale: #595959. Windows color (decimal): -9217269 or 744307. OLE color: 744307.
HSL color Cylindrical-coordinate representation of color #735B0B: hue angle of 46.15º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #735B0B is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 91 | 11 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.55 |
| HSL | 46.15º | 0.83% | 0.25% | - |
| HSV(B) | 46.15º | 0.9% | 0.45% | - |
| XYZ | 10.87 | 11.15 | 1.9 | - |
| YUV | 89.06 | 83.95 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 11 | 0 | 0.21 | 0.90 | 0.55 | 46.15 | 0.83 | 0.25 |
| Hex | 73 | 5B | B | 0 | 15 | 5A | 37 | 2E | 53 | 19 |
| Octal | 163 | 133 | 13 | 0 | 25 | 132 | 67 | 56 | 123 | 31 |
| Binary | 1110011 | 1011011 | 1011 | 0 | 10101 | 1011010 | 110111 | 101110 | 1010011 | 11001 |
Color Harmonies of #735B0B
Complementary color
Monochromatic Colors of #735B0B
Black with #735B0B
Text Example
Text Example
White with #735B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735B0B; }
p { color: rgb(115,91,11); }
H1.HeaderClassName
{
color: #735B0B;
}
.AnyTagClassName
{
color: #735B0B;
}
</style>
background-color css
<style>
a { background-color: #735B0B; }
a { background-color: rgb(115,91,11); }
div.DivClassName
{
background-color: #735B0B;
}
.BgClassName
{
background-color: #735B0B;
}
</style>
border-color css
<style>
span { border-color: #735B0B; }
span { border-color: rgb(115,91,11); }
td.TdClassName
{
border-color: #735B0B;
}
.TagClassName
{
border-color: #735B0B;
}
</style>