Shades of Don Juan #5F4449
Tints of Don Juan #5F4449
RGB
CMYK
RGB Variations
Color information
#5F4449 (or 0x5F4449) is known color: Don Juan. HEX triplet: 5F, 44 and 49. RGB value is (95,68,73). Sum of RGB (Red+Green+Blue) = 95+68+73=236 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.25% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4449 is #A0BBB6. Grayscale: #4C4C4C. Windows color (decimal): -10533815 or 4801631. OLE color: 4801631.
HSL color Cylindrical-coordinate representation of color #5F4449: 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.28%. Process color model (Four color, CMYK) of #5F4449 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 68 | 73 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.63 |
| HSL | 348.89º | 0.17% | 0.32% | - |
| HSV(B) | 348.89º | 0.28% | 0.37% | - |
| XYZ | 7.99 | 7.05 | 7.24 | - |
| YUV | 76.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 68 | 73 | 0 | 0.28 | 0.23 | 0.63 | 348.89 | 0.17 | 0.32 |
| Hex | 5F | 44 | 49 | 0 | 1C | 17 | 3F | 15D | 11 | 20 |
| Octal | 137 | 104 | 111 | 0 | 34 | 27 | 77 | 535 | 21 | 40 |
| Binary | 1011111 | 1000100 | 1001001 | 0 | 11100 | 10111 | 111111 | 101011101 | 10001 | 100000 |
Color Harmonies of #5F4449
Complementary color
Monochromatic Colors of #5F4449
Black with #5F4449
Text Example
Text Example
White with #5F4449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4449; }
p { color: rgb(95,68,73); }
H1.HeaderClassName
{
color: #5F4449;
}
.AnyTagClassName
{
color: #5F4449;
}
</style>
background-color css
<style>
a { background-color: #5F4449; }
a { background-color: rgb(95,68,73); }
div.DivClassName
{
background-color: #5F4449;
}
.BgClassName
{
background-color: #5F4449;
}
</style>
border-color css
<style>
span { border-color: #5F4449; }
span { border-color: rgb(95,68,73); }
td.TdClassName
{
border-color: #5F4449;
}
.TagClassName
{
border-color: #5F4449;
}
</style>