Shades of Brown Derby #5D4A38
Tints of Brown Derby #5D4A38
RGB
CMYK
RGB Variations
Color information
#5D4A38 (or 0x5D4A38) is known color: Brown Derby. HEX triplet: 5D, 4A and 38. RGB value is (93,74,56). Sum of RGB (Red+Green+Blue) = 93+74+56=223 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.70% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4A38 is #A2B5C7. Grayscale: #4D4D4D. Windows color (decimal): -10663368 or 3689053. OLE color: 3689053.
HSL color Cylindrical-coordinate representation of color #5D4A38: hue angle of 29.19º 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 #5D4A38 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 74 | 56 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.64 |
| HSL | 29.19º | 0.25% | 0.29% | - |
| HSV(B) | 29.19º | 0.4% | 0.36% | - |
| XYZ | 7.68 | 7.51 | 4.79 | - |
| YUV | 77.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 74 | 56 | 0 | 0.20 | 0.40 | 0.64 | 29.19 | 0.25 | 0.29 |
| Hex | 5D | 4A | 38 | 0 | 14 | 28 | 40 | 1D | 19 | 1D |
| Octal | 135 | 112 | 70 | 0 | 24 | 50 | 100 | 35 | 31 | 35 |
| Binary | 1011101 | 1001010 | 111000 | 0 | 10100 | 101000 | 1000000 | 11101 | 11001 | 11101 |
Color Harmonies of #5D4A38
Complementary color
Monochromatic Colors of #5D4A38
Black with #5D4A38
Text Example
Text Example
White with #5D4A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4A38; }
p { color: rgb(93,74,56); }
H1.HeaderClassName
{
color: #5D4A38;
}
.AnyTagClassName
{
color: #5D4A38;
}
</style>
background-color css
<style>
a { background-color: #5D4A38; }
a { background-color: rgb(93,74,56); }
div.DivClassName
{
background-color: #5D4A38;
}
.BgClassName
{
background-color: #5D4A38;
}
</style>
border-color css
<style>
span { border-color: #5D4A38; }
span { border-color: rgb(93,74,56); }
td.TdClassName
{
border-color: #5D4A38;
}
.TagClassName
{
border-color: #5D4A38;
}
</style>