Shades of Raw Umber #705C00
Tints of Raw Umber #705C00
RGB
CMYK
RGB Variations
Color information
#705C00 (or 0x705C00) is known color: Raw Umber. HEX triplet: 70, 5C and 00. RGB value is (112,92,0). Sum of RGB (Red+Green+Blue) = 112+92+0=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #705C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705C00 is #8FA3FF. Grayscale: #575757. Windows color (decimal): -9413632 or 23664. OLE color: 23664.
HSL color Cylindrical-coordinate representation of color #705C00: hue angle of 49.29º 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 #705C00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 92 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.56 |
| HSL | 49.29º | 1% | 0.22% | - |
| HSV(B) | 49.29º | 1% | 0.44% | - |
| XYZ | 10.51 | 11.1 | 1.59 | - |
| YUV | 87.49 | 78.63 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 0 | 0 | 0.18 | 1 | 0.56 | 49.29 | 1 | 0.22 |
| Hex | 70 | 5C | 0 | 0 | 12 | 64 | 38 | 31 | 64 | 16 |
| Octal | 160 | 134 | 0 | 0 | 22 | 144 | 70 | 61 | 144 | 26 |
| Binary | 1110000 | 1011100 | 0 | 0 | 10010 | 1100100 | 111000 | 110001 | 1100100 | 10110 |
Color Harmonies of #705C00
Complementary color
Monochromatic Colors of #705C00
Black with #705C00
Text Example
Text Example
White with #705C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705C00; }
p { color: rgb(112,92,0); }
H1.HeaderClassName
{
color: #705C00;
}
.AnyTagClassName
{
color: #705C00;
}
</style>
background-color css
<style>
a { background-color: #705C00; }
a { background-color: rgb(112,92,0); }
div.DivClassName
{
background-color: #705C00;
}
.BgClassName
{
background-color: #705C00;
}
</style>
border-color css
<style>
span { border-color: #705C00; }
span { border-color: rgb(112,92,0); }
td.TdClassName
{
border-color: #705C00;
}
.TagClassName
{
border-color: #705C00;
}
</style>