Shades of Dorado #705B4F
Tints of Dorado #705B4F
RGB
CMYK
RGB Variations
Color information
#705B4F (or 0x705B4F) is known color: Dorado. HEX triplet: 70, 5B and 4F. RGB value is (112,91,79). Sum of RGB (Red+Green+Blue) = 112+91+79=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #705B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B4F is #8FA4B0. Grayscale: #5F5F5F. Windows color (decimal): -9413809 or 5200752. OLE color: 5200752.
HSL color Cylindrical-coordinate representation of color #705B4F: hue angle of 21.82º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #705B4F is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 91 | 79 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.56 |
| HSL | 21.82º | 0.17% | 0.37% | - |
| HSV(B) | 21.82º | 0.29% | 0.44% | - |
| XYZ | 11.83 | 11.49 | 8.99 | - |
| YUV | 95.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 79 | 0 | 0.19 | 0.29 | 0.56 | 21.82 | 0.17 | 0.37 |
| Hex | 70 | 5B | 4F | 0 | 13 | 1D | 38 | 16 | 11 | 25 |
| Octal | 160 | 133 | 117 | 0 | 23 | 35 | 70 | 26 | 21 | 45 |
| Binary | 1110000 | 1011011 | 1001111 | 0 | 10011 | 11101 | 111000 | 10110 | 10001 | 100101 |
Color Harmonies of #705B4F
Complementary color
Monochromatic Colors of #705B4F
Black with #705B4F
Text Example
Text Example
White with #705B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705B4F; }
p { color: rgb(112,91,79); }
H1.HeaderClassName
{
color: #705B4F;
}
.AnyTagClassName
{
color: #705B4F;
}
</style>
background-color css
<style>
a { background-color: #705B4F; }
a { background-color: rgb(112,91,79); }
div.DivClassName
{
background-color: #705B4F;
}
.BgClassName
{
background-color: #705B4F;
}
</style>
border-color css
<style>
span { border-color: #705B4F; }
span { border-color: rgb(112,91,79); }
td.TdClassName
{
border-color: #705B4F;
}
.TagClassName
{
border-color: #705B4F;
}
</style>