Shades of Dorado #735C51
Tints of Dorado #735C51
RGB
CMYK
RGB Variations
Color information
#735C51 (or 0x735C51) is known color: Dorado. HEX triplet: 73, 5C and 51. RGB value is (115,92,81). Sum of RGB (Red+Green+Blue) = 115+92+81=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 115 - color contains mainly: red. Hex color #735C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C51 is #8CA3AE. Grayscale: #616161. Windows color (decimal): -9216943 or 5332083. OLE color: 5332083.
HSL color Cylindrical-coordinate representation of color #735C51: hue angle of 19.41º 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 #735C51 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 92 | 81 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.55 |
| HSL | 19.41º | 0.17% | 0.38% | - |
| HSV(B) | 19.41º | 0.3% | 0.45% | - |
| XYZ | 12.38 | 11.89 | 9.43 | - |
| YUV | 97.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 81 | 0 | 0.20 | 0.30 | 0.55 | 19.41 | 0.17 | 0.38 |
| Hex | 73 | 5C | 51 | 0 | 14 | 1E | 37 | 13 | 11 | 26 |
| Octal | 163 | 134 | 121 | 0 | 24 | 36 | 67 | 23 | 21 | 46 |
| Binary | 1110011 | 1011100 | 1010001 | 0 | 10100 | 11110 | 110111 | 10011 | 10001 | 100110 |
Color Harmonies of #735C51
Complementary color
Monochromatic Colors of #735C51
Black with #735C51
Text Example
Text Example
White with #735C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C51; }
p { color: rgb(115,92,81); }
H1.HeaderClassName
{
color: #735C51;
}
.AnyTagClassName
{
color: #735C51;
}
</style>
background-color css
<style>
a { background-color: #735C51; }
a { background-color: rgb(115,92,81); }
div.DivClassName
{
background-color: #735C51;
}
.BgClassName
{
background-color: #735C51;
}
</style>
border-color css
<style>
span { border-color: #735C51; }
span { border-color: rgb(115,92,81); }
td.TdClassName
{
border-color: #735C51;
}
.TagClassName
{
border-color: #735C51;
}
</style>