Shades of Don Juan #5E4348
Tints of Don Juan #5E4348
RGB
CMYK
RGB Variations
Color information
#5E4348 (or 0x5E4348) is known color: Don Juan. HEX triplet: 5E, 43 and 48. RGB value is (94,67,72). Sum of RGB (Red+Green+Blue) = 94+67+72=233 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.34% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4348 is #A1BCB7. Grayscale: #4B4B4B. Windows color (decimal): -10599608 or 4735838. OLE color: 4735838.
HSL color Cylindrical-coordinate representation of color #5E4348: hue angle of 348.89º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E4348 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 67 | 72 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.63 |
| HSL | 348.89º | 0.17% | 0.32% | - |
| HSV(B) | 348.89º | 0.29% | 0.37% | - |
| XYZ | 7.79 | 6.86 | 7.04 | - |
| YUV | 75.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 67 | 72 | 0 | 0.29 | 0.23 | 0.63 | 348.89 | 0.17 | 0.32 |
| Hex | 5E | 43 | 48 | 0 | 1D | 17 | 3F | 15D | 11 | 20 |
| Octal | 136 | 103 | 110 | 0 | 35 | 27 | 77 | 535 | 21 | 40 |
| Binary | 1011110 | 1000011 | 1001000 | 0 | 11101 | 10111 | 111111 | 101011101 | 10001 | 100000 |
Color Harmonies of #5E4348
Complementary color
Monochromatic Colors of #5E4348
Black with #5E4348
Text Example
Text Example
White with #5E4348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4348; }
p { color: rgb(94,67,72); }
H1.HeaderClassName
{
color: #5E4348;
}
.AnyTagClassName
{
color: #5E4348;
}
</style>
background-color css
<style>
a { background-color: #5E4348; }
a { background-color: rgb(94,67,72); }
div.DivClassName
{
background-color: #5E4348;
}
.BgClassName
{
background-color: #5E4348;
}
</style>
border-color css
<style>
span { border-color: #5E4348; }
span { border-color: rgb(94,67,72); }
td.TdClassName
{
border-color: #5E4348;
}
.TagClassName
{
border-color: #5E4348;
}
</style>