Shades of Don Juan #5E4649
Tints of Don Juan #5E4649
RGB
CMYK
RGB Variations
Color information
#5E4649 (or 0x5E4649) is known color: Don Juan. HEX triplet: 5E, 46 and 49. RGB value is (94,70,73). Sum of RGB (Red+Green+Blue) = 94+70+73=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4649 is #A1B9B6. Grayscale: #4D4D4D. Windows color (decimal): -10598839 or 4802142. OLE color: 4802142.
HSL color Cylindrical-coordinate representation of color #5E4649: hue angle of 352.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E4649 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 70 | 73 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.63 |
| HSL | 352.5º | 0.15% | 0.32% | - |
| HSV(B) | 352.5º | 0.26% | 0.37% | - |
| XYZ | 8.01 | 7.24 | 7.28 | - |
| YUV | 77.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 70 | 73 | 0 | 0.26 | 0.22 | 0.63 | 352.5 | 0.15 | 0.32 |
| Hex | 5E | 46 | 49 | 0 | 1A | 16 | 3F | 160 | F | 20 |
| Octal | 136 | 106 | 111 | 0 | 32 | 26 | 77 | 540 | 17 | 40 |
| Binary | 1011110 | 1000110 | 1001001 | 0 | 11010 | 10110 | 111111 | 101100000 | 1111 | 100000 |
Color Harmonies of #5E4649
Complementary color
Monochromatic Colors of #5E4649
Black with #5E4649
Text Example
Text Example
White with #5E4649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4649; }
p { color: rgb(94,70,73); }
H1.HeaderClassName
{
color: #5E4649;
}
.AnyTagClassName
{
color: #5E4649;
}
</style>
background-color css
<style>
a { background-color: #5E4649; }
a { background-color: rgb(94,70,73); }
div.DivClassName
{
background-color: #5E4649;
}
.BgClassName
{
background-color: #5E4649;
}
</style>
border-color css
<style>
span { border-color: #5E4649; }
span { border-color: rgb(94,70,73); }
td.TdClassName
{
border-color: #5E4649;
}
.TagClassName
{
border-color: #5E4649;
}
</style>