Shades of Brown Derby #5C4437
Tints of Brown Derby #5C4437
RGB
CMYK
RGB Variations
Color information
#5C4437 (or 0x5C4437) is known color: Brown Derby. HEX triplet: 5C, 44 and 37. RGB value is (92,68,55). Sum of RGB (Red+Green+Blue) = 92+68+55=215 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.79% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4437 is #A3BBC8. Grayscale: #494949. Windows color (decimal): -10730441 or 3621980. OLE color: 3621980.
HSL color Cylindrical-coordinate representation of color #5C4437: hue angle of 21.08º 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 #5C4437 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 68 | 55 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.64 |
| HSL | 21.08º | 0.25% | 0.29% | - |
| HSV(B) | 21.08º | 0.4% | 0.36% | - |
| XYZ | 7.17 | 6.69 | 4.53 | - |
| YUV | 73.69 | 117.45 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 68 | 55 | 0 | 0.26 | 0.40 | 0.64 | 21.08 | 0.25 | 0.29 |
| Hex | 5C | 44 | 37 | 0 | 1A | 28 | 40 | 15 | 19 | 1D |
| Octal | 134 | 104 | 67 | 0 | 32 | 50 | 100 | 25 | 31 | 35 |
| Binary | 1011100 | 1000100 | 110111 | 0 | 11010 | 101000 | 1000000 | 10101 | 11001 | 11101 |
Color Harmonies of #5C4437
Complementary color
Monochromatic Colors of #5C4437
Black with #5C4437
Text Example
Text Example
White with #5C4437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4437; }
p { color: rgb(92,68,55); }
H1.HeaderClassName
{
color: #5C4437;
}
.AnyTagClassName
{
color: #5C4437;
}
</style>
background-color css
<style>
a { background-color: #5C4437; }
a { background-color: rgb(92,68,55); }
div.DivClassName
{
background-color: #5C4437;
}
.BgClassName
{
background-color: #5C4437;
}
</style>
border-color css
<style>
span { border-color: #5C4437; }
span { border-color: rgb(92,68,55); }
td.TdClassName
{
border-color: #5C4437;
}
.TagClassName
{
border-color: #5C4437;
}
</style>