Shades of Dorado #735E51
Tints of Dorado #735E51
RGB
CMYK
RGB Variations
Color information
#735E51 (or 0x735E51) is known color: Dorado. HEX triplet: 73, 5E and 51. RGB value is (115,94,81). Sum of RGB (Red+Green+Blue) = 115+94+81=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 115 - color contains mainly: red. Hex color #735E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E51 is #8CA1AE. Grayscale: #626262. Windows color (decimal): -9216431 or 5332595. OLE color: 5332595.
HSL color Cylindrical-coordinate representation of color #735E51: hue angle of 22.94º 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 #735E51 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 94 | 81 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.55 |
| HSL | 22.94º | 0.17% | 0.38% | - |
| HSV(B) | 22.94º | 0.3% | 0.45% | - |
| XYZ | 12.56 | 12.24 | 9.49 | - |
| YUV | 98.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 94 | 81 | 0 | 0.18 | 0.30 | 0.55 | 22.94 | 0.17 | 0.38 |
| Hex | 73 | 5E | 51 | 0 | 12 | 1E | 37 | 17 | 11 | 26 |
| Octal | 163 | 136 | 121 | 0 | 22 | 36 | 67 | 27 | 21 | 46 |
| Binary | 1110011 | 1011110 | 1010001 | 0 | 10010 | 11110 | 110111 | 10111 | 10001 | 100110 |
Color Harmonies of #735E51
Complementary color
Monochromatic Colors of #735E51
Black with #735E51
Text Example
Text Example
White with #735E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735E51; }
p { color: rgb(115,94,81); }
H1.HeaderClassName
{
color: #735E51;
}
.AnyTagClassName
{
color: #735E51;
}
</style>
background-color css
<style>
a { background-color: #735E51; }
a { background-color: rgb(115,94,81); }
div.DivClassName
{
background-color: #735E51;
}
.BgClassName
{
background-color: #735E51;
}
</style>
border-color css
<style>
span { border-color: #735E51; }
span { border-color: rgb(115,94,81); }
td.TdClassName
{
border-color: #735E51;
}
.TagClassName
{
border-color: #735E51;
}
</style>