Shades of Dorado #735D56
Tints of Dorado #735D56
RGB
CMYK
RGB Variations
Color information
#735D56 (or 0x735D56) is known color: Dorado. HEX triplet: 73, 5D and 56. RGB value is (115,93,86). Sum of RGB (Red+Green+Blue) = 115+93+86=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #735D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735D56 is #8CA2A9. Grayscale: #626262. Windows color (decimal): -9216682 or 5660019. OLE color: 5660019.
HSL color Cylindrical-coordinate representation of color #735D56: hue angle of 14.48º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #735D56 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 86 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.55 |
| HSL | 14.48º | 0.14% | 0.39% | - |
| HSV(B) | 14.48º | 0.25% | 0.45% | - |
| XYZ | 12.66 | 12.15 | 10.48 | - |
| YUV | 98.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 86 | 0 | 0.19 | 0.25 | 0.55 | 14.48 | 0.14 | 0.39 |
| Hex | 73 | 5D | 56 | 0 | 13 | 19 | 37 | E | E | 27 |
| Octal | 163 | 135 | 126 | 0 | 23 | 31 | 67 | 16 | 16 | 47 |
| Binary | 1110011 | 1011101 | 1010110 | 0 | 10011 | 11001 | 110111 | 1110 | 1110 | 100111 |
Color Harmonies of #735D56
Complementary color
Monochromatic Colors of #735D56
Black with #735D56
Text Example
Text Example
White with #735D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D56; }
p { color: rgb(115,93,86); }
H1.HeaderClassName
{
color: #735D56;
}
.AnyTagClassName
{
color: #735D56;
}
</style>
background-color css
<style>
a { background-color: #735D56; }
a { background-color: rgb(115,93,86); }
div.DivClassName
{
background-color: #735D56;
}
.BgClassName
{
background-color: #735D56;
}
</style>
border-color css
<style>
span { border-color: #735D56; }
span { border-color: rgb(115,93,86); }
td.TdClassName
{
border-color: #735D56;
}
.TagClassName
{
border-color: #735D56;
}
</style>