Shades of Dorado #75594C
Tints of Dorado #75594C
RGB
CMYK
RGB Variations
Color information
#75594C (or 0x75594C) is known color: Dorado. HEX triplet: 75, 59 and 4C. RGB value is (117,89,76). Sum of RGB (Red+Green+Blue) = 117+89+76=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #75594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75594C is #8AA6B3. Grayscale: #5F5F5F. Windows color (decimal): -9086644 or 5003637. OLE color: 5003637.
HSL color Cylindrical-coordinate representation of color #75594C: hue angle of 19.02º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75594C is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 89 | 76 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.54 |
| HSL | 19.02º | 0.21% | 0.38% | - |
| HSV(B) | 19.02º | 0.35% | 0.46% | - |
| XYZ | 12.21 | 11.45 | 8.4 | - |
| YUV | 95.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 89 | 76 | 0 | 0.24 | 0.35 | 0.54 | 19.02 | 0.21 | 0.38 |
| Hex | 75 | 59 | 4C | 0 | 18 | 23 | 36 | 13 | 15 | 26 |
| Octal | 165 | 131 | 114 | 0 | 30 | 43 | 66 | 23 | 25 | 46 |
| Binary | 1110101 | 1011001 | 1001100 | 0 | 11000 | 100011 | 110110 | 10011 | 10101 | 100110 |
Color Harmonies of #75594C
Complementary color
Monochromatic Colors of #75594C
Black with #75594C
Text Example
Text Example
White with #75594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75594C; }
p { color: rgb(117,89,76); }
H1.HeaderClassName
{
color: #75594C;
}
.AnyTagClassName
{
color: #75594C;
}
</style>
background-color css
<style>
a { background-color: #75594C; }
a { background-color: rgb(117,89,76); }
div.DivClassName
{
background-color: #75594C;
}
.BgClassName
{
background-color: #75594C;
}
</style>
border-color css
<style>
span { border-color: #75594C; }
span { border-color: rgb(117,89,76); }
td.TdClassName
{
border-color: #75594C;
}
.TagClassName
{
border-color: #75594C;
}
</style>