Shades of Brown Derby #5E4836
Tints of Brown Derby #5E4836
RGB
CMYK
RGB Variations
Color information
#5E4836 (or 0x5E4836) is known color: Brown Derby. HEX triplet: 5E, 48 and 36. RGB value is (94,72,54). Sum of RGB (Red+Green+Blue) = 94+72+54=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4836 is #A1B7C9. Grayscale: #4C4C4C. Windows color (decimal): -10598346 or 3557470. OLE color: 3557470.
HSL color Cylindrical-coordinate representation of color #5E4836: hue angle of 27º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E4836 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 72 | 54 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.63 |
| HSL | 27º | 0.27% | 0.29% | - |
| HSV(B) | 27º | 0.43% | 0.37% | - |
| XYZ | 7.6 | 7.28 | 4.49 | - |
| YUV | 76.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 72 | 54 | 0 | 0.23 | 0.43 | 0.63 | 27 | 0.27 | 0.29 |
| Hex | 5E | 48 | 36 | 0 | 17 | 2B | 3F | 1B | 1B | 1D |
| Octal | 136 | 110 | 66 | 0 | 27 | 53 | 77 | 33 | 33 | 35 |
| Binary | 1011110 | 1001000 | 110110 | 0 | 10111 | 101011 | 111111 | 11011 | 11011 | 11101 |
Color Harmonies of #5E4836
Complementary color
Monochromatic Colors of #5E4836
Black with #5E4836
Text Example
Text Example
White with #5E4836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4836; }
p { color: rgb(94,72,54); }
H1.HeaderClassName
{
color: #5E4836;
}
.AnyTagClassName
{
color: #5E4836;
}
</style>
background-color css
<style>
a { background-color: #5E4836; }
a { background-color: rgb(94,72,54); }
div.DivClassName
{
background-color: #5E4836;
}
.BgClassName
{
background-color: #5E4836;
}
</style>
border-color css
<style>
span { border-color: #5E4836; }
span { border-color: rgb(94,72,54); }
td.TdClassName
{
border-color: #5E4836;
}
.TagClassName
{
border-color: #5E4836;
}
</style>