Shades of Dorado #735B50
Tints of Dorado #735B50
RGB
CMYK
RGB Variations
Color information
#735B50 (or 0x735B50) is known color: Dorado. HEX triplet: 73, 5B and 50. RGB value is (115,91,80). Sum of RGB (Red+Green+Blue) = 115+91+80=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #735B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B50 is #8CA4AF. Grayscale: #606060. Windows color (decimal): -9217200 or 5266291. OLE color: 5266291.
HSL color Cylindrical-coordinate representation of color #735B50: hue angle of 18.86º degrees, saturation: 0.18, 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 #735B50 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 91 | 80 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.55 |
| HSL | 18.86º | 0.18% | 0.38% | - |
| HSV(B) | 18.86º | 0.3% | 0.45% | - |
| XYZ | 12.26 | 11.71 | 9.2 | - |
| YUV | 96.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 80 | 0 | 0.21 | 0.30 | 0.55 | 18.86 | 0.18 | 0.38 |
| Hex | 73 | 5B | 50 | 0 | 15 | 1E | 37 | 13 | 12 | 26 |
| Octal | 163 | 133 | 120 | 0 | 25 | 36 | 67 | 23 | 22 | 46 |
| Binary | 1110011 | 1011011 | 1010000 | 0 | 10101 | 11110 | 110111 | 10011 | 10010 | 100110 |
Color Harmonies of #735B50
Complementary color
Monochromatic Colors of #735B50
Black with #735B50
Text Example
Text Example
White with #735B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735B50; }
p { color: rgb(115,91,80); }
H1.HeaderClassName
{
color: #735B50;
}
.AnyTagClassName
{
color: #735B50;
}
</style>
background-color css
<style>
a { background-color: #735B50; }
a { background-color: rgb(115,91,80); }
div.DivClassName
{
background-color: #735B50;
}
.BgClassName
{
background-color: #735B50;
}
</style>
border-color css
<style>
span { border-color: #735B50; }
span { border-color: rgb(115,91,80); }
td.TdClassName
{
border-color: #735B50;
}
.TagClassName
{
border-color: #735B50;
}
</style>