Shades of Don Juan #5A4A4E
Tints of Don Juan #5A4A4E
RGB
CMYK
RGB Variations
Color information
#5A4A4E (or 0x5A4A4E) is known color: Don Juan. HEX triplet: 5A, 4A and 4E. RGB value is (90,74,78). Sum of RGB (Red+Green+Blue) = 90+74+78=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4A4E is #A5B5B1. Grayscale: #4F4F4F. Windows color (decimal): -10859954 or 5130842. OLE color: 5130842.
HSL color Cylindrical-coordinate representation of color #5A4A4E: hue angle of 345º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5A4A4E is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 74 | 78 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.65 |
| HSL | 345º | 0.1% | 0.32% | - |
| HSV(B) | 345º | 0.18% | 0.35% | - |
| XYZ | 8.04 | 7.62 | 8.26 | - |
| YUV | 79.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 74 | 78 | 0 | 0.18 | 0.13 | 0.65 | 345 | 0.1 | 0.32 |
| Hex | 5A | 4A | 4E | 0 | 12 | D | 41 | 159 | A | 20 |
| Octal | 132 | 112 | 116 | 0 | 22 | 15 | 101 | 531 | 12 | 40 |
| Binary | 1011010 | 1001010 | 1001110 | 0 | 10010 | 1101 | 1000001 | 101011001 | 1010 | 100000 |
Color Harmonies of #5A4A4E
Complementary color
Monochromatic Colors of #5A4A4E
Black with #5A4A4E
Text Example
Text Example
White with #5A4A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4A4E; }
p { color: rgb(90,74,78); }
H1.HeaderClassName
{
color: #5A4A4E;
}
.AnyTagClassName
{
color: #5A4A4E;
}
</style>
background-color css
<style>
a { background-color: #5A4A4E; }
a { background-color: rgb(90,74,78); }
div.DivClassName
{
background-color: #5A4A4E;
}
.BgClassName
{
background-color: #5A4A4E;
}
</style>
border-color css
<style>
span { border-color: #5A4A4E; }
span { border-color: rgb(90,74,78); }
td.TdClassName
{
border-color: #5A4A4E;
}
.TagClassName
{
border-color: #5A4A4E;
}
</style>