Shades of Dorado #705C53
Tints of Dorado #705C53
RGB
CMYK
RGB Variations
Color information
#705C53 (or 0x705C53) is known color: Dorado. HEX triplet: 70, 5C and 53. RGB value is (112,92,83). Sum of RGB (Red+Green+Blue) = 112+92+83=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #705C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C53 is #8FA3AC. Grayscale: #616161. Windows color (decimal): -9413549 or 5463152. OLE color: 5463152.
HSL color Cylindrical-coordinate representation of color #705C53: hue angle of 18.62º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #705C53 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 92 | 83 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.56 |
| HSL | 18.62º | 0.15% | 0.38% | - |
| HSV(B) | 18.62º | 0.26% | 0.44% | - |
| XYZ | 12.07 | 11.72 | 9.81 | - |
| YUV | 96.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 83 | 0 | 0.18 | 0.26 | 0.56 | 18.62 | 0.15 | 0.38 |
| Hex | 70 | 5C | 53 | 0 | 12 | 1A | 38 | 13 | F | 26 |
| Octal | 160 | 134 | 123 | 0 | 22 | 32 | 70 | 23 | 17 | 46 |
| Binary | 1110000 | 1011100 | 1010011 | 0 | 10010 | 11010 | 111000 | 10011 | 1111 | 100110 |
Color Harmonies of #705C53
Complementary color
Monochromatic Colors of #705C53
Black with #705C53
Text Example
Text Example
White with #705C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705C53; }
p { color: rgb(112,92,83); }
H1.HeaderClassName
{
color: #705C53;
}
.AnyTagClassName
{
color: #705C53;
}
</style>
background-color css
<style>
a { background-color: #705C53; }
a { background-color: rgb(112,92,83); }
div.DivClassName
{
background-color: #705C53;
}
.BgClassName
{
background-color: #705C53;
}
</style>
border-color css
<style>
span { border-color: #705C53; }
span { border-color: rgb(112,92,83); }
td.TdClassName
{
border-color: #705C53;
}
.TagClassName
{
border-color: #705C53;
}
</style>