Shades of Raw Umber #703A03
Tints of Raw Umber #703A03
RGB
CMYK
RGB Variations
Color information
#703A03 (or 0x703A03) is known color: Raw Umber. HEX triplet: 70, 3A and 03. RGB value is (112,58,3). Sum of RGB (Red+Green+Blue) = 112+58+3=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #703A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703A03 is #8FC5FC. Grayscale: #444444. Windows color (decimal): -9422333 or 211568. OLE color: 211568.
HSL color Cylindrical-coordinate representation of color #703A03: hue angle of 30.28º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #703A03 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 58 | 3 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.56 |
| HSL | 30.28º | 0.95% | 0.23% | - |
| HSV(B) | 30.28º | 0.97% | 0.44% | - |
| XYZ | 8.21 | 6.48 | 0.9 | - |
| YUV | 67.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 58 | 3 | 0 | 0.48 | 0.97 | 0.56 | 30.28 | 0.95 | 0.23 |
| Hex | 70 | 3A | 3 | 0 | 30 | 61 | 38 | 1E | 5F | 17 |
| Octal | 160 | 72 | 3 | 0 | 60 | 141 | 70 | 36 | 137 | 27 |
| Binary | 1110000 | 111010 | 11 | 0 | 110000 | 1100001 | 111000 | 11110 | 1011111 | 10111 |
Color Harmonies of #703A03
Complementary color
Monochromatic Colors of #703A03
Black with #703A03
Text Example
Text Example
White with #703A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703A03; }
p { color: rgb(112,58,3); }
H1.HeaderClassName
{
color: #703A03;
}
.AnyTagClassName
{
color: #703A03;
}
</style>
background-color css
<style>
a { background-color: #703A03; }
a { background-color: rgb(112,58,3); }
div.DivClassName
{
background-color: #703A03;
}
.BgClassName
{
background-color: #703A03;
}
</style>
border-color css
<style>
span { border-color: #703A03; }
span { border-color: rgb(112,58,3); }
td.TdClassName
{
border-color: #703A03;
}
.TagClassName
{
border-color: #703A03;
}
</style>