Shades of Raw Umber #735A08
Tints of Raw Umber #735A08
RGB
CMYK
RGB Variations
Color information
#735A08 (or 0x735A08) is known color: Raw Umber. HEX triplet: 73, 5A and 08. RGB value is (115,90,8). Sum of RGB (Red+Green+Blue) = 115+90+8=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #735A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735A08 is #8CA5F7. Grayscale: #585858. Windows color (decimal): -9217528 or 547443. OLE color: 547443.
HSL color Cylindrical-coordinate representation of color #735A08: hue angle of 45.98º 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 #735A08 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 90 | 8 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.55 |
| HSL | 45.98º | 0.87% | 0.24% | - |
| HSV(B) | 45.98º | 0.93% | 0.45% | - |
| XYZ | 10.77 | 10.97 | 1.78 | - |
| YUV | 88.13 | 82.78 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 8 | 0 | 0.22 | 0.93 | 0.55 | 45.98 | 0.87 | 0.24 |
| Hex | 73 | 5A | 8 | 0 | 16 | 5D | 37 | 2E | 57 | 18 |
| Octal | 163 | 132 | 10 | 0 | 26 | 135 | 67 | 56 | 127 | 30 |
| Binary | 1110011 | 1011010 | 1000 | 0 | 10110 | 1011101 | 110111 | 101110 | 1010111 | 11000 |
Color Harmonies of #735A08
Complementary color
Monochromatic Colors of #735A08
Black with #735A08
Text Example
Text Example
White with #735A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735A08; }
p { color: rgb(115,90,8); }
H1.HeaderClassName
{
color: #735A08;
}
.AnyTagClassName
{
color: #735A08;
}
</style>
background-color css
<style>
a { background-color: #735A08; }
a { background-color: rgb(115,90,8); }
div.DivClassName
{
background-color: #735A08;
}
.BgClassName
{
background-color: #735A08;
}
</style>
border-color css
<style>
span { border-color: #735A08; }
span { border-color: rgb(115,90,8); }
td.TdClassName
{
border-color: #735A08;
}
.TagClassName
{
border-color: #735A08;
}
</style>