Shades of Don Juan #5A4C4F
Tints of Don Juan #5A4C4F
RGB
CMYK
RGB Variations
Color information
#5A4C4F (or 0x5A4C4F) is known color: Don Juan. HEX triplet: 5A, 4C and 4F. RGB value is (90,76,79). Sum of RGB (Red+Green+Blue) = 90+76+79=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4C4F is #A5B3B0. Grayscale: #505050. Windows color (decimal): -10859441 or 5196890. OLE color: 5196890.
HSL color Cylindrical-coordinate representation of color #5A4C4F: hue angle of 347.14º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5A4C4F is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 76 | 79 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.65 |
| HSL | 347.14º | 0.08% | 0.33% | - |
| HSV(B) | 347.14º | 0.16% | 0.35% | - |
| XYZ | 8.21 | 7.91 | 8.49 | - |
| YUV | 80.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 76 | 79 | 0 | 0.16 | 0.12 | 0.65 | 347.14 | 0.08 | 0.33 |
| Hex | 5A | 4C | 4F | 0 | 10 | C | 41 | 15B | 8 | 21 |
| Octal | 132 | 114 | 117 | 0 | 20 | 14 | 101 | 533 | 10 | 41 |
| Binary | 1011010 | 1001100 | 1001111 | 0 | 10000 | 1100 | 1000001 | 101011011 | 1000 | 100001 |
Color Harmonies of #5A4C4F
Complementary color
Monochromatic Colors of #5A4C4F
Black with #5A4C4F
Text Example
Text Example
White with #5A4C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4C4F; }
p { color: rgb(90,76,79); }
H1.HeaderClassName
{
color: #5A4C4F;
}
.AnyTagClassName
{
color: #5A4C4F;
}
</style>
background-color css
<style>
a { background-color: #5A4C4F; }
a { background-color: rgb(90,76,79); }
div.DivClassName
{
background-color: #5A4C4F;
}
.BgClassName
{
background-color: #5A4C4F;
}
</style>
border-color css
<style>
span { border-color: #5A4C4F; }
span { border-color: rgb(90,76,79); }
td.TdClassName
{
border-color: #5A4C4F;
}
.TagClassName
{
border-color: #5A4C4F;
}
</style>