Shades of Dorado #705851
Tints of Dorado #705851
RGB
CMYK
RGB Variations
Color information
#705851 (or 0x705851) is known color: Dorado. HEX triplet: 70, 58 and 51. RGB value is (112,88,81). Sum of RGB (Red+Green+Blue) = 112+88+81=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #705851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705851 is #8FA7AE. Grayscale: #5E5E5E. Windows color (decimal): -9414575 or 5331056. OLE color: 5331056.
HSL color Cylindrical-coordinate representation of color #705851: hue angle of 13.55º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #705851 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 88 | 81 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.56 |
| HSL | 13.55º | 0.16% | 0.38% | - |
| HSV(B) | 13.55º | 0.28% | 0.44% | - |
| XYZ | 11.66 | 11.02 | 9.3 | - |
| YUV | 94.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 81 | 0 | 0.21 | 0.28 | 0.56 | 13.55 | 0.16 | 0.38 |
| Hex | 70 | 58 | 51 | 0 | 15 | 1C | 38 | E | 10 | 26 |
| Octal | 160 | 130 | 121 | 0 | 25 | 34 | 70 | 16 | 20 | 46 |
| Binary | 1110000 | 1011000 | 1010001 | 0 | 10101 | 11100 | 111000 | 1110 | 10000 | 100110 |
Color Harmonies of #705851
Complementary color
Monochromatic Colors of #705851
Black with #705851
Text Example
Text Example
White with #705851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705851; }
p { color: rgb(112,88,81); }
H1.HeaderClassName
{
color: #705851;
}
.AnyTagClassName
{
color: #705851;
}
</style>
background-color css
<style>
a { background-color: #705851; }
a { background-color: rgb(112,88,81); }
div.DivClassName
{
background-color: #705851;
}
.BgClassName
{
background-color: #705851;
}
</style>
border-color css
<style>
span { border-color: #705851; }
span { border-color: rgb(112,88,81); }
td.TdClassName
{
border-color: #705851;
}
.TagClassName
{
border-color: #705851;
}
</style>