Shades of Brown Derby #5D473B
Tints of Brown Derby #5D473B
RGB
CMYK
RGB Variations
Color information
#5D473B (or 0x5D473B) is known color: Brown Derby. HEX triplet: 5D, 47 and 3B. RGB value is (93,71,59). Sum of RGB (Red+Green+Blue) = 93+71+59=223 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.70% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 93 - color contains mainly: red. Hex color #5D473B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D473B is #A2B8C4. Grayscale: #4C4C4C. Windows color (decimal): -10664133 or 3884893. OLE color: 3884893.
HSL color Cylindrical-coordinate representation of color #5D473B: hue angle of 21.18º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D473B is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 71 | 59 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.64 |
| HSL | 21.18º | 0.22% | 0.3% | - |
| HSV(B) | 21.18º | 0.37% | 0.36% | - |
| XYZ | 7.56 | 7.15 | 5.12 | - |
| YUV | 76.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 71 | 59 | 0 | 0.24 | 0.37 | 0.64 | 21.18 | 0.22 | 0.3 |
| Hex | 5D | 47 | 3B | 0 | 18 | 25 | 40 | 15 | 16 | 1E |
| Octal | 135 | 107 | 73 | 0 | 30 | 45 | 100 | 25 | 26 | 36 |
| Binary | 1011101 | 1000111 | 111011 | 0 | 11000 | 100101 | 1000000 | 10101 | 10110 | 11110 |
Color Harmonies of #5D473B
Complementary color
Monochromatic Colors of #5D473B
Black with #5D473B
Text Example
Text Example
White with #5D473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D473B; }
p { color: rgb(93,71,59); }
H1.HeaderClassName
{
color: #5D473B;
}
.AnyTagClassName
{
color: #5D473B;
}
</style>
background-color css
<style>
a { background-color: #5D473B; }
a { background-color: rgb(93,71,59); }
div.DivClassName
{
background-color: #5D473B;
}
.BgClassName
{
background-color: #5D473B;
}
</style>
border-color css
<style>
span { border-color: #5D473B; }
span { border-color: rgb(93,71,59); }
td.TdClassName
{
border-color: #5D473B;
}
.TagClassName
{
border-color: #5D473B;
}
</style>