Shades of Dorado #70584D
Tints of Dorado #70584D
RGB
CMYK
RGB Variations
Color information
#70584D (or 0x70584D) is known color: Dorado. HEX triplet: 70, 58 and 4D. RGB value is (112,88,77). Sum of RGB (Red+Green+Blue) = 112+88+77=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #70584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70584D is #8FA7B2. Grayscale: #5D5D5D. Windows color (decimal): -9414579 or 5068912. OLE color: 5068912.
HSL color Cylindrical-coordinate representation of color #70584D: hue angle of 18.86º 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 #70584D is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 88 | 77 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.56 |
| HSL | 18.86º | 0.19% | 0.37% | - |
| HSV(B) | 18.86º | 0.31% | 0.44% | - |
| XYZ | 11.51 | 10.96 | 8.53 | - |
| YUV | 93.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 77 | 0 | 0.21 | 0.31 | 0.56 | 18.86 | 0.19 | 0.37 |
| Hex | 70 | 58 | 4D | 0 | 15 | 1F | 38 | 13 | 13 | 25 |
| Octal | 160 | 130 | 115 | 0 | 25 | 37 | 70 | 23 | 23 | 45 |
| Binary | 1110000 | 1011000 | 1001101 | 0 | 10101 | 11111 | 111000 | 10011 | 10011 | 100101 |
Color Harmonies of #70584D
Complementary color
Monochromatic Colors of #70584D
Black with #70584D
Text Example
Text Example
White with #70584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70584D; }
p { color: rgb(112,88,77); }
H1.HeaderClassName
{
color: #70584D;
}
.AnyTagClassName
{
color: #70584D;
}
</style>
background-color css
<style>
a { background-color: #70584D; }
a { background-color: rgb(112,88,77); }
div.DivClassName
{
background-color: #70584D;
}
.BgClassName
{
background-color: #70584D;
}
</style>
border-color css
<style>
span { border-color: #70584D; }
span { border-color: rgb(112,88,77); }
td.TdClassName
{
border-color: #70584D;
}
.TagClassName
{
border-color: #70584D;
}
</style>