Shades of Raw Umber #735B13
Tints of Raw Umber #735B13
RGB
CMYK
RGB Variations
Color information
#735B13 (or 0x735B13) is known color: Raw Umber. HEX triplet: 73, 5B and 13. RGB value is (115,91,19). Sum of RGB (Red+Green+Blue) = 115+91+19=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #735B13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735B13 is #8CA4EC. Grayscale: #5A5A5A. Windows color (decimal): -9217261 or 1268595. OLE color: 1268595.
HSL color Cylindrical-coordinate representation of color #735B13: hue angle of 45º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #735B13 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 91 | 19 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.55 |
| HSL | 45º | 0.72% | 0.26% | - |
| HSV(B) | 45º | 0.83% | 0.45% | - |
| XYZ | 10.93 | 11.17 | 2.2 | - |
| YUV | 89.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 19 | 0 | 0.21 | 0.83 | 0.55 | 45 | 0.72 | 0.26 |
| Hex | 73 | 5B | 13 | 0 | 15 | 53 | 37 | 2D | 48 | 1A |
| Octal | 163 | 133 | 23 | 0 | 25 | 123 | 67 | 55 | 110 | 32 |
| Binary | 1110011 | 1011011 | 10011 | 0 | 10101 | 1010011 | 110111 | 101101 | 1001000 | 11010 |
Color Harmonies of #735B13
Complementary color
Monochromatic Colors of #735B13
Black with #735B13
Text Example
Text Example
White with #735B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735B13; }
p { color: rgb(115,91,19); }
H1.HeaderClassName
{
color: #735B13;
}
.AnyTagClassName
{
color: #735B13;
}
</style>
background-color css
<style>
a { background-color: #735B13; }
a { background-color: rgb(115,91,19); }
div.DivClassName
{
background-color: #735B13;
}
.BgClassName
{
background-color: #735B13;
}
</style>
border-color css
<style>
span { border-color: #735B13; }
span { border-color: rgb(115,91,19); }
td.TdClassName
{
border-color: #735B13;
}
.TagClassName
{
border-color: #735B13;
}
</style>