Shades of Raw Umber #735B0D
Tints of Raw Umber #735B0D
RGB
CMYK
RGB Variations
Color information
#735B0D (or 0x735B0D) is known color: Raw Umber. HEX triplet: 73, 5B and 0D. RGB value is (115,91,13). Sum of RGB (Red+Green+Blue) = 115+91+13=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 91 (35.94% from 255 or 41.55% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #735B0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735B0D is #8CA4F2. Grayscale: #595959. Windows color (decimal): -9217267 or 875379. OLE color: 875379.
HSL color Cylindrical-coordinate representation of color #735B0D: hue angle of 45.88º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #735B0D is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 91 | 13 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.55 |
| HSL | 45.88º | 0.8% | 0.25% | - |
| HSV(B) | 45.88º | 0.89% | 0.45% | - |
| XYZ | 10.88 | 11.16 | 1.96 | - |
| YUV | 89.28 | 84.95 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 13 | 0 | 0.21 | 0.89 | 0.55 | 45.88 | 0.8 | 0.25 |
| Hex | 73 | 5B | D | 0 | 15 | 59 | 37 | 2E | 50 | 19 |
| Octal | 163 | 133 | 15 | 0 | 25 | 131 | 67 | 56 | 120 | 31 |
| Binary | 1110011 | 1011011 | 1101 | 0 | 10101 | 1011001 | 110111 | 101110 | 1010000 | 11001 |
Color Harmonies of #735B0D
Complementary color
Monochromatic Colors of #735B0D
Black with #735B0D
Text Example
Text Example
White with #735B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735B0D; }
p { color: rgb(115,91,13); }
H1.HeaderClassName
{
color: #735B0D;
}
.AnyTagClassName
{
color: #735B0D;
}
</style>
background-color css
<style>
a { background-color: #735B0D; }
a { background-color: rgb(115,91,13); }
div.DivClassName
{
background-color: #735B0D;
}
.BgClassName
{
background-color: #735B0D;
}
</style>
border-color css
<style>
span { border-color: #735B0D; }
span { border-color: rgb(115,91,13); }
td.TdClassName
{
border-color: #735B0D;
}
.TagClassName
{
border-color: #735B0D;
}
</style>