Shades of Raw Umber #705307
Tints of Raw Umber #705307
RGB
CMYK
RGB Variations
Color information
#705307 (or 0x705307) is known color: Raw Umber. HEX triplet: 70, 53 and 07. RGB value is (112,83,7). Sum of RGB (Red+Green+Blue) = 112+83+7=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #705307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705307 is #8FACF8. Grayscale: #535353. Windows color (decimal): -9415929 or 480112. OLE color: 480112.
HSL color Cylindrical-coordinate representation of color #705307: hue angle of 43.43º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #705307 is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 83 | 7 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.56 |
| HSL | 43.43º | 0.88% | 0.23% | - |
| HSV(B) | 43.43º | 0.94% | 0.44% | - |
| XYZ | 9.81 | 9.65 | 1.55 | - |
| YUV | 83.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 7 | 0 | 0.26 | 0.94 | 0.56 | 43.43 | 0.88 | 0.23 |
| Hex | 70 | 53 | 7 | 0 | 1A | 5E | 38 | 2B | 58 | 17 |
| Octal | 160 | 123 | 7 | 0 | 32 | 136 | 70 | 53 | 130 | 27 |
| Binary | 1110000 | 1010011 | 111 | 0 | 11010 | 1011110 | 111000 | 101011 | 1011000 | 10111 |
Color Harmonies of #705307
Complementary color
Monochromatic Colors of #705307
Black with #705307
Text Example
Text Example
White with #705307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705307; }
p { color: rgb(112,83,7); }
H1.HeaderClassName
{
color: #705307;
}
.AnyTagClassName
{
color: #705307;
}
</style>
background-color css
<style>
a { background-color: #705307; }
a { background-color: rgb(112,83,7); }
div.DivClassName
{
background-color: #705307;
}
.BgClassName
{
background-color: #705307;
}
</style>
border-color css
<style>
span { border-color: #705307; }
span { border-color: rgb(112,83,7); }
td.TdClassName
{
border-color: #705307;
}
.TagClassName
{
border-color: #705307;
}
</style>