Shades of Raw Umber #705503
Tints of Raw Umber #705503
RGB
CMYK
RGB Variations
Color information
#705503 (or 0x705503) is known color: Raw Umber. HEX triplet: 70, 55 and 03. RGB value is (112,85,3). Sum of RGB (Red+Green+Blue) = 112+85+3=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #705503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705503 is #8FAAFC. Grayscale: #545454. Windows color (decimal): -9415421 or 218480. OLE color: 218480.
HSL color Cylindrical-coordinate representation of color #705503: hue angle of 45.14º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #705503 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 85 | 3 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.56 |
| HSL | 45.14º | 0.95% | 0.23% | - |
| HSV(B) | 45.14º | 0.97% | 0.44% | - |
| XYZ | 9.95 | 9.95 | 1.48 | - |
| YUV | 83.73 | 82.45 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 3 | 0 | 0.24 | 0.97 | 0.56 | 45.14 | 0.95 | 0.23 |
| Hex | 70 | 55 | 3 | 0 | 18 | 61 | 38 | 2D | 5F | 17 |
| Octal | 160 | 125 | 3 | 0 | 30 | 141 | 70 | 55 | 137 | 27 |
| Binary | 1110000 | 1010101 | 11 | 0 | 11000 | 1100001 | 111000 | 101101 | 1011111 | 10111 |
Color Harmonies of #705503
Complementary color
Monochromatic Colors of #705503
Black with #705503
Text Example
Text Example
White with #705503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705503; }
p { color: rgb(112,85,3); }
H1.HeaderClassName
{
color: #705503;
}
.AnyTagClassName
{
color: #705503;
}
</style>
background-color css
<style>
a { background-color: #705503; }
a { background-color: rgb(112,85,3); }
div.DivClassName
{
background-color: #705503;
}
.BgClassName
{
background-color: #705503;
}
</style>
border-color css
<style>
span { border-color: #705503; }
span { border-color: rgb(112,85,3); }
td.TdClassName
{
border-color: #705503;
}
.TagClassName
{
border-color: #705503;
}
</style>