Shades of Dorado #735C54
Tints of Dorado #735C54
RGB
CMYK
RGB Variations
Color information
#735C54 (or 0x735C54) is known color: Dorado. HEX triplet: 73, 5C and 54. RGB value is (115,92,84). Sum of RGB (Red+Green+Blue) = 115+92+84=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 115 - color contains mainly: red. Hex color #735C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C54 is #8CA3AB. Grayscale: #626262. Windows color (decimal): -9216940 or 5528691. OLE color: 5528691.
HSL color Cylindrical-coordinate representation of color #735C54: hue angle of 15.48º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #735C54 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 92 | 84 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.55 |
| HSL | 15.48º | 0.16% | 0.39% | - |
| HSV(B) | 15.48º | 0.27% | 0.45% | - |
| XYZ | 12.5 | 11.94 | 10.03 | - |
| YUV | 97.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 84 | 0 | 0.20 | 0.27 | 0.55 | 15.48 | 0.16 | 0.39 |
| Hex | 73 | 5C | 54 | 0 | 14 | 1B | 37 | F | 10 | 27 |
| Octal | 163 | 134 | 124 | 0 | 24 | 33 | 67 | 17 | 20 | 47 |
| Binary | 1110011 | 1011100 | 1010100 | 0 | 10100 | 11011 | 110111 | 1111 | 10000 | 100111 |
Color Harmonies of #735C54
Complementary color
Monochromatic Colors of #735C54
Black with #735C54
Text Example
Text Example
White with #735C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C54; }
p { color: rgb(115,92,84); }
H1.HeaderClassName
{
color: #735C54;
}
.AnyTagClassName
{
color: #735C54;
}
</style>
background-color css
<style>
a { background-color: #735C54; }
a { background-color: rgb(115,92,84); }
div.DivClassName
{
background-color: #735C54;
}
.BgClassName
{
background-color: #735C54;
}
</style>
border-color css
<style>
span { border-color: #735C54; }
span { border-color: rgb(115,92,84); }
td.TdClassName
{
border-color: #735C54;
}
.TagClassName
{
border-color: #735C54;
}
</style>