Shades of Raw Umber #734D0D
Tints of Raw Umber #734D0D
RGB
CMYK
RGB Variations
Color information
#734D0D (or 0x734D0D) is known color: Raw Umber. HEX triplet: 73, 4D and 0D. RGB value is (115,77,13). Sum of RGB (Red+Green+Blue) = 115+77+13=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #734D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #734D0D is #8CB2F2. Grayscale: #515151. Windows color (decimal): -9220851 or 871795. OLE color: 871795.
HSL color Cylindrical-coordinate representation of color #734D0D: hue angle of 37.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 #734D0D is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 77 | 13 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.55 |
| HSL | 37.65º | 0.8% | 0.25% | - |
| HSV(B) | 37.65º | 0.89% | 0.45% | - |
| XYZ | 9.8 | 8.98 | 1.6 | - |
| YUV | 81.07 | 89.59 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 13 | 0 | 0.33 | 0.89 | 0.55 | 37.65 | 0.8 | 0.25 |
| Hex | 73 | 4D | D | 0 | 21 | 59 | 37 | 26 | 50 | 19 |
| Octal | 163 | 115 | 15 | 0 | 41 | 131 | 67 | 46 | 120 | 31 |
| Binary | 1110011 | 1001101 | 1101 | 0 | 100001 | 1011001 | 110111 | 100110 | 1010000 | 11001 |
Color Harmonies of #734D0D
Complementary color
Monochromatic Colors of #734D0D
Black with #734D0D
Text Example
Text Example
White with #734D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734D0D; }
p { color: rgb(115,77,13); }
H1.HeaderClassName
{
color: #734D0D;
}
.AnyTagClassName
{
color: #734D0D;
}
</style>
background-color css
<style>
a { background-color: #734D0D; }
a { background-color: rgb(115,77,13); }
div.DivClassName
{
background-color: #734D0D;
}
.BgClassName
{
background-color: #734D0D;
}
</style>
border-color css
<style>
span { border-color: #734D0D; }
span { border-color: rgb(115,77,13); }
td.TdClassName
{
border-color: #734D0D;
}
.TagClassName
{
border-color: #734D0D;
}
</style>