Shades of Dorado #71574E
Tints of Dorado #71574E
RGB
CMYK
RGB Variations
Color information
#71574E (or 0x71574E) is known color: Dorado. HEX triplet: 71, 57 and 4E. RGB value is (113,87,78). Sum of RGB (Red+Green+Blue) = 113+87+78=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #71574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71574E is #8EA8B1. Grayscale: #5D5D5D. Windows color (decimal): -9349298 or 5134193. OLE color: 5134193.
HSL color Cylindrical-coordinate representation of color #71574E: hue angle of 15.43º 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 #71574E is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 87 | 78 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.56 |
| HSL | 15.43º | 0.18% | 0.37% | - |
| HSV(B) | 15.43º | 0.31% | 0.44% | - |
| XYZ | 11.59 | 10.88 | 8.7 | - |
| YUV | 93.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 87 | 78 | 0 | 0.23 | 0.31 | 0.56 | 15.43 | 0.18 | 0.37 |
| Hex | 71 | 57 | 4E | 0 | 17 | 1F | 38 | F | 12 | 25 |
| Octal | 161 | 127 | 116 | 0 | 27 | 37 | 70 | 17 | 22 | 45 |
| Binary | 1110001 | 1010111 | 1001110 | 0 | 10111 | 11111 | 111000 | 1111 | 10010 | 100101 |
Color Harmonies of #71574E
Complementary color
Monochromatic Colors of #71574E
Black with #71574E
Text Example
Text Example
White with #71574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71574E; }
p { color: rgb(113,87,78); }
H1.HeaderClassName
{
color: #71574E;
}
.AnyTagClassName
{
color: #71574E;
}
</style>
background-color css
<style>
a { background-color: #71574E; }
a { background-color: rgb(113,87,78); }
div.DivClassName
{
background-color: #71574E;
}
.BgClassName
{
background-color: #71574E;
}
</style>
border-color css
<style>
span { border-color: #71574E; }
span { border-color: rgb(113,87,78); }
td.TdClassName
{
border-color: #71574E;
}
.TagClassName
{
border-color: #71574E;
}
</style>