Shades of Brown Derby #5E4738
Tints of Brown Derby #5E4738
RGB
CMYK
RGB Variations
Color information
#5E4738 (or 0x5E4738) is known color: Brown Derby. HEX triplet: 5E, 47 and 38. RGB value is (94,71,56). Sum of RGB (Red+Green+Blue) = 94+71+56=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4738 is #A1B8C7. Grayscale: #4C4C4C. Windows color (decimal): -10598600 or 3688286. OLE color: 3688286.
HSL color Cylindrical-coordinate representation of color #5E4738: hue angle of 23.68º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E4738 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 71 | 56 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.63 |
| HSL | 23.68º | 0.25% | 0.29% | - |
| HSV(B) | 23.68º | 0.4% | 0.37% | - |
| XYZ | 7.58 | 7.17 | 4.73 | - |
| YUV | 76.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 71 | 56 | 0 | 0.24 | 0.40 | 0.63 | 23.68 | 0.25 | 0.29 |
| Hex | 5E | 47 | 38 | 0 | 18 | 28 | 3F | 18 | 19 | 1D |
| Octal | 136 | 107 | 70 | 0 | 30 | 50 | 77 | 30 | 31 | 35 |
| Binary | 1011110 | 1000111 | 111000 | 0 | 11000 | 101000 | 111111 | 11000 | 11001 | 11101 |
Color Harmonies of #5E4738
Complementary color
Monochromatic Colors of #5E4738
Black with #5E4738
Text Example
Text Example
White with #5E4738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4738; }
p { color: rgb(94,71,56); }
H1.HeaderClassName
{
color: #5E4738;
}
.AnyTagClassName
{
color: #5E4738;
}
</style>
background-color css
<style>
a { background-color: #5E4738; }
a { background-color: rgb(94,71,56); }
div.DivClassName
{
background-color: #5E4738;
}
.BgClassName
{
background-color: #5E4738;
}
</style>
border-color css
<style>
span { border-color: #5E4738; }
span { border-color: rgb(94,71,56); }
td.TdClassName
{
border-color: #5E4738;
}
.TagClassName
{
border-color: #5E4738;
}
</style>