Shades of Dorado #705A51
Tints of Dorado #705A51
RGB
CMYK
RGB Variations
Color information
#705A51 (or 0x705A51) is known color: Dorado. HEX triplet: 70, 5A and 51. RGB value is (112,90,81). Sum of RGB (Red+Green+Blue) = 112+90+81=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #705A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A51 is #8FA5AE. Grayscale: #5F5F5F. Windows color (decimal): -9414063 or 5331568. OLE color: 5331568.
HSL color Cylindrical-coordinate representation of color #705A51: hue angle of 17.42º 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 #705A51 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 90 | 81 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.56 |
| HSL | 17.42º | 0.16% | 0.38% | - |
| HSV(B) | 17.42º | 0.28% | 0.44% | - |
| XYZ | 11.82 | 11.35 | 9.35 | - |
| YUV | 95.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 81 | 0 | 0.20 | 0.28 | 0.56 | 17.42 | 0.16 | 0.38 |
| Hex | 70 | 5A | 51 | 0 | 14 | 1C | 38 | 11 | 10 | 26 |
| Octal | 160 | 132 | 121 | 0 | 24 | 34 | 70 | 21 | 20 | 46 |
| Binary | 1110000 | 1011010 | 1010001 | 0 | 10100 | 11100 | 111000 | 10001 | 10000 | 100110 |
Color Harmonies of #705A51
Complementary color
Monochromatic Colors of #705A51
Black with #705A51
Text Example
Text Example
White with #705A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A51; }
p { color: rgb(112,90,81); }
H1.HeaderClassName
{
color: #705A51;
}
.AnyTagClassName
{
color: #705A51;
}
</style>
background-color css
<style>
a { background-color: #705A51; }
a { background-color: rgb(112,90,81); }
div.DivClassName
{
background-color: #705A51;
}
.BgClassName
{
background-color: #705A51;
}
</style>
border-color css
<style>
span { border-color: #705A51; }
span { border-color: rgb(112,90,81); }
td.TdClassName
{
border-color: #705A51;
}
.TagClassName
{
border-color: #705A51;
}
</style>