Shades of Brown Derby #5C4937
Tints of Brown Derby #5C4937
RGB
CMYK
RGB Variations
Color information
#5C4937 (or 0x5C4937) is known color: Brown Derby. HEX triplet: 5C, 49 and 37. RGB value is (92,73,55). Sum of RGB (Red+Green+Blue) = 92+73+55=220 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.82% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4937 is #A3B6C8. Grayscale: #4C4C4C. Windows color (decimal): -10729161 or 3623260. OLE color: 3623260.
HSL color Cylindrical-coordinate representation of color #5C4937: hue angle of 29.19º 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 #5C4937 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 73 | 55 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.64 |
| HSL | 29.19º | 0.25% | 0.29% | - |
| HSV(B) | 29.19º | 0.4% | 0.36% | - |
| XYZ | 7.49 | 7.32 | 4.63 | - |
| YUV | 76.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 73 | 55 | 0 | 0.21 | 0.40 | 0.64 | 29.19 | 0.25 | 0.29 |
| Hex | 5C | 49 | 37 | 0 | 15 | 28 | 40 | 1D | 19 | 1D |
| Octal | 134 | 111 | 67 | 0 | 25 | 50 | 100 | 35 | 31 | 35 |
| Binary | 1011100 | 1001001 | 110111 | 0 | 10101 | 101000 | 1000000 | 11101 | 11001 | 11101 |
Color Harmonies of #5C4937
Complementary color
Monochromatic Colors of #5C4937
Black with #5C4937
Text Example
Text Example
White with #5C4937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4937; }
p { color: rgb(92,73,55); }
H1.HeaderClassName
{
color: #5C4937;
}
.AnyTagClassName
{
color: #5C4937;
}
</style>
background-color css
<style>
a { background-color: #5C4937; }
a { background-color: rgb(92,73,55); }
div.DivClassName
{
background-color: #5C4937;
}
.BgClassName
{
background-color: #5C4937;
}
</style>
border-color css
<style>
span { border-color: #5C4937; }
span { border-color: rgb(92,73,55); }
td.TdClassName
{
border-color: #5C4937;
}
.TagClassName
{
border-color: #5C4937;
}
</style>