Shades of Raw Umber #735605
Tints of Raw Umber #735605
RGB
CMYK
RGB Variations
Color information
#735605 (or 0x735605) is known color: Raw Umber. HEX triplet: 73, 56 and 05. RGB value is (115,86,5). Sum of RGB (Red+Green+Blue) = 115+86+5=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #735605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735605 is #8CA9FA. Grayscale: #555555. Windows color (decimal): -9218555 or 349811. OLE color: 349811.
HSL color Cylindrical-coordinate representation of color #735605: hue angle of 44.18º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #735605 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 86 | 5 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.55 |
| HSL | 44.18º | 0.92% | 0.24% | - |
| HSV(B) | 44.18º | 0.96% | 0.45% | - |
| XYZ | 10.43 | 10.31 | 1.58 | - |
| YUV | 85.44 | 82.61 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 86 | 5 | 0 | 0.25 | 0.96 | 0.55 | 44.18 | 0.92 | 0.24 |
| Hex | 73 | 56 | 5 | 0 | 19 | 60 | 37 | 2C | 5C | 18 |
| Octal | 163 | 126 | 5 | 0 | 31 | 140 | 67 | 54 | 134 | 30 |
| Binary | 1110011 | 1010110 | 101 | 0 | 11001 | 1100000 | 110111 | 101100 | 1011100 | 11000 |
Color Harmonies of #735605
Complementary color
Monochromatic Colors of #735605
Black with #735605
Text Example
Text Example
White with #735605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735605; }
p { color: rgb(115,86,5); }
H1.HeaderClassName
{
color: #735605;
}
.AnyTagClassName
{
color: #735605;
}
</style>
background-color css
<style>
a { background-color: #735605; }
a { background-color: rgb(115,86,5); }
div.DivClassName
{
background-color: #735605;
}
.BgClassName
{
background-color: #735605;
}
</style>
border-color css
<style>
span { border-color: #735605; }
span { border-color: rgb(115,86,5); }
td.TdClassName
{
border-color: #735605;
}
.TagClassName
{
border-color: #735605;
}
</style>