Shades of Raw Umber #703D00
Tints of Raw Umber #703D00
RGB
CMYK
RGB Variations
Color information
#703D00 (or 0x703D00) is known color: Raw Umber. HEX triplet: 70, 3D and 00. RGB value is (112,61,0). Sum of RGB (Red+Green+Blue) = 112+61+0=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #703D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703D00 is #8FC2FF. Grayscale: #454545. Windows color (decimal): -9421568 or 15728. OLE color: 15728.
HSL color Cylindrical-coordinate representation of color #703D00: hue angle of 32.68º 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 #703D00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 61 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.56 |
| HSL | 32.68º | 1% | 0.22% | - |
| HSV(B) | 32.68º | 1% | 0.44% | - |
| XYZ | 8.35 | 6.78 | 0.87 | - |
| YUV | 69.3 | 88.9 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 0 | 0 | 0.46 | 1 | 0.56 | 32.68 | 1 | 0.22 |
| Hex | 70 | 3D | 0 | 0 | 2E | 64 | 38 | 21 | 64 | 16 |
| Octal | 160 | 75 | 0 | 0 | 56 | 144 | 70 | 41 | 144 | 26 |
| Binary | 1110000 | 111101 | 0 | 0 | 101110 | 1100100 | 111000 | 100001 | 1100100 | 10110 |
Color Harmonies of #703D00
Complementary color
Monochromatic Colors of #703D00
Black with #703D00
Text Example
Text Example
White with #703D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703D00; }
p { color: rgb(112,61,0); }
H1.HeaderClassName
{
color: #703D00;
}
.AnyTagClassName
{
color: #703D00;
}
</style>
background-color css
<style>
a { background-color: #703D00; }
a { background-color: rgb(112,61,0); }
div.DivClassName
{
background-color: #703D00;
}
.BgClassName
{
background-color: #703D00;
}
</style>
border-color css
<style>
span { border-color: #703D00; }
span { border-color: rgb(112,61,0); }
td.TdClassName
{
border-color: #703D00;
}
.TagClassName
{
border-color: #703D00;
}
</style>