Shades of Dorado #735D52
Tints of Dorado #735D52
RGB
CMYK
RGB Variations
Color information
#735D52 (or 0x735D52) is known color: Dorado. HEX triplet: 73, 5D and 52. RGB value is (115,93,82). Sum of RGB (Red+Green+Blue) = 115+93+82=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 115 - color contains mainly: red. Hex color #735D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735D52 is #8CA2AD. Grayscale: #626262. Windows color (decimal): -9216686 or 5397875. OLE color: 5397875.
HSL color Cylindrical-coordinate representation of color #735D52: hue angle of 20º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #735D52 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 82 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.55 |
| HSL | 20º | 0.17% | 0.39% | - |
| HSV(B) | 20º | 0.29% | 0.45% | - |
| XYZ | 12.51 | 12.08 | 9.66 | - |
| YUV | 98.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 82 | 0 | 0.19 | 0.29 | 0.55 | 20 | 0.17 | 0.39 |
| Hex | 73 | 5D | 52 | 0 | 13 | 1D | 37 | 14 | 11 | 27 |
| Octal | 163 | 135 | 122 | 0 | 23 | 35 | 67 | 24 | 21 | 47 |
| Binary | 1110011 | 1011101 | 1010010 | 0 | 10011 | 11101 | 110111 | 10100 | 10001 | 100111 |
Color Harmonies of #735D52
Complementary color
Monochromatic Colors of #735D52
Black with #735D52
Text Example
Text Example
White with #735D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D52; }
p { color: rgb(115,93,82); }
H1.HeaderClassName
{
color: #735D52;
}
.AnyTagClassName
{
color: #735D52;
}
</style>
background-color css
<style>
a { background-color: #735D52; }
a { background-color: rgb(115,93,82); }
div.DivClassName
{
background-color: #735D52;
}
.BgClassName
{
background-color: #735D52;
}
</style>
border-color css
<style>
span { border-color: #735D52; }
span { border-color: rgb(115,93,82); }
td.TdClassName
{
border-color: #735D52;
}
.TagClassName
{
border-color: #735D52;
}
</style>