Shades of Raw Umber #705701
Tints of Raw Umber #705701
RGB
CMYK
RGB Variations
Color information
#705701 (or 0x705701) is known color: Raw Umber. HEX triplet: 70, 57 and 01. RGB value is (112,87,1). Sum of RGB (Red+Green+Blue) = 112+87+1=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #705701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705701 is #8FA8FE. Grayscale: #555555. Windows color (decimal): -9414911 or 87920. OLE color: 87920.
HSL color Cylindrical-coordinate representation of color #705701: hue angle of 46.49º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #705701 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 87 | 1 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.56 |
| HSL | 46.49º | 0.98% | 0.22% | - |
| HSV(B) | 46.49º | 0.99% | 0.44% | - |
| XYZ | 10.1 | 10.26 | 1.48 | - |
| YUV | 84.67 | 80.78 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 1 | 0 | 0.22 | 0.99 | 0.56 | 46.49 | 0.98 | 0.22 |
| Hex | 70 | 57 | 1 | 0 | 16 | 63 | 38 | 2E | 62 | 16 |
| Octal | 160 | 127 | 1 | 0 | 26 | 143 | 70 | 56 | 142 | 26 |
| Binary | 1110000 | 1010111 | 1 | 0 | 10110 | 1100011 | 111000 | 101110 | 1100010 | 10110 |
Color Harmonies of #705701
Complementary color
Monochromatic Colors of #705701
Black with #705701
Text Example
Text Example
White with #705701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705701; }
p { color: rgb(112,87,1); }
H1.HeaderClassName
{
color: #705701;
}
.AnyTagClassName
{
color: #705701;
}
</style>
background-color css
<style>
a { background-color: #705701; }
a { background-color: rgb(112,87,1); }
div.DivClassName
{
background-color: #705701;
}
.BgClassName
{
background-color: #705701;
}
</style>
border-color css
<style>
span { border-color: #705701; }
span { border-color: rgb(112,87,1); }
td.TdClassName
{
border-color: #705701;
}
.TagClassName
{
border-color: #705701;
}
</style>