Shades of Raw Umber #705C04
Tints of Raw Umber #705C04
RGB
CMYK
RGB Variations
Color information
#705C04 (or 0x705C04) is known color: Raw Umber. HEX triplet: 70, 5C and 04. RGB value is (112,92,4). Sum of RGB (Red+Green+Blue) = 112+92+4=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #705C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705C04 is #8FA3FB. Grayscale: #585858. Windows color (decimal): -9413628 or 285808. OLE color: 285808.
HSL color Cylindrical-coordinate representation of color #705C04: hue angle of 48.89º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #705C04 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 92 | 4 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.56 |
| HSL | 48.89º | 0.93% | 0.23% | - |
| HSV(B) | 48.89º | 0.96% | 0.44% | - |
| XYZ | 10.53 | 11.11 | 1.7 | - |
| YUV | 87.95 | 80.63 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 4 | 0 | 0.18 | 0.96 | 0.56 | 48.89 | 0.93 | 0.23 |
| Hex | 70 | 5C | 4 | 0 | 12 | 60 | 38 | 31 | 5D | 17 |
| Octal | 160 | 134 | 4 | 0 | 22 | 140 | 70 | 61 | 135 | 27 |
| Binary | 1110000 | 1011100 | 100 | 0 | 10010 | 1100000 | 111000 | 110001 | 1011101 | 10111 |
Color Harmonies of #705C04
Complementary color
Monochromatic Colors of #705C04
Black with #705C04
Text Example
Text Example
White with #705C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705C04; }
p { color: rgb(112,92,4); }
H1.HeaderClassName
{
color: #705C04;
}
.AnyTagClassName
{
color: #705C04;
}
</style>
background-color css
<style>
a { background-color: #705C04; }
a { background-color: rgb(112,92,4); }
div.DivClassName
{
background-color: #705C04;
}
.BgClassName
{
background-color: #705C04;
}
</style>
border-color css
<style>
span { border-color: #705C04; }
span { border-color: rgb(112,92,4); }
td.TdClassName
{
border-color: #705C04;
}
.TagClassName
{
border-color: #705C04;
}
</style>