Shades of Raw Umber #703501
Tints of Raw Umber #703501
RGB
CMYK
RGB Variations
Color information
#703501 (or 0x703501) is known color: Raw Umber. HEX triplet: 70, 35 and 01. RGB value is (112,53,1). Sum of RGB (Red+Green+Blue) = 112+53+1=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #703501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703501 is #8FCAFE. Grayscale: #404040. Windows color (decimal): -9423615 or 79216. OLE color: 79216.
HSL color Cylindrical-coordinate representation of color #703501: hue angle of 28.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #703501 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 53 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.56 |
| HSL | 28.11º | 0.98% | 0.22% | - |
| HSV(B) | 28.11º | 0.99% | 0.44% | - |
| XYZ | 7.96 | 5.99 | 0.77 | - |
| YUV | 64.71 | 92.05 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 1 | 0 | 0.53 | 0.99 | 0.56 | 28.11 | 0.98 | 0.22 |
| Hex | 70 | 35 | 1 | 0 | 35 | 63 | 38 | 1C | 62 | 16 |
| Octal | 160 | 65 | 1 | 0 | 65 | 143 | 70 | 34 | 142 | 26 |
| Binary | 1110000 | 110101 | 1 | 0 | 110101 | 1100011 | 111000 | 11100 | 1100010 | 10110 |
Color Harmonies of #703501
Complementary color
Monochromatic Colors of #703501
Black with #703501
Text Example
Text Example
White with #703501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703501; }
p { color: rgb(112,53,1); }
H1.HeaderClassName
{
color: #703501;
}
.AnyTagClassName
{
color: #703501;
}
</style>
background-color css
<style>
a { background-color: #703501; }
a { background-color: rgb(112,53,1); }
div.DivClassName
{
background-color: #703501;
}
.BgClassName
{
background-color: #703501;
}
</style>
border-color css
<style>
span { border-color: #703501; }
span { border-color: rgb(112,53,1); }
td.TdClassName
{
border-color: #703501;
}
.TagClassName
{
border-color: #703501;
}
</style>