Shades of Raw Umber #703A01
Tints of Raw Umber #703A01
RGB
CMYK
RGB Variations
Color information
#703A01 (or 0x703A01) is known color: Raw Umber. HEX triplet: 70, 3A and 01. RGB value is (112,58,1). Sum of RGB (Red+Green+Blue) = 112+58+1=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #703A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703A01 is #8FC5FE. Grayscale: #434343. Windows color (decimal): -9422335 or 80496. OLE color: 80496.
HSL color Cylindrical-coordinate representation of color #703A01: hue angle of 30.81º 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 #703A01 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 58 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.56 |
| HSL | 30.81º | 0.98% | 0.22% | - |
| HSV(B) | 30.81º | 0.99% | 0.44% | - |
| XYZ | 8.2 | 6.47 | 0.85 | - |
| YUV | 67.65 | 90.39 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 58 | 1 | 0 | 0.48 | 0.99 | 0.56 | 30.81 | 0.98 | 0.22 |
| Hex | 70 | 3A | 1 | 0 | 30 | 63 | 38 | 1F | 62 | 16 |
| Octal | 160 | 72 | 1 | 0 | 60 | 143 | 70 | 37 | 142 | 26 |
| Binary | 1110000 | 111010 | 1 | 0 | 110000 | 1100011 | 111000 | 11111 | 1100010 | 10110 |
Color Harmonies of #703A01
Complementary color
Monochromatic Colors of #703A01
Black with #703A01
Text Example
Text Example
White with #703A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703A01; }
p { color: rgb(112,58,1); }
H1.HeaderClassName
{
color: #703A01;
}
.AnyTagClassName
{
color: #703A01;
}
</style>
background-color css
<style>
a { background-color: #703A01; }
a { background-color: rgb(112,58,1); }
div.DivClassName
{
background-color: #703A01;
}
.BgClassName
{
background-color: #703A01;
}
</style>
border-color css
<style>
span { border-color: #703A01; }
span { border-color: rgb(112,58,1); }
td.TdClassName
{
border-color: #703A01;
}
.TagClassName
{
border-color: #703A01;
}
</style>