Shades of Raw Umber #703402
Tints of Raw Umber #703402
RGB
CMYK
RGB Variations
Color information
#703402 (or 0x703402) is known color: Raw Umber. HEX triplet: 70, 34 and 02. RGB value is (112,52,2). Sum of RGB (Red+Green+Blue) = 112+52+2=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #703402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703402 is #8FCBFD. Grayscale: #404040. Windows color (decimal): -9423870 or 144496. OLE color: 144496.
HSL color Cylindrical-coordinate representation of color #703402: hue angle of 27.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 #703402 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 52 | 2 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.56 |
| HSL | 27.27º | 0.96% | 0.22% | - |
| HSV(B) | 27.27º | 0.98% | 0.44% | - |
| XYZ | 7.92 | 5.91 | 0.78 | - |
| YUV | 64.24 | 92.88 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 52 | 2 | 0 | 0.54 | 0.98 | 0.56 | 27.27 | 0.96 | 0.22 |
| Hex | 70 | 34 | 2 | 0 | 36 | 62 | 38 | 1B | 60 | 16 |
| Octal | 160 | 64 | 2 | 0 | 66 | 142 | 70 | 33 | 140 | 26 |
| Binary | 1110000 | 110100 | 10 | 0 | 110110 | 1100010 | 111000 | 11011 | 1100000 | 10110 |
Color Harmonies of #703402
Complementary color
Monochromatic Colors of #703402
Black with #703402
Text Example
Text Example
White with #703402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703402; }
p { color: rgb(112,52,2); }
H1.HeaderClassName
{
color: #703402;
}
.AnyTagClassName
{
color: #703402;
}
</style>
background-color css
<style>
a { background-color: #703402; }
a { background-color: rgb(112,52,2); }
div.DivClassName
{
background-color: #703402;
}
.BgClassName
{
background-color: #703402;
}
</style>
border-color css
<style>
span { border-color: #703402; }
span { border-color: rgb(112,52,2); }
td.TdClassName
{
border-color: #703402;
}
.TagClassName
{
border-color: #703402;
}
</style>