Shades of Dorado #70594D
Tints of Dorado #70594D
RGB
CMYK
RGB Variations
Color information
#70594D (or 0x70594D) is known color: Dorado. HEX triplet: 70, 59 and 4D. RGB value is (112,89,77). Sum of RGB (Red+Green+Blue) = 112+89+77=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #70594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70594D is #8FA6B2. Grayscale: #5E5E5E. Windows color (decimal): -9414323 or 5069168. OLE color: 5069168.
HSL color Cylindrical-coordinate representation of color #70594D: hue angle of 20.57º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70594D is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 89 | 77 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.56 |
| HSL | 20.57º | 0.19% | 0.37% | - |
| HSV(B) | 20.57º | 0.31% | 0.44% | - |
| XYZ | 11.59 | 11.13 | 8.56 | - |
| YUV | 94.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 89 | 77 | 0 | 0.21 | 0.31 | 0.56 | 20.57 | 0.19 | 0.37 |
| Hex | 70 | 59 | 4D | 0 | 15 | 1F | 38 | 15 | 13 | 25 |
| Octal | 160 | 131 | 115 | 0 | 25 | 37 | 70 | 25 | 23 | 45 |
| Binary | 1110000 | 1011001 | 1001101 | 0 | 10101 | 11111 | 111000 | 10101 | 10011 | 100101 |
Color Harmonies of #70594D
Complementary color
Monochromatic Colors of #70594D
Black with #70594D
Text Example
Text Example
White with #70594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70594D; }
p { color: rgb(112,89,77); }
H1.HeaderClassName
{
color: #70594D;
}
.AnyTagClassName
{
color: #70594D;
}
</style>
background-color css
<style>
a { background-color: #70594D; }
a { background-color: rgb(112,89,77); }
div.DivClassName
{
background-color: #70594D;
}
.BgClassName
{
background-color: #70594D;
}
</style>
border-color css
<style>
span { border-color: #70594D; }
span { border-color: rgb(112,89,77); }
td.TdClassName
{
border-color: #70594D;
}
.TagClassName
{
border-color: #70594D;
}
</style>