Shades of Raw Umber #704B19
Tints of Raw Umber #704B19
RGB
CMYK
RGB Variations
Color information
#704B19 (or 0x704B19) is known color: Raw Umber. HEX triplet: 70, 4B and 19. RGB value is (112,75,25). Sum of RGB (Red+Green+Blue) = 112+75+25=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #704B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704B19 is #8FB4E6. Grayscale: #505050. Windows color (decimal): -9417959 or 1657712. OLE color: 1657712.
HSL color Cylindrical-coordinate representation of color #704B19: hue angle of 34.48º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #704B19 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 75 | 25 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.56 |
| HSL | 34.48º | 0.64% | 0.27% | - |
| HSV(B) | 34.48º | 0.78% | 0.44% | - |
| XYZ | 9.37 | 8.55 | 2.08 | - |
| YUV | 80.36 | 96.76 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 25 | 0 | 0.33 | 0.78 | 0.56 | 34.48 | 0.64 | 0.27 |
| Hex | 70 | 4B | 19 | 0 | 21 | 4E | 38 | 22 | 40 | 1B |
| Octal | 160 | 113 | 31 | 0 | 41 | 116 | 70 | 42 | 100 | 33 |
| Binary | 1110000 | 1001011 | 11001 | 0 | 100001 | 1001110 | 111000 | 100010 | 1000000 | 11011 |
Color Harmonies of #704B19
Complementary color
Monochromatic Colors of #704B19
Black with #704B19
Text Example
Text Example
White with #704B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704B19; }
p { color: rgb(112,75,25); }
H1.HeaderClassName
{
color: #704B19;
}
.AnyTagClassName
{
color: #704B19;
}
</style>
background-color css
<style>
a { background-color: #704B19; }
a { background-color: rgb(112,75,25); }
div.DivClassName
{
background-color: #704B19;
}
.BgClassName
{
background-color: #704B19;
}
</style>
border-color css
<style>
span { border-color: #704B19; }
span { border-color: rgb(112,75,25); }
td.TdClassName
{
border-color: #704B19;
}
.TagClassName
{
border-color: #704B19;
}
</style>