Shades of Don Juan #5E474A
Tints of Don Juan #5E474A
RGB
CMYK
RGB Variations
Color information
#5E474A (or 0x5E474A) is known color: Don Juan. HEX triplet: 5E, 47 and 4A. RGB value is (94,71,74). Sum of RGB (Red+Green+Blue) = 94+71+74=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 94 - color contains mainly: red. Hex color #5E474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E474A is #A1B8B5. Grayscale: #4E4E4E. Windows color (decimal): -10598582 or 4867934. OLE color: 4867934.
HSL color Cylindrical-coordinate representation of color #5E474A: hue angle of 352.17º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E474A is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 71 | 74 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.63 |
| HSL | 352.17º | 0.14% | 0.32% | - |
| HSV(B) | 352.17º | 0.24% | 0.37% | - |
| XYZ | 8.11 | 7.38 | 7.48 | - |
| YUV | 78.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 71 | 74 | 0 | 0.24 | 0.21 | 0.63 | 352.17 | 0.14 | 0.32 |
| Hex | 5E | 47 | 4A | 0 | 18 | 15 | 3F | 160 | E | 20 |
| Octal | 136 | 107 | 112 | 0 | 30 | 25 | 77 | 540 | 16 | 40 |
| Binary | 1011110 | 1000111 | 1001010 | 0 | 11000 | 10101 | 111111 | 101100000 | 1110 | 100000 |
Color Harmonies of #5E474A
Complementary color
Monochromatic Colors of #5E474A
Black with #5E474A
Text Example
Text Example
White with #5E474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E474A; }
p { color: rgb(94,71,74); }
H1.HeaderClassName
{
color: #5E474A;
}
.AnyTagClassName
{
color: #5E474A;
}
</style>
background-color css
<style>
a { background-color: #5E474A; }
a { background-color: rgb(94,71,74); }
div.DivClassName
{
background-color: #5E474A;
}
.BgClassName
{
background-color: #5E474A;
}
</style>
border-color css
<style>
span { border-color: #5E474A; }
span { border-color: rgb(94,71,74); }
td.TdClassName
{
border-color: #5E474A;
}
.TagClassName
{
border-color: #5E474A;
}
</style>