Shades of Raw Umber #703F02
Tints of Raw Umber #703F02
RGB
CMYK
RGB Variations
Color information
#703F02 (or 0x703F02) is known color: Raw Umber. HEX triplet: 70, 3F and 02. RGB value is (112,63,2). Sum of RGB (Red+Green+Blue) = 112+63+2=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #703F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703F02 is #8FC0FD. Grayscale: #464646. Windows color (decimal): -9421054 or 147312. OLE color: 147312.
HSL color Cylindrical-coordinate representation of color #703F02: hue angle of 33.27º 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 #703F02 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 63 | 2 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.56 |
| HSL | 33.27º | 0.96% | 0.22% | - |
| HSV(B) | 33.27º | 0.98% | 0.44% | - |
| XYZ | 8.47 | 7 | 0.96 | - |
| YUV | 70.7 | 89.23 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 2 | 0 | 0.44 | 0.98 | 0.56 | 33.27 | 0.96 | 0.22 |
| Hex | 70 | 3F | 2 | 0 | 2C | 62 | 38 | 21 | 60 | 16 |
| Octal | 160 | 77 | 2 | 0 | 54 | 142 | 70 | 41 | 140 | 26 |
| Binary | 1110000 | 111111 | 10 | 0 | 101100 | 1100010 | 111000 | 100001 | 1100000 | 10110 |
Color Harmonies of #703F02
Complementary color
Monochromatic Colors of #703F02
Black with #703F02
Text Example
Text Example
White with #703F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F02; }
p { color: rgb(112,63,2); }
H1.HeaderClassName
{
color: #703F02;
}
.AnyTagClassName
{
color: #703F02;
}
</style>
background-color css
<style>
a { background-color: #703F02; }
a { background-color: rgb(112,63,2); }
div.DivClassName
{
background-color: #703F02;
}
.BgClassName
{
background-color: #703F02;
}
</style>
border-color css
<style>
span { border-color: #703F02; }
span { border-color: rgb(112,63,2); }
td.TdClassName
{
border-color: #703F02;
}
.TagClassName
{
border-color: #703F02;
}
</style>