Shades of Raw Umber #704B05
Tints of Raw Umber #704B05
RGB
CMYK
RGB Variations
Color information
#704B05 (or 0x704B05) is known color: Raw Umber. HEX triplet: 70, 4B and 05. RGB value is (112,75,5). Sum of RGB (Red+Green+Blue) = 112+75+5=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #704B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704B05 is #8FB4FA. Grayscale: #4E4E4E. Windows color (decimal): -9417979 or 346992. OLE color: 346992.
HSL color Cylindrical-coordinate representation of color #704B05: hue angle of 39.25º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #704B05 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 75 | 5 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.56 |
| HSL | 39.25º | 0.91% | 0.23% | - |
| HSV(B) | 39.25º | 0.96% | 0.44% | - |
| XYZ | 9.23 | 8.49 | 1.3 | - |
| YUV | 78.08 | 86.76 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 5 | 0 | 0.33 | 0.96 | 0.56 | 39.25 | 0.91 | 0.23 |
| Hex | 70 | 4B | 5 | 0 | 21 | 60 | 38 | 27 | 5B | 17 |
| Octal | 160 | 113 | 5 | 0 | 41 | 140 | 70 | 47 | 133 | 27 |
| Binary | 1110000 | 1001011 | 101 | 0 | 100001 | 1100000 | 111000 | 100111 | 1011011 | 10111 |
Color Harmonies of #704B05
Complementary color
Monochromatic Colors of #704B05
Black with #704B05
Text Example
Text Example
White with #704B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704B05; }
p { color: rgb(112,75,5); }
H1.HeaderClassName
{
color: #704B05;
}
.AnyTagClassName
{
color: #704B05;
}
</style>
background-color css
<style>
a { background-color: #704B05; }
a { background-color: rgb(112,75,5); }
div.DivClassName
{
background-color: #704B05;
}
.BgClassName
{
background-color: #704B05;
}
</style>
border-color css
<style>
span { border-color: #704B05; }
span { border-color: rgb(112,75,5); }
td.TdClassName
{
border-color: #704B05;
}
.TagClassName
{
border-color: #704B05;
}
</style>