Shades of Raw Umber #703802
Tints of Raw Umber #703802
RGB
CMYK
RGB Variations
Color information
#703802 (or 0x703802) is known color: Raw Umber. HEX triplet: 70, 38 and 02. RGB value is (112,56,2). Sum of RGB (Red+Green+Blue) = 112+56+2=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #703802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703802 is #8FC7FD. Grayscale: #424242. Windows color (decimal): -9422846 or 145520. OLE color: 145520.
HSL color Cylindrical-coordinate representation of color #703802: hue angle of 29.45º 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 #703802 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 56 | 2 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.56 |
| HSL | 29.45º | 0.96% | 0.22% | - |
| HSV(B) | 29.45º | 0.98% | 0.44% | - |
| XYZ | 8.11 | 6.28 | 0.84 | - |
| YUV | 66.59 | 91.55 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 56 | 2 | 0 | 0.50 | 0.98 | 0.56 | 29.45 | 0.96 | 0.22 |
| Hex | 70 | 38 | 2 | 0 | 32 | 62 | 38 | 1D | 60 | 16 |
| Octal | 160 | 70 | 2 | 0 | 62 | 142 | 70 | 35 | 140 | 26 |
| Binary | 1110000 | 111000 | 10 | 0 | 110010 | 1100010 | 111000 | 11101 | 1100000 | 10110 |
Color Harmonies of #703802
Complementary color
Monochromatic Colors of #703802
Black with #703802
Text Example
Text Example
White with #703802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703802; }
p { color: rgb(112,56,2); }
H1.HeaderClassName
{
color: #703802;
}
.AnyTagClassName
{
color: #703802;
}
</style>
background-color css
<style>
a { background-color: #703802; }
a { background-color: rgb(112,56,2); }
div.DivClassName
{
background-color: #703802;
}
.BgClassName
{
background-color: #703802;
}
</style>
border-color css
<style>
span { border-color: #703802; }
span { border-color: rgb(112,56,2); }
td.TdClassName
{
border-color: #703802;
}
.TagClassName
{
border-color: #703802;
}
</style>