Shades of Dorado #705D56
Tints of Dorado #705D56
RGB
CMYK
RGB Variations
Color information
#705D56 (or 0x705D56) is known color: Dorado. HEX triplet: 70, 5D and 56. RGB value is (112,93,86). Sum of RGB (Red+Green+Blue) = 112+93+86=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #705D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D56 is #8FA2A9. Grayscale: #616161. Windows color (decimal): -9413290 or 5660016. OLE color: 5660016.
HSL color Cylindrical-coordinate representation of color #705D56: hue angle of 16.15º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #705D56 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 93 | 86 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.56 |
| HSL | 16.15º | 0.13% | 0.39% | - |
| HSV(B) | 16.15º | 0.23% | 0.44% | - |
| XYZ | 12.28 | 11.95 | 10.46 | - |
| YUV | 97.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 86 | 0 | 0.17 | 0.23 | 0.56 | 16.15 | 0.13 | 0.39 |
| Hex | 70 | 5D | 56 | 0 | 11 | 17 | 38 | 10 | D | 27 |
| Octal | 160 | 135 | 126 | 0 | 21 | 27 | 70 | 20 | 15 | 47 |
| Binary | 1110000 | 1011101 | 1010110 | 0 | 10001 | 10111 | 111000 | 10000 | 1101 | 100111 |
Color Harmonies of #705D56
Complementary color
Monochromatic Colors of #705D56
Black with #705D56
Text Example
Text Example
White with #705D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D56; }
p { color: rgb(112,93,86); }
H1.HeaderClassName
{
color: #705D56;
}
.AnyTagClassName
{
color: #705D56;
}
</style>
background-color css
<style>
a { background-color: #705D56; }
a { background-color: rgb(112,93,86); }
div.DivClassName
{
background-color: #705D56;
}
.BgClassName
{
background-color: #705D56;
}
</style>
border-color css
<style>
span { border-color: #705D56; }
span { border-color: rgb(112,93,86); }
td.TdClassName
{
border-color: #705D56;
}
.TagClassName
{
border-color: #705D56;
}
</style>