Shades of Dorado #705B51
Tints of Dorado #705B51
RGB
CMYK
RGB Variations
Color information
#705B51 (or 0x705B51) is known color: Dorado. HEX triplet: 70, 5B and 51. RGB value is (112,91,81). Sum of RGB (Red+Green+Blue) = 112+91+81=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #705B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B51 is #8FA4AE. Grayscale: #606060. Windows color (decimal): -9413807 or 5331824. OLE color: 5331824.
HSL color Cylindrical-coordinate representation of color #705B51: hue angle of 19.35º 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 #705B51 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 91 | 81 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.56 |
| HSL | 19.35º | 0.16% | 0.38% | - |
| HSV(B) | 19.35º | 0.28% | 0.44% | - |
| XYZ | 11.91 | 11.52 | 9.38 | - |
| YUV | 96.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 81 | 0 | 0.19 | 0.28 | 0.56 | 19.35 | 0.16 | 0.38 |
| Hex | 70 | 5B | 51 | 0 | 13 | 1C | 38 | 13 | 10 | 26 |
| Octal | 160 | 133 | 121 | 0 | 23 | 34 | 70 | 23 | 20 | 46 |
| Binary | 1110000 | 1011011 | 1010001 | 0 | 10011 | 11100 | 111000 | 10011 | 10000 | 100110 |
Color Harmonies of #705B51
Complementary color
Monochromatic Colors of #705B51
Black with #705B51
Text Example
Text Example
White with #705B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705B51; }
p { color: rgb(112,91,81); }
H1.HeaderClassName
{
color: #705B51;
}
.AnyTagClassName
{
color: #705B51;
}
</style>
background-color css
<style>
a { background-color: #705B51; }
a { background-color: rgb(112,91,81); }
div.DivClassName
{
background-color: #705B51;
}
.BgClassName
{
background-color: #705B51;
}
</style>
border-color css
<style>
span { border-color: #705B51; }
span { border-color: rgb(112,91,81); }
td.TdClassName
{
border-color: #705B51;
}
.TagClassName
{
border-color: #705B51;
}
</style>