Shades of Raw Umber #704A15
Tints of Raw Umber #704A15
RGB
CMYK
RGB Variations
Color information
#704A15 (or 0x704A15) is known color: Raw Umber. HEX triplet: 70, 4A and 15. RGB value is (112,74,21). Sum of RGB (Red+Green+Blue) = 112+74+21=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #704A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704A15 is #8FB5EA. Grayscale: #4F4F4F. Windows color (decimal): -9418219 or 1395312. OLE color: 1395312.
HSL color Cylindrical-coordinate representation of color #704A15: hue angle of 34.95º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #704A15 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 74 | 21 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.56 |
| HSL | 34.95º | 0.68% | 0.26% | - |
| HSV(B) | 34.95º | 0.81% | 0.44% | - |
| XYZ | 9.27 | 8.4 | 1.84 | - |
| YUV | 79.32 | 95.09 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 21 | 0 | 0.34 | 0.81 | 0.56 | 34.95 | 0.68 | 0.26 |
| Hex | 70 | 4A | 15 | 0 | 22 | 51 | 38 | 23 | 44 | 1A |
| Octal | 160 | 112 | 25 | 0 | 42 | 121 | 70 | 43 | 104 | 32 |
| Binary | 1110000 | 1001010 | 10101 | 0 | 100010 | 1010001 | 111000 | 100011 | 1000100 | 11010 |
Color Harmonies of #704A15
Complementary color
Monochromatic Colors of #704A15
Black with #704A15
Text Example
Text Example
White with #704A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704A15; }
p { color: rgb(112,74,21); }
H1.HeaderClassName
{
color: #704A15;
}
.AnyTagClassName
{
color: #704A15;
}
</style>
background-color css
<style>
a { background-color: #704A15; }
a { background-color: rgb(112,74,21); }
div.DivClassName
{
background-color: #704A15;
}
.BgClassName
{
background-color: #704A15;
}
</style>
border-color css
<style>
span { border-color: #704A15; }
span { border-color: rgb(112,74,21); }
td.TdClassName
{
border-color: #704A15;
}
.TagClassName
{
border-color: #704A15;
}
</style>