Shades of Raw Umber #735C12
Tints of Raw Umber #735C12
RGB
CMYK
RGB Variations
Color information
#735C12 (or 0x735C12) is known color: Raw Umber. HEX triplet: 73, 5C and 12. RGB value is (115,92,18). Sum of RGB (Red+Green+Blue) = 115+92+18=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #735C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735C12 is #8CA3ED. Grayscale: #5A5A5A. Windows color (decimal): -9217006 or 1203315. OLE color: 1203315.
HSL color Cylindrical-coordinate representation of color #735C12: hue angle of 45.77º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #735C12 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 92 | 18 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.55 |
| HSL | 45.77º | 0.73% | 0.26% | - |
| HSV(B) | 45.77º | 0.84% | 0.45% | - |
| XYZ | 11.01 | 11.34 | 2.18 | - |
| YUV | 90.44 | 87.12 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 18 | 0 | 0.20 | 0.84 | 0.55 | 45.77 | 0.73 | 0.26 |
| Hex | 73 | 5C | 12 | 0 | 14 | 54 | 37 | 2E | 49 | 1A |
| Octal | 163 | 134 | 22 | 0 | 24 | 124 | 67 | 56 | 111 | 32 |
| Binary | 1110011 | 1011100 | 10010 | 0 | 10100 | 1010100 | 110111 | 101110 | 1001001 | 11010 |
Color Harmonies of #735C12
Complementary color
Monochromatic Colors of #735C12
Black with #735C12
Text Example
Text Example
White with #735C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C12; }
p { color: rgb(115,92,18); }
H1.HeaderClassName
{
color: #735C12;
}
.AnyTagClassName
{
color: #735C12;
}
</style>
background-color css
<style>
a { background-color: #735C12; }
a { background-color: rgb(115,92,18); }
div.DivClassName
{
background-color: #735C12;
}
.BgClassName
{
background-color: #735C12;
}
</style>
border-color css
<style>
span { border-color: #735C12; }
span { border-color: rgb(115,92,18); }
td.TdClassName
{
border-color: #735C12;
}
.TagClassName
{
border-color: #735C12;
}
</style>