Shades of Dorado #735E55
Tints of Dorado #735E55
RGB
CMYK
RGB Variations
Color information
#735E55 (or 0x735E55) is known color: Dorado. HEX triplet: 73, 5E and 55. RGB value is (115,94,85). Sum of RGB (Red+Green+Blue) = 115+94+85=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #735E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E55 is #8CA1AA. Grayscale: #636363. Windows color (decimal): -9216427 or 5594739. OLE color: 5594739.
HSL color Cylindrical-coordinate representation of color #735E55: hue angle of 18º 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 #735E55 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 94 | 85 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.55 |
| HSL | 18º | 0.15% | 0.39% | - |
| HSV(B) | 18º | 0.26% | 0.45% | - |
| XYZ | 12.71 | 12.31 | 10.3 | - |
| YUV | 99.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 94 | 85 | 0 | 0.18 | 0.26 | 0.55 | 18 | 0.15 | 0.39 |
| Hex | 73 | 5E | 55 | 0 | 12 | 1A | 37 | 12 | F | 27 |
| Octal | 163 | 136 | 125 | 0 | 22 | 32 | 67 | 22 | 17 | 47 |
| Binary | 1110011 | 1011110 | 1010101 | 0 | 10010 | 11010 | 110111 | 10010 | 1111 | 100111 |
Color Harmonies of #735E55
Complementary color
Monochromatic Colors of #735E55
Black with #735E55
Text Example
Text Example
White with #735E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735E55; }
p { color: rgb(115,94,85); }
H1.HeaderClassName
{
color: #735E55;
}
.AnyTagClassName
{
color: #735E55;
}
</style>
background-color css
<style>
a { background-color: #735E55; }
a { background-color: rgb(115,94,85); }
div.DivClassName
{
background-color: #735E55;
}
.BgClassName
{
background-color: #735E55;
}
</style>
border-color css
<style>
span { border-color: #735E55; }
span { border-color: rgb(115,94,85); }
td.TdClassName
{
border-color: #735E55;
}
.TagClassName
{
border-color: #735E55;
}
</style>