Shades of Raw Umber #735C0D
Tints of Raw Umber #735C0D
RGB
CMYK
RGB Variations
Color information
#735C0D (or 0x735C0D) is known color: Raw Umber. HEX triplet: 73, 5C and 0D. RGB value is (115,92,13). Sum of RGB (Red+Green+Blue) = 115+92+13=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #735C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735C0D is #8CA3F2. Grayscale: #5A5A5A. Windows color (decimal): -9217011 or 875635. OLE color: 875635.
HSL color Cylindrical-coordinate representation of color #735C0D: hue angle of 46.47º 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 #735C0D is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 92 | 13 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.55 |
| HSL | 46.47º | 0.8% | 0.25% | - |
| HSV(B) | 46.47º | 0.89% | 0.45% | - |
| XYZ | 10.97 | 11.33 | 1.99 | - |
| YUV | 89.87 | 84.62 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 13 | 0 | 0.20 | 0.89 | 0.55 | 46.47 | 0.8 | 0.25 |
| Hex | 73 | 5C | D | 0 | 14 | 59 | 37 | 2E | 50 | 19 |
| Octal | 163 | 134 | 15 | 0 | 24 | 131 | 67 | 56 | 120 | 31 |
| Binary | 1110011 | 1011100 | 1101 | 0 | 10100 | 1011001 | 110111 | 101110 | 1010000 | 11001 |
Color Harmonies of #735C0D
Complementary color
Monochromatic Colors of #735C0D
Black with #735C0D
Text Example
Text Example
White with #735C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C0D; }
p { color: rgb(115,92,13); }
H1.HeaderClassName
{
color: #735C0D;
}
.AnyTagClassName
{
color: #735C0D;
}
</style>
background-color css
<style>
a { background-color: #735C0D; }
a { background-color: rgb(115,92,13); }
div.DivClassName
{
background-color: #735C0D;
}
.BgClassName
{
background-color: #735C0D;
}
</style>
border-color css
<style>
span { border-color: #735C0D; }
span { border-color: rgb(115,92,13); }
td.TdClassName
{
border-color: #735C0D;
}
.TagClassName
{
border-color: #735C0D;
}
</style>