Shades of Dorado #705B52
Tints of Dorado #705B52
RGB
CMYK
RGB Variations
Color information
#705B52 (or 0x705B52) is known color: Dorado. HEX triplet: 70, 5B and 52. RGB value is (112,91,82). Sum of RGB (Red+Green+Blue) = 112+91+82=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #705B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B52 is #8FA4AD. Grayscale: #606060. Windows color (decimal): -9413806 or 5397360. OLE color: 5397360.
HSL color Cylindrical-coordinate representation of color #705B52: hue angle of 18º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #705B52 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 91 | 82 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.56 |
| HSL | 18º | 0.15% | 0.38% | - |
| HSV(B) | 18º | 0.27% | 0.44% | - |
| XYZ | 11.95 | 11.54 | 9.58 | - |
| YUV | 96.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 82 | 0 | 0.19 | 0.27 | 0.56 | 18 | 0.15 | 0.38 |
| Hex | 70 | 5B | 52 | 0 | 13 | 1B | 38 | 12 | F | 26 |
| Octal | 160 | 133 | 122 | 0 | 23 | 33 | 70 | 22 | 17 | 46 |
| Binary | 1110000 | 1011011 | 1010010 | 0 | 10011 | 11011 | 111000 | 10010 | 1111 | 100110 |
Color Harmonies of #705B52
Complementary color
Monochromatic Colors of #705B52
Black with #705B52
Text Example
Text Example
White with #705B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705B52; }
p { color: rgb(112,91,82); }
H1.HeaderClassName
{
color: #705B52;
}
.AnyTagClassName
{
color: #705B52;
}
</style>
background-color css
<style>
a { background-color: #705B52; }
a { background-color: rgb(112,91,82); }
div.DivClassName
{
background-color: #705B52;
}
.BgClassName
{
background-color: #705B52;
}
</style>
border-color css
<style>
span { border-color: #705B52; }
span { border-color: rgb(112,91,82); }
td.TdClassName
{
border-color: #705B52;
}
.TagClassName
{
border-color: #705B52;
}
</style>