Shades of Brown Derby #5D4938
Tints of Brown Derby #5D4938
RGB
CMYK
RGB Variations
Color information
#5D4938 (or 0x5D4938) is known color: Brown Derby. HEX triplet: 5D, 49 and 38. RGB value is (93,73,56). Sum of RGB (Red+Green+Blue) = 93+73+56=222 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.89% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4938 is #A2B6C7. Grayscale: #4D4D4D. Windows color (decimal): -10663624 or 3688797. OLE color: 3688797.
HSL color Cylindrical-coordinate representation of color #5D4938: hue angle of 27.57º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D4938 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 73 | 56 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.64 |
| HSL | 27.57º | 0.25% | 0.29% | - |
| HSV(B) | 27.57º | 0.4% | 0.36% | - |
| XYZ | 7.61 | 7.38 | 4.76 | - |
| YUV | 77.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 73 | 56 | 0 | 0.22 | 0.40 | 0.64 | 27.57 | 0.25 | 0.29 |
| Hex | 5D | 49 | 38 | 0 | 16 | 28 | 40 | 1C | 19 | 1D |
| Octal | 135 | 111 | 70 | 0 | 26 | 50 | 100 | 34 | 31 | 35 |
| Binary | 1011101 | 1001001 | 111000 | 0 | 10110 | 101000 | 1000000 | 11100 | 11001 | 11101 |
Color Harmonies of #5D4938
Complementary color
Monochromatic Colors of #5D4938
Black with #5D4938
Text Example
Text Example
White with #5D4938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4938; }
p { color: rgb(93,73,56); }
H1.HeaderClassName
{
color: #5D4938;
}
.AnyTagClassName
{
color: #5D4938;
}
</style>
background-color css
<style>
a { background-color: #5D4938; }
a { background-color: rgb(93,73,56); }
div.DivClassName
{
background-color: #5D4938;
}
.BgClassName
{
background-color: #5D4938;
}
</style>
border-color css
<style>
span { border-color: #5D4938; }
span { border-color: rgb(93,73,56); }
td.TdClassName
{
border-color: #5D4938;
}
.TagClassName
{
border-color: #5D4938;
}
</style>