Shades of Dorado #71574F
Tints of Dorado #71574F
RGB
CMYK
RGB Variations
Color information
#71574F (or 0x71574F) is known color: Dorado. HEX triplet: 71, 57 and 4F. RGB value is (113,87,79). Sum of RGB (Red+Green+Blue) = 113+87+79=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #71574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71574F is #8EA8B0. Grayscale: #5D5D5D. Windows color (decimal): -9349297 or 5199729. OLE color: 5199729.
HSL color Cylindrical-coordinate representation of color #71574F: hue angle of 14.12º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71574F is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 87 | 79 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.56 |
| HSL | 14.12º | 0.18% | 0.38% | - |
| HSV(B) | 14.12º | 0.3% | 0.44% | - |
| XYZ | 11.63 | 10.89 | 8.89 | - |
| YUV | 93.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 87 | 79 | 0 | 0.23 | 0.30 | 0.56 | 14.12 | 0.18 | 0.38 |
| Hex | 71 | 57 | 4F | 0 | 17 | 1E | 38 | E | 12 | 26 |
| Octal | 161 | 127 | 117 | 0 | 27 | 36 | 70 | 16 | 22 | 46 |
| Binary | 1110001 | 1010111 | 1001111 | 0 | 10111 | 11110 | 111000 | 1110 | 10010 | 100110 |
Color Harmonies of #71574F
Complementary color
Monochromatic Colors of #71574F
Black with #71574F
Text Example
Text Example
White with #71574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71574F; }
p { color: rgb(113,87,79); }
H1.HeaderClassName
{
color: #71574F;
}
.AnyTagClassName
{
color: #71574F;
}
</style>
background-color css
<style>
a { background-color: #71574F; }
a { background-color: rgb(113,87,79); }
div.DivClassName
{
background-color: #71574F;
}
.BgClassName
{
background-color: #71574F;
}
</style>
border-color css
<style>
span { border-color: #71574F; }
span { border-color: rgb(113,87,79); }
td.TdClassName
{
border-color: #71574F;
}
.TagClassName
{
border-color: #71574F;
}
</style>