Shades of Brown Derby #5E4532
Tints of Brown Derby #5E4532
RGB
CMYK
RGB Variations
Color information
#5E4532 (or 0x5E4532) is known color: Brown Derby. HEX triplet: 5E, 45 and 32. RGB value is (94,69,50). Sum of RGB (Red+Green+Blue) = 94+69+50=213 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.13% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4532 is #A1BACD. Grayscale: #4A4A4A. Windows color (decimal): -10599118 or 3294558. OLE color: 3294558.
HSL color Cylindrical-coordinate representation of color #5E4532: hue angle of 25.91º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E4532 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 69 | 50 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.63 |
| HSL | 25.91º | 0.31% | 0.28% | - |
| HSV(B) | 25.91º | 0.47% | 0.37% | - |
| XYZ | 7.32 | 6.87 | 3.96 | - |
| YUV | 74.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 69 | 50 | 0 | 0.27 | 0.47 | 0.63 | 25.91 | 0.31 | 0.28 |
| Hex | 5E | 45 | 32 | 0 | 1B | 2F | 3F | 1A | 1F | 1C |
| Octal | 136 | 105 | 62 | 0 | 33 | 57 | 77 | 32 | 37 | 34 |
| Binary | 1011110 | 1000101 | 110010 | 0 | 11011 | 101111 | 111111 | 11010 | 11111 | 11100 |
Color Harmonies of #5E4532
Complementary color
Monochromatic Colors of #5E4532
Black with #5E4532
Text Example
Text Example
White with #5E4532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4532; }
p { color: rgb(94,69,50); }
H1.HeaderClassName
{
color: #5E4532;
}
.AnyTagClassName
{
color: #5E4532;
}
</style>
background-color css
<style>
a { background-color: #5E4532; }
a { background-color: rgb(94,69,50); }
div.DivClassName
{
background-color: #5E4532;
}
.BgClassName
{
background-color: #5E4532;
}
</style>
border-color css
<style>
span { border-color: #5E4532; }
span { border-color: rgb(94,69,50); }
td.TdClassName
{
border-color: #5E4532;
}
.TagClassName
{
border-color: #5E4532;
}
</style>