Shades of Don Juan #5D4449
Tints of Don Juan #5D4449
RGB
CMYK
RGB Variations
Color information
#5D4449 (or 0x5D4449) is known color: Don Juan. HEX triplet: 5D, 44 and 49. RGB value is (93,68,73). Sum of RGB (Red+Green+Blue) = 93+68+73=234 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.74% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4449 is #A2BBB6. Grayscale: #4C4C4C. Windows color (decimal): -10664887 or 4801629. OLE color: 4801629.
HSL color Cylindrical-coordinate representation of color #5D4449: hue angle of 348º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D4449 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 68 | 73 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.64 |
| HSL | 348º | 0.16% | 0.32% | - |
| HSV(B) | 348º | 0.27% | 0.36% | - |
| XYZ | 7.78 | 6.94 | 7.23 | - |
| YUV | 76.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 68 | 73 | 0 | 0.27 | 0.22 | 0.64 | 348 | 0.16 | 0.32 |
| Hex | 5D | 44 | 49 | 0 | 1B | 16 | 40 | 15C | 10 | 20 |
| Octal | 135 | 104 | 111 | 0 | 33 | 26 | 100 | 534 | 20 | 40 |
| Binary | 1011101 | 1000100 | 1001001 | 0 | 11011 | 10110 | 1000000 | 101011100 | 10000 | 100000 |
Color Harmonies of #5D4449
Complementary color
Monochromatic Colors of #5D4449
Black with #5D4449
Text Example
Text Example
White with #5D4449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4449; }
p { color: rgb(93,68,73); }
H1.HeaderClassName
{
color: #5D4449;
}
.AnyTagClassName
{
color: #5D4449;
}
</style>
background-color css
<style>
a { background-color: #5D4449; }
a { background-color: rgb(93,68,73); }
div.DivClassName
{
background-color: #5D4449;
}
.BgClassName
{
background-color: #5D4449;
}
</style>
border-color css
<style>
span { border-color: #5D4449; }
span { border-color: rgb(93,68,73); }
td.TdClassName
{
border-color: #5D4449;
}
.TagClassName
{
border-color: #5D4449;
}
</style>