Shades of Raw Umber #705802
Tints of Raw Umber #705802
RGB
CMYK
RGB Variations
Color information
#705802 (or 0x705802) is known color: Raw Umber. HEX triplet: 70, 58 and 02. RGB value is (112,88,2). Sum of RGB (Red+Green+Blue) = 112+88+2=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #705802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705802 is #8FA7FD. Grayscale: #555555. Windows color (decimal): -9414654 or 153712. OLE color: 153712.
HSL color Cylindrical-coordinate representation of color #705802: hue angle of 46.91º 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 #705802 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 88 | 2 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.56 |
| HSL | 46.91º | 0.96% | 0.22% | - |
| HSV(B) | 46.91º | 0.98% | 0.44% | - |
| XYZ | 10.18 | 10.43 | 1.53 | - |
| YUV | 85.37 | 80.95 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 2 | 0 | 0.21 | 0.98 | 0.56 | 46.91 | 0.96 | 0.22 |
| Hex | 70 | 58 | 2 | 0 | 15 | 62 | 38 | 2F | 60 | 16 |
| Octal | 160 | 130 | 2 | 0 | 25 | 142 | 70 | 57 | 140 | 26 |
| Binary | 1110000 | 1011000 | 10 | 0 | 10101 | 1100010 | 111000 | 101111 | 1100000 | 10110 |
Color Harmonies of #705802
Complementary color
Monochromatic Colors of #705802
Black with #705802
Text Example
Text Example
White with #705802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705802; }
p { color: rgb(112,88,2); }
H1.HeaderClassName
{
color: #705802;
}
.AnyTagClassName
{
color: #705802;
}
</style>
background-color css
<style>
a { background-color: #705802; }
a { background-color: rgb(112,88,2); }
div.DivClassName
{
background-color: #705802;
}
.BgClassName
{
background-color: #705802;
}
</style>
border-color css
<style>
span { border-color: #705802; }
span { border-color: rgb(112,88,2); }
td.TdClassName
{
border-color: #705802;
}
.TagClassName
{
border-color: #705802;
}
</style>