Shades of Dorado #715A4F
Tints of Dorado #715A4F
RGB
CMYK
RGB Variations
Color information
#715A4F (or 0x715A4F) is known color: Dorado. HEX triplet: 71, 5A and 4F. RGB value is (113,90,79). Sum of RGB (Red+Green+Blue) = 113+90+79=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #715A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715A4F is #8EA5B0. Grayscale: #5F5F5F. Windows color (decimal): -9348529 or 5200497. OLE color: 5200497.
HSL color Cylindrical-coordinate representation of color #715A4F: hue angle of 19.41º 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 #715A4F is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 90 | 79 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.56 |
| HSL | 19.41º | 0.18% | 0.38% | - |
| HSV(B) | 19.41º | 0.3% | 0.44% | - |
| XYZ | 11.88 | 11.39 | 8.97 | - |
| YUV | 95.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 79 | 0 | 0.20 | 0.30 | 0.56 | 19.41 | 0.18 | 0.38 |
| Hex | 71 | 5A | 4F | 0 | 14 | 1E | 38 | 13 | 12 | 26 |
| Octal | 161 | 132 | 117 | 0 | 24 | 36 | 70 | 23 | 22 | 46 |
| Binary | 1110001 | 1011010 | 1001111 | 0 | 10100 | 11110 | 111000 | 10011 | 10010 | 100110 |
Color Harmonies of #715A4F
Complementary color
Monochromatic Colors of #715A4F
Black with #715A4F
Text Example
Text Example
White with #715A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A4F; }
p { color: rgb(113,90,79); }
H1.HeaderClassName
{
color: #715A4F;
}
.AnyTagClassName
{
color: #715A4F;
}
</style>
background-color css
<style>
a { background-color: #715A4F; }
a { background-color: rgb(113,90,79); }
div.DivClassName
{
background-color: #715A4F;
}
.BgClassName
{
background-color: #715A4F;
}
</style>
border-color css
<style>
span { border-color: #715A4F; }
span { border-color: rgb(113,90,79); }
td.TdClassName
{
border-color: #715A4F;
}
.TagClassName
{
border-color: #715A4F;
}
</style>