Shades of Brown Derby #5C4938
Tints of Brown Derby #5C4938
RGB
CMYK
RGB Variations
Color information
#5C4938 (or 0x5C4938) is known color: Brown Derby. HEX triplet: 5C, 49 and 38. RGB value is (92,73,56). Sum of RGB (Red+Green+Blue) = 92+73+56=221 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.63% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4938 is #A3B6C7. Grayscale: #4C4C4C. Windows color (decimal): -10729160 or 3688796. OLE color: 3688796.
HSL color Cylindrical-coordinate representation of color #5C4938: hue angle of 28.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C4938 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 73 | 56 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.64 |
| HSL | 28.33º | 0.24% | 0.29% | - |
| HSV(B) | 28.33º | 0.39% | 0.36% | - |
| XYZ | 7.51 | 7.33 | 4.76 | - |
| YUV | 76.74 | 116.29 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 73 | 56 | 0 | 0.21 | 0.39 | 0.64 | 28.33 | 0.24 | 0.29 |
| Hex | 5C | 49 | 38 | 0 | 15 | 27 | 40 | 1C | 18 | 1D |
| Octal | 134 | 111 | 70 | 0 | 25 | 47 | 100 | 34 | 30 | 35 |
| Binary | 1011100 | 1001001 | 111000 | 0 | 10101 | 100111 | 1000000 | 11100 | 11000 | 11101 |
Color Harmonies of #5C4938
Complementary color
Monochromatic Colors of #5C4938
Black with #5C4938
Text Example
Text Example
White with #5C4938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4938; }
p { color: rgb(92,73,56); }
H1.HeaderClassName
{
color: #5C4938;
}
.AnyTagClassName
{
color: #5C4938;
}
</style>
background-color css
<style>
a { background-color: #5C4938; }
a { background-color: rgb(92,73,56); }
div.DivClassName
{
background-color: #5C4938;
}
.BgClassName
{
background-color: #5C4938;
}
</style>
border-color css
<style>
span { border-color: #5C4938; }
span { border-color: rgb(92,73,56); }
td.TdClassName
{
border-color: #5C4938;
}
.TagClassName
{
border-color: #5C4938;
}
</style>