Shades of Dorado #735F55
Tints of Dorado #735F55
RGB
CMYK
RGB Variations
Color information
#735F55 (or 0x735F55) is known color: Dorado. HEX triplet: 73, 5F and 55. RGB value is (115,95,85). Sum of RGB (Red+Green+Blue) = 115+95+85=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #735F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F55 is #8CA0AA. Grayscale: #636363. Windows color (decimal): -9216171 or 5594995. OLE color: 5594995.
HSL color Cylindrical-coordinate representation of color #735F55: hue angle of 20º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #735F55 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 95 | 85 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.55 |
| HSL | 20º | 0.15% | 0.39% | - |
| HSV(B) | 20º | 0.26% | 0.45% | - |
| XYZ | 12.8 | 12.49 | 10.33 | - |
| YUV | 99.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 85 | 0 | 0.17 | 0.26 | 0.55 | 20 | 0.15 | 0.39 |
| Hex | 73 | 5F | 55 | 0 | 11 | 1A | 37 | 14 | F | 27 |
| Octal | 163 | 137 | 125 | 0 | 21 | 32 | 67 | 24 | 17 | 47 |
| Binary | 1110011 | 1011111 | 1010101 | 0 | 10001 | 11010 | 110111 | 10100 | 1111 | 100111 |
Color Harmonies of #735F55
Complementary color
Monochromatic Colors of #735F55
Black with #735F55
Text Example
Text Example
White with #735F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F55; }
p { color: rgb(115,95,85); }
H1.HeaderClassName
{
color: #735F55;
}
.AnyTagClassName
{
color: #735F55;
}
</style>
background-color css
<style>
a { background-color: #735F55; }
a { background-color: rgb(115,95,85); }
div.DivClassName
{
background-color: #735F55;
}
.BgClassName
{
background-color: #735F55;
}
</style>
border-color css
<style>
span { border-color: #735F55; }
span { border-color: rgb(115,95,85); }
td.TdClassName
{
border-color: #735F55;
}
.TagClassName
{
border-color: #735F55;
}
</style>