Shades of Raw Umber #735D0E
Tints of Raw Umber #735D0E
RGB
CMYK
RGB Variations
Color information
#735D0E (or 0x735D0E) is known color: Raw Umber. HEX triplet: 73, 5D and 0E. RGB value is (115,93,14). Sum of RGB (Red+Green+Blue) = 115+93+14=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #735D0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735D0E is #8CA2F1. Grayscale: #5A5A5A. Windows color (decimal): -9216754 or 941427. OLE color: 941427.
HSL color Cylindrical-coordinate representation of color #735D0E: hue angle of 46.93º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #735D0E is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 14 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.55 |
| HSL | 46.93º | 0.78% | 0.25% | - |
| HSV(B) | 46.93º | 0.88% | 0.45% | - |
| XYZ | 11.06 | 11.51 | 2.05 | - |
| YUV | 90.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 14 | 0 | 0.19 | 0.88 | 0.55 | 46.93 | 0.78 | 0.25 |
| Hex | 73 | 5D | E | 0 | 13 | 58 | 37 | 2F | 4E | 19 |
| Octal | 163 | 135 | 16 | 0 | 23 | 130 | 67 | 57 | 116 | 31 |
| Binary | 1110011 | 1011101 | 1110 | 0 | 10011 | 1011000 | 110111 | 101111 | 1001110 | 11001 |
Color Harmonies of #735D0E
Complementary color
Monochromatic Colors of #735D0E
Black with #735D0E
Text Example
Text Example
White with #735D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D0E; }
p { color: rgb(115,93,14); }
H1.HeaderClassName
{
color: #735D0E;
}
.AnyTagClassName
{
color: #735D0E;
}
</style>
background-color css
<style>
a { background-color: #735D0E; }
a { background-color: rgb(115,93,14); }
div.DivClassName
{
background-color: #735D0E;
}
.BgClassName
{
background-color: #735D0E;
}
</style>
border-color css
<style>
span { border-color: #735D0E; }
span { border-color: rgb(115,93,14); }
td.TdClassName
{
border-color: #735D0E;
}
.TagClassName
{
border-color: #735D0E;
}
</style>