Shades of Raw Umber #705B00
Tints of Raw Umber #705B00
RGB
CMYK
RGB Variations
Color information
#705B00 (or 0x705B00) is known color: Raw Umber. HEX triplet: 70, 5B and 00. RGB value is (112,91,0). Sum of RGB (Red+Green+Blue) = 112+91+0=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #705B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705B00 is #8FA4FF. Grayscale: #575757. Windows color (decimal): -9413888 or 23408. OLE color: 23408.
HSL color Cylindrical-coordinate representation of color #705B00: hue angle of 48.75º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #705B00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 91 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.56 |
| HSL | 48.75º | 1% | 0.22% | - |
| HSV(B) | 48.75º | 1% | 0.44% | - |
| XYZ | 10.42 | 10.93 | 1.56 | - |
| YUV | 86.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 0 | 0 | 0.19 | 1 | 0.56 | 48.75 | 1 | 0.22 |
| Hex | 70 | 5B | 0 | 0 | 13 | 64 | 38 | 31 | 64 | 16 |
| Octal | 160 | 133 | 0 | 0 | 23 | 144 | 70 | 61 | 144 | 26 |
| Binary | 1110000 | 1011011 | 0 | 0 | 10011 | 1100100 | 111000 | 110001 | 1100100 | 10110 |
Color Harmonies of #705B00
Complementary color
Monochromatic Colors of #705B00
Black with #705B00
Text Example
Text Example
White with #705B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705B00; }
p { color: rgb(112,91,0); }
H1.HeaderClassName
{
color: #705B00;
}
.AnyTagClassName
{
color: #705B00;
}
</style>
background-color css
<style>
a { background-color: #705B00; }
a { background-color: rgb(112,91,0); }
div.DivClassName
{
background-color: #705B00;
}
.BgClassName
{
background-color: #705B00;
}
</style>
border-color css
<style>
span { border-color: #705B00; }
span { border-color: rgb(112,91,0); }
td.TdClassName
{
border-color: #705B00;
}
.TagClassName
{
border-color: #705B00;
}
</style>