Shades of Raw Umber #735808
Tints of Raw Umber #735808
RGB
CMYK
RGB Variations
Color information
#735808 (or 0x735808) is known color: Raw Umber. HEX triplet: 73, 58 and 08. RGB value is (115,88,8). Sum of RGB (Red+Green+Blue) = 115+88+8=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #735808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735808 is #8CA7F7. Grayscale: #575757. Windows color (decimal): -9218040 or 546931. OLE color: 546931.
HSL color Cylindrical-coordinate representation of color #735808: hue angle of 44.86º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #735808 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 88 | 8 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.55 |
| HSL | 44.86º | 0.87% | 0.24% | - |
| HSV(B) | 44.86º | 0.93% | 0.45% | - |
| XYZ | 10.6 | 10.64 | 1.72 | - |
| YUV | 86.95 | 83.45 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 88 | 8 | 0 | 0.23 | 0.93 | 0.55 | 44.86 | 0.87 | 0.24 |
| Hex | 73 | 58 | 8 | 0 | 17 | 5D | 37 | 2D | 57 | 18 |
| Octal | 163 | 130 | 10 | 0 | 27 | 135 | 67 | 55 | 127 | 30 |
| Binary | 1110011 | 1011000 | 1000 | 0 | 10111 | 1011101 | 110111 | 101101 | 1010111 | 11000 |
Color Harmonies of #735808
Complementary color
Monochromatic Colors of #735808
Black with #735808
Text Example
Text Example
White with #735808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735808; }
p { color: rgb(115,88,8); }
H1.HeaderClassName
{
color: #735808;
}
.AnyTagClassName
{
color: #735808;
}
</style>
background-color css
<style>
a { background-color: #735808; }
a { background-color: rgb(115,88,8); }
div.DivClassName
{
background-color: #735808;
}
.BgClassName
{
background-color: #735808;
}
</style>
border-color css
<style>
span { border-color: #735808; }
span { border-color: rgb(115,88,8); }
td.TdClassName
{
border-color: #735808;
}
.TagClassName
{
border-color: #735808;
}
</style>