Shades of Raw Umber #703603
Tints of Raw Umber #703603
RGB
CMYK
RGB Variations
Color information
#703603 (or 0x703603) is known color: Raw Umber. HEX triplet: 70, 36 and 03. RGB value is (112,54,3). Sum of RGB (Red+Green+Blue) = 112+54+3=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #703603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703603 is #8FC9FC. Grayscale: #414141. Windows color (decimal): -9423357 or 210544. OLE color: 210544.
HSL color Cylindrical-coordinate representation of color #703603: hue angle of 28.07º 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 #703603 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 54 | 3 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.56 |
| HSL | 28.07º | 0.95% | 0.23% | - |
| HSV(B) | 28.07º | 0.97% | 0.44% | - |
| XYZ | 8.02 | 6.09 | 0.84 | - |
| YUV | 65.53 | 92.72 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 3 | 0 | 0.52 | 0.97 | 0.56 | 28.07 | 0.95 | 0.23 |
| Hex | 70 | 36 | 3 | 0 | 34 | 61 | 38 | 1C | 5F | 17 |
| Octal | 160 | 66 | 3 | 0 | 64 | 141 | 70 | 34 | 137 | 27 |
| Binary | 1110000 | 110110 | 11 | 0 | 110100 | 1100001 | 111000 | 11100 | 1011111 | 10111 |
Color Harmonies of #703603
Complementary color
Monochromatic Colors of #703603
Black with #703603
Text Example
Text Example
White with #703603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703603; }
p { color: rgb(112,54,3); }
H1.HeaderClassName
{
color: #703603;
}
.AnyTagClassName
{
color: #703603;
}
</style>
background-color css
<style>
a { background-color: #703603; }
a { background-color: rgb(112,54,3); }
div.DivClassName
{
background-color: #703603;
}
.BgClassName
{
background-color: #703603;
}
</style>
border-color css
<style>
span { border-color: #703603; }
span { border-color: rgb(112,54,3); }
td.TdClassName
{
border-color: #703603;
}
.TagClassName
{
border-color: #703603;
}
</style>