Shades of Raw Umber #735508
Tints of Raw Umber #735508
RGB
CMYK
RGB Variations
Color information
#735508 (or 0x735508) is known color: Raw Umber. HEX triplet: 73, 55 and 08. RGB value is (115,85,8). Sum of RGB (Red+Green+Blue) = 115+85+8=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #735508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735508 is #8CAAF7. Grayscale: #555555. Windows color (decimal): -9218808 or 546163. OLE color: 546163.
HSL color Cylindrical-coordinate representation of color #735508: hue angle of 43.18º 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 #735508 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 85 | 8 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.55 |
| HSL | 43.18º | 0.87% | 0.24% | - |
| HSV(B) | 43.18º | 0.93% | 0.45% | - |
| XYZ | 10.36 | 10.16 | 1.64 | - |
| YUV | 85.19 | 84.44 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 8 | 0 | 0.26 | 0.93 | 0.55 | 43.18 | 0.87 | 0.24 |
| Hex | 73 | 55 | 8 | 0 | 1A | 5D | 37 | 2B | 57 | 18 |
| Octal | 163 | 125 | 10 | 0 | 32 | 135 | 67 | 53 | 127 | 30 |
| Binary | 1110011 | 1010101 | 1000 | 0 | 11010 | 1011101 | 110111 | 101011 | 1010111 | 11000 |
Color Harmonies of #735508
Complementary color
Monochromatic Colors of #735508
Black with #735508
Text Example
Text Example
White with #735508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735508; }
p { color: rgb(115,85,8); }
H1.HeaderClassName
{
color: #735508;
}
.AnyTagClassName
{
color: #735508;
}
</style>
background-color css
<style>
a { background-color: #735508; }
a { background-color: rgb(115,85,8); }
div.DivClassName
{
background-color: #735508;
}
.BgClassName
{
background-color: #735508;
}
</style>
border-color css
<style>
span { border-color: #735508; }
span { border-color: rgb(115,85,8); }
td.TdClassName
{
border-color: #735508;
}
.TagClassName
{
border-color: #735508;
}
</style>