Shades of Brown Derby #5E4A39
Tints of Brown Derby #5E4A39
RGB
CMYK
RGB Variations
Color information
#5E4A39 (or 0x5E4A39) is known color: Brown Derby. HEX triplet: 5E, 4A and 39. RGB value is (94,74,57). Sum of RGB (Red+Green+Blue) = 94+74+57=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4A39 is #A1B5C6. Grayscale: #4E4E4E. Windows color (decimal): -10597831 or 3754590. OLE color: 3754590.
HSL color Cylindrical-coordinate representation of color #5E4A39: hue angle of 27.57º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E4A39 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 74 | 57 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.63 |
| HSL | 27.57º | 0.25% | 0.3% | - |
| HSV(B) | 27.57º | 0.39% | 0.37% | - |
| XYZ | 7.8 | 7.57 | 4.92 | - |
| YUV | 78.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 74 | 57 | 0 | 0.21 | 0.39 | 0.63 | 27.57 | 0.25 | 0.3 |
| Hex | 5E | 4A | 39 | 0 | 15 | 27 | 3F | 1C | 19 | 1E |
| Octal | 136 | 112 | 71 | 0 | 25 | 47 | 77 | 34 | 31 | 36 |
| Binary | 1011110 | 1001010 | 111001 | 0 | 10101 | 100111 | 111111 | 11100 | 11001 | 11110 |
Color Harmonies of #5E4A39
Complementary color
Monochromatic Colors of #5E4A39
Black with #5E4A39
Text Example
Text Example
White with #5E4A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4A39; }
p { color: rgb(94,74,57); }
H1.HeaderClassName
{
color: #5E4A39;
}
.AnyTagClassName
{
color: #5E4A39;
}
</style>
background-color css
<style>
a { background-color: #5E4A39; }
a { background-color: rgb(94,74,57); }
div.DivClassName
{
background-color: #5E4A39;
}
.BgClassName
{
background-color: #5E4A39;
}
</style>
border-color css
<style>
span { border-color: #5E4A39; }
span { border-color: rgb(94,74,57); }
td.TdClassName
{
border-color: #5E4A39;
}
.TagClassName
{
border-color: #5E4A39;
}
</style>