Shades of Dorado #715A52
Tints of Dorado #715A52
RGB
CMYK
RGB Variations
Color information
#715A52 (or 0x715A52) is known color: Dorado. HEX triplet: 71, 5A and 52. RGB value is (113,90,82). Sum of RGB (Red+Green+Blue) = 113+90+82=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #715A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715A52 is #8EA5AD. Grayscale: #606060. Windows color (decimal): -9348526 or 5397105. OLE color: 5397105.
HSL color Cylindrical-coordinate representation of color #715A52: hue angle of 15.48º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #715A52 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 90 | 82 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.56 |
| HSL | 15.48º | 0.16% | 0.38% | - |
| HSV(B) | 15.48º | 0.27% | 0.44% | - |
| XYZ | 11.99 | 11.43 | 9.56 | - |
| YUV | 95.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 82 | 0 | 0.20 | 0.27 | 0.56 | 15.48 | 0.16 | 0.38 |
| Hex | 71 | 5A | 52 | 0 | 14 | 1B | 38 | F | 10 | 26 |
| Octal | 161 | 132 | 122 | 0 | 24 | 33 | 70 | 17 | 20 | 46 |
| Binary | 1110001 | 1011010 | 1010010 | 0 | 10100 | 11011 | 111000 | 1111 | 10000 | 100110 |
Color Harmonies of #715A52
Complementary color
Monochromatic Colors of #715A52
Black with #715A52
Text Example
Text Example
White with #715A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A52; }
p { color: rgb(113,90,82); }
H1.HeaderClassName
{
color: #715A52;
}
.AnyTagClassName
{
color: #715A52;
}
</style>
background-color css
<style>
a { background-color: #715A52; }
a { background-color: rgb(113,90,82); }
div.DivClassName
{
background-color: #715A52;
}
.BgClassName
{
background-color: #715A52;
}
</style>
border-color css
<style>
span { border-color: #715A52; }
span { border-color: rgb(113,90,82); }
td.TdClassName
{
border-color: #715A52;
}
.TagClassName
{
border-color: #715A52;
}
</style>