Shades of Dorado #705A4F
Tints of Dorado #705A4F
RGB
CMYK
RGB Variations
Color information
#705A4F (or 0x705A4F) is known color: Dorado. HEX triplet: 70, 5A and 4F. RGB value is (112,90,79). Sum of RGB (Red+Green+Blue) = 112+90+79=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #705A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A4F is #8FA5B0. Grayscale: #5F5F5F. Windows color (decimal): -9414065 or 5200496. OLE color: 5200496.
HSL color Cylindrical-coordinate representation of color #705A4F: hue angle of 20º 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 #705A4F is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 90 | 79 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.56 |
| HSL | 20º | 0.17% | 0.37% | - |
| HSV(B) | 20º | 0.29% | 0.44% | - |
| XYZ | 11.75 | 11.32 | 8.96 | - |
| YUV | 95.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 79 | 0 | 0.20 | 0.29 | 0.56 | 20 | 0.17 | 0.37 |
| Hex | 70 | 5A | 4F | 0 | 14 | 1D | 38 | 14 | 11 | 25 |
| Octal | 160 | 132 | 117 | 0 | 24 | 35 | 70 | 24 | 21 | 45 |
| Binary | 1110000 | 1011010 | 1001111 | 0 | 10100 | 11101 | 111000 | 10100 | 10001 | 100101 |
Color Harmonies of #705A4F
Complementary color
Monochromatic Colors of #705A4F
Black with #705A4F
Text Example
Text Example
White with #705A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A4F; }
p { color: rgb(112,90,79); }
H1.HeaderClassName
{
color: #705A4F;
}
.AnyTagClassName
{
color: #705A4F;
}
</style>
background-color css
<style>
a { background-color: #705A4F; }
a { background-color: rgb(112,90,79); }
div.DivClassName
{
background-color: #705A4F;
}
.BgClassName
{
background-color: #705A4F;
}
</style>
border-color css
<style>
span { border-color: #705A4F; }
span { border-color: rgb(112,90,79); }
td.TdClassName
{
border-color: #705A4F;
}
.TagClassName
{
border-color: #705A4F;
}
</style>