Shades of Dorado #705A52
Tints of Dorado #705A52
RGB
CMYK
RGB Variations
Color information
#705A52 (or 0x705A52) is known color: Dorado. HEX triplet: 70, 5A and 52. RGB value is (112,90,82). Sum of RGB (Red+Green+Blue) = 112+90+82=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #705A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A52 is #8FA5AD. Grayscale: #5F5F5F. Windows color (decimal): -9414062 or 5397104. OLE color: 5397104.
HSL color Cylindrical-coordinate representation of color #705A52: hue angle of 16º 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 #705A52 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 90 | 82 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.56 |
| HSL | 16º | 0.15% | 0.38% | - |
| HSV(B) | 16º | 0.27% | 0.44% | - |
| XYZ | 11.86 | 11.37 | 9.55 | - |
| YUV | 95.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 82 | 0 | 0.20 | 0.27 | 0.56 | 16 | 0.15 | 0.38 |
| Hex | 70 | 5A | 52 | 0 | 14 | 1B | 38 | 10 | F | 26 |
| Octal | 160 | 132 | 122 | 0 | 24 | 33 | 70 | 20 | 17 | 46 |
| Binary | 1110000 | 1011010 | 1010010 | 0 | 10100 | 11011 | 111000 | 10000 | 1111 | 100110 |
Color Harmonies of #705A52
Complementary color
Monochromatic Colors of #705A52
Black with #705A52
Text Example
Text Example
White with #705A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A52; }
p { color: rgb(112,90,82); }
H1.HeaderClassName
{
color: #705A52;
}
.AnyTagClassName
{
color: #705A52;
}
</style>
background-color css
<style>
a { background-color: #705A52; }
a { background-color: rgb(112,90,82); }
div.DivClassName
{
background-color: #705A52;
}
.BgClassName
{
background-color: #705A52;
}
</style>
border-color css
<style>
span { border-color: #705A52; }
span { border-color: rgb(112,90,82); }
td.TdClassName
{
border-color: #705A52;
}
.TagClassName
{
border-color: #705A52;
}
</style>