Shades of Raw Umber #705702
Tints of Raw Umber #705702
RGB
CMYK
RGB Variations
Color information
#705702 (or 0x705702) is known color: Raw Umber. HEX triplet: 70, 57 and 02. RGB value is (112,87,2). Sum of RGB (Red+Green+Blue) = 112+87+2=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #705702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705702 is #8FA8FD. Grayscale: #555555. Windows color (decimal): -9414910 or 153456. OLE color: 153456.
HSL color Cylindrical-coordinate representation of color #705702: hue angle of 46.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #705702 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 87 | 2 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.56 |
| HSL | 46.36º | 0.96% | 0.22% | - |
| HSV(B) | 46.36º | 0.98% | 0.44% | - |
| XYZ | 10.1 | 10.27 | 1.51 | - |
| YUV | 84.79 | 81.28 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 2 | 0 | 0.22 | 0.98 | 0.56 | 46.36 | 0.96 | 0.22 |
| Hex | 70 | 57 | 2 | 0 | 16 | 62 | 38 | 2E | 60 | 16 |
| Octal | 160 | 127 | 2 | 0 | 26 | 142 | 70 | 56 | 140 | 26 |
| Binary | 1110000 | 1010111 | 10 | 0 | 10110 | 1100010 | 111000 | 101110 | 1100000 | 10110 |
Color Harmonies of #705702
Complementary color
Monochromatic Colors of #705702
Black with #705702
Text Example
Text Example
White with #705702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705702; }
p { color: rgb(112,87,2); }
H1.HeaderClassName
{
color: #705702;
}
.AnyTagClassName
{
color: #705702;
}
</style>
background-color css
<style>
a { background-color: #705702; }
a { background-color: rgb(112,87,2); }
div.DivClassName
{
background-color: #705702;
}
.BgClassName
{
background-color: #705702;
}
</style>
border-color css
<style>
span { border-color: #705702; }
span { border-color: rgb(112,87,2); }
td.TdClassName
{
border-color: #705702;
}
.TagClassName
{
border-color: #705702;
}
</style>