Shades of Dorado #735A51
Tints of Dorado #735A51
RGB
CMYK
RGB Variations
Color information
#735A51 (or 0x735A51) is known color: Dorado. HEX triplet: 73, 5A and 51. RGB value is (115,90,81). Sum of RGB (Red+Green+Blue) = 115+90+81=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #735A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A51 is #8CA5AE. Grayscale: #606060. Windows color (decimal): -9217455 or 5331571. OLE color: 5331571.
HSL color Cylindrical-coordinate representation of color #735A51: hue angle of 15.88º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735A51 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 90 | 81 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.55 |
| HSL | 15.88º | 0.17% | 0.38% | - |
| HSV(B) | 15.88º | 0.3% | 0.45% | - |
| XYZ | 12.21 | 11.55 | 9.37 | - |
| YUV | 96.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 81 | 0 | 0.22 | 0.30 | 0.55 | 15.88 | 0.17 | 0.38 |
| Hex | 73 | 5A | 51 | 0 | 16 | 1E | 37 | 10 | 11 | 26 |
| Octal | 163 | 132 | 121 | 0 | 26 | 36 | 67 | 20 | 21 | 46 |
| Binary | 1110011 | 1011010 | 1010001 | 0 | 10110 | 11110 | 110111 | 10000 | 10001 | 100110 |
Color Harmonies of #735A51
Complementary color
Monochromatic Colors of #735A51
Black with #735A51
Text Example
Text Example
White with #735A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735A51; }
p { color: rgb(115,90,81); }
H1.HeaderClassName
{
color: #735A51;
}
.AnyTagClassName
{
color: #735A51;
}
</style>
background-color css
<style>
a { background-color: #735A51; }
a { background-color: rgb(115,90,81); }
div.DivClassName
{
background-color: #735A51;
}
.BgClassName
{
background-color: #735A51;
}
</style>
border-color css
<style>
span { border-color: #735A51; }
span { border-color: rgb(115,90,81); }
td.TdClassName
{
border-color: #735A51;
}
.TagClassName
{
border-color: #735A51;
}
</style>