Shades of Raw Umber #735C13
Tints of Raw Umber #735C13
RGB
CMYK
RGB Variations
Color information
#735C13 (or 0x735C13) is known color: Raw Umber. HEX triplet: 73, 5C and 13. RGB value is (115,92,19). Sum of RGB (Red+Green+Blue) = 115+92+19=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #735C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735C13 is #8CA3EC. Grayscale: #5A5A5A. Windows color (decimal): -9217005 or 1268851. OLE color: 1268851.
HSL color Cylindrical-coordinate representation of color #735C13: hue angle of 45.62º 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 #735C13 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 92 | 19 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.55 |
| HSL | 45.63º | 0.72% | 0.26% | - |
| HSV(B) | 45.63º | 0.83% | 0.45% | - |
| XYZ | 11.01 | 11.35 | 2.23 | - |
| YUV | 90.56 | 87.62 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 19 | 0 | 0.20 | 0.83 | 0.55 | 45.63 | 0.72 | 0.26 |
| Hex | 73 | 5C | 13 | 0 | 14 | 53 | 37 | 2E | 48 | 1A |
| Octal | 163 | 134 | 23 | 0 | 24 | 123 | 67 | 56 | 110 | 32 |
| Binary | 1110011 | 1011100 | 10011 | 0 | 10100 | 1010011 | 110111 | 101110 | 1001000 | 11010 |
Color Harmonies of #735C13
Complementary color
Monochromatic Colors of #735C13
Black with #735C13
Text Example
Text Example
White with #735C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C13; }
p { color: rgb(115,92,19); }
H1.HeaderClassName
{
color: #735C13;
}
.AnyTagClassName
{
color: #735C13;
}
</style>
background-color css
<style>
a { background-color: #735C13; }
a { background-color: rgb(115,92,19); }
div.DivClassName
{
background-color: #735C13;
}
.BgClassName
{
background-color: #735C13;
}
</style>
border-color css
<style>
span { border-color: #735C13; }
span { border-color: rgb(115,92,19); }
td.TdClassName
{
border-color: #735C13;
}
.TagClassName
{
border-color: #735C13;
}
</style>