Shades of Brown Derby #5D4838
Tints of Brown Derby #5D4838
RGB
CMYK
RGB Variations
Color information
#5D4838 (or 0x5D4838) is known color: Brown Derby. HEX triplet: 5D, 48 and 38. RGB value is (93,72,56). Sum of RGB (Red+Green+Blue) = 93+72+56=221 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.08% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4838 is #A2B7C7. Grayscale: #4C4C4C. Windows color (decimal): -10663880 or 3688541. OLE color: 3688541.
HSL color Cylindrical-coordinate representation of color #5D4838: hue angle of 25.95º 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 #5D4838 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 72 | 56 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.64 |
| HSL | 25.95º | 0.25% | 0.29% | - |
| HSV(B) | 25.95º | 0.4% | 0.36% | - |
| XYZ | 7.55 | 7.25 | 4.74 | - |
| YUV | 76.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 72 | 56 | 0 | 0.23 | 0.40 | 0.64 | 25.95 | 0.25 | 0.29 |
| Hex | 5D | 48 | 38 | 0 | 17 | 28 | 40 | 1A | 19 | 1D |
| Octal | 135 | 110 | 70 | 0 | 27 | 50 | 100 | 32 | 31 | 35 |
| Binary | 1011101 | 1001000 | 111000 | 0 | 10111 | 101000 | 1000000 | 11010 | 11001 | 11101 |
Color Harmonies of #5D4838
Complementary color
Monochromatic Colors of #5D4838
Black with #5D4838
Text Example
Text Example
White with #5D4838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4838; }
p { color: rgb(93,72,56); }
H1.HeaderClassName
{
color: #5D4838;
}
.AnyTagClassName
{
color: #5D4838;
}
</style>
background-color css
<style>
a { background-color: #5D4838; }
a { background-color: rgb(93,72,56); }
div.DivClassName
{
background-color: #5D4838;
}
.BgClassName
{
background-color: #5D4838;
}
</style>
border-color css
<style>
span { border-color: #5D4838; }
span { border-color: rgb(93,72,56); }
td.TdClassName
{
border-color: #5D4838;
}
.TagClassName
{
border-color: #5D4838;
}
</style>