Shades of Dorado #71594E
Tints of Dorado #71594E
RGB
CMYK
RGB Variations
Color information
#71594E (or 0x71594E) is known color: Dorado. HEX triplet: 71, 59 and 4E. RGB value is (113,89,78). Sum of RGB (Red+Green+Blue) = 113+89+78=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #71594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71594E is #8EA6B1. Grayscale: #5E5E5E. Windows color (decimal): -9348786 or 5134705. OLE color: 5134705.
HSL color Cylindrical-coordinate representation of color #71594E: hue angle of 18.86º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71594E is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 89 | 78 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.56 |
| HSL | 18.86º | 0.18% | 0.37% | - |
| HSV(B) | 18.86º | 0.31% | 0.44% | - |
| XYZ | 11.76 | 11.21 | 8.75 | - |
| YUV | 94.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 89 | 78 | 0 | 0.21 | 0.31 | 0.56 | 18.86 | 0.18 | 0.37 |
| Hex | 71 | 59 | 4E | 0 | 15 | 1F | 38 | 13 | 12 | 25 |
| Octal | 161 | 131 | 116 | 0 | 25 | 37 | 70 | 23 | 22 | 45 |
| Binary | 1110001 | 1011001 | 1001110 | 0 | 10101 | 11111 | 111000 | 10011 | 10010 | 100101 |
Color Harmonies of #71594E
Complementary color
Monochromatic Colors of #71594E
Black with #71594E
Text Example
Text Example
White with #71594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71594E; }
p { color: rgb(113,89,78); }
H1.HeaderClassName
{
color: #71594E;
}
.AnyTagClassName
{
color: #71594E;
}
</style>
background-color css
<style>
a { background-color: #71594E; }
a { background-color: rgb(113,89,78); }
div.DivClassName
{
background-color: #71594E;
}
.BgClassName
{
background-color: #71594E;
}
</style>
border-color css
<style>
span { border-color: #71594E; }
span { border-color: rgb(113,89,78); }
td.TdClassName
{
border-color: #71594E;
}
.TagClassName
{
border-color: #71594E;
}
</style>