Shades of Raw Umber #704102
Tints of Raw Umber #704102
RGB
CMYK
RGB Variations
Color information
#704102 (or 0x704102) is known color: Raw Umber. HEX triplet: 70, 41 and 02. RGB value is (112,65,2). Sum of RGB (Red+Green+Blue) = 112+65+2=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #704102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704102 is #8FBEFD. Grayscale: #484848. Windows color (decimal): -9420542 or 147824. OLE color: 147824.
HSL color Cylindrical-coordinate representation of color #704102: hue angle of 34.36º 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 #704102 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 65 | 2 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.56 |
| HSL | 34.36º | 0.96% | 0.22% | - |
| HSV(B) | 34.36º | 0.98% | 0.44% | - |
| XYZ | 8.58 | 7.23 | 1 | - |
| YUV | 71.87 | 88.57 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 2 | 0 | 0.42 | 0.98 | 0.56 | 34.36 | 0.96 | 0.22 |
| Hex | 70 | 41 | 2 | 0 | 2A | 62 | 38 | 22 | 60 | 16 |
| Octal | 160 | 101 | 2 | 0 | 52 | 142 | 70 | 42 | 140 | 26 |
| Binary | 1110000 | 1000001 | 10 | 0 | 101010 | 1100010 | 111000 | 100010 | 1100000 | 10110 |
Color Harmonies of #704102
Complementary color
Monochromatic Colors of #704102
Black with #704102
Text Example
Text Example
White with #704102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704102; }
p { color: rgb(112,65,2); }
H1.HeaderClassName
{
color: #704102;
}
.AnyTagClassName
{
color: #704102;
}
</style>
background-color css
<style>
a { background-color: #704102; }
a { background-color: rgb(112,65,2); }
div.DivClassName
{
background-color: #704102;
}
.BgClassName
{
background-color: #704102;
}
</style>
border-color css
<style>
span { border-color: #704102; }
span { border-color: rgb(112,65,2); }
td.TdClassName
{
border-color: #704102;
}
.TagClassName
{
border-color: #704102;
}
</style>