Shades of Raw Umber #704B00
Tints of Raw Umber #704B00
RGB
CMYK
RGB Variations
Color information
#704B00 (or 0x704B00) is known color: Raw Umber. HEX triplet: 70, 4B and 00. RGB value is (112,75,0). Sum of RGB (Red+Green+Blue) = 112+75+0=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #704B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704B00 is #8FB4FF. Grayscale: #4D4D4D. Windows color (decimal): -9417984 or 19312. OLE color: 19312.
HSL color Cylindrical-coordinate representation of color #704B00: hue angle of 40.18º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #704B00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 75 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.56 |
| HSL | 40.18º | 1% | 0.22% | - |
| HSV(B) | 40.18º | 1% | 0.44% | - |
| XYZ | 9.2 | 8.48 | 1.15 | - |
| YUV | 77.51 | 84.26 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 0 | 0 | 0.33 | 1 | 0.56 | 40.18 | 1 | 0.22 |
| Hex | 70 | 4B | 0 | 0 | 21 | 64 | 38 | 28 | 64 | 16 |
| Octal | 160 | 113 | 0 | 0 | 41 | 144 | 70 | 50 | 144 | 26 |
| Binary | 1110000 | 1001011 | 0 | 0 | 100001 | 1100100 | 111000 | 101000 | 1100100 | 10110 |
Color Harmonies of #704B00
Complementary color
Monochromatic Colors of #704B00
Black with #704B00
Text Example
Text Example
White with #704B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704B00; }
p { color: rgb(112,75,0); }
H1.HeaderClassName
{
color: #704B00;
}
.AnyTagClassName
{
color: #704B00;
}
</style>
background-color css
<style>
a { background-color: #704B00; }
a { background-color: rgb(112,75,0); }
div.DivClassName
{
background-color: #704B00;
}
.BgClassName
{
background-color: #704B00;
}
</style>
border-color css
<style>
span { border-color: #704B00; }
span { border-color: rgb(112,75,0); }
td.TdClassName
{
border-color: #704B00;
}
.TagClassName
{
border-color: #704B00;
}
</style>