Shades of Raw Umber #735E0D
Tints of Raw Umber #735E0D
RGB
CMYK
RGB Variations
Color information
#735E0D (or 0x735E0D) is known color: Raw Umber. HEX triplet: 73, 5E and 0D. RGB value is (115,94,13). Sum of RGB (Red+Green+Blue) = 115+94+13=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #735E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735E0D is #8CA1F2. Grayscale: #5B5B5B. Windows color (decimal): -9216499 or 876147. OLE color: 876147.
HSL color Cylindrical-coordinate representation of color #735E0D: hue angle of 47.65º 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 #735E0D is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 94 | 13 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.55 |
| HSL | 47.65º | 0.8% | 0.25% | - |
| HSV(B) | 47.65º | 0.89% | 0.45% | - |
| XYZ | 11.15 | 11.68 | 2.05 | - |
| YUV | 91.05 | 83.96 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 94 | 13 | 0 | 0.18 | 0.89 | 0.55 | 47.65 | 0.8 | 0.25 |
| Hex | 73 | 5E | D | 0 | 12 | 59 | 37 | 30 | 50 | 19 |
| Octal | 163 | 136 | 15 | 0 | 22 | 131 | 67 | 60 | 120 | 31 |
| Binary | 1110011 | 1011110 | 1101 | 0 | 10010 | 1011001 | 110111 | 110000 | 1010000 | 11001 |
Color Harmonies of #735E0D
Complementary color
Monochromatic Colors of #735E0D
Black with #735E0D
Text Example
Text Example
White with #735E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735E0D; }
p { color: rgb(115,94,13); }
H1.HeaderClassName
{
color: #735E0D;
}
.AnyTagClassName
{
color: #735E0D;
}
</style>
background-color css
<style>
a { background-color: #735E0D; }
a { background-color: rgb(115,94,13); }
div.DivClassName
{
background-color: #735E0D;
}
.BgClassName
{
background-color: #735E0D;
}
</style>
border-color css
<style>
span { border-color: #735E0D; }
span { border-color: rgb(115,94,13); }
td.TdClassName
{
border-color: #735E0D;
}
.TagClassName
{
border-color: #735E0D;
}
</style>