Shades of Brown Derby #5A4837
Tints of Brown Derby #5A4837
RGB
CMYK
RGB Variations
Color information
#5A4837 (or 0x5A4837) is known color: Brown Derby. HEX triplet: 5A, 48 and 37. RGB value is (90,72,55). Sum of RGB (Red+Green+Blue) = 90+72+55=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4837 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4837 is #A5B7C8. Grayscale: #4B4B4B. Windows color (decimal): -10860489 or 3623002. OLE color: 3623002.
HSL color Cylindrical-coordinate representation of color #5A4837: hue angle of 29.14º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A4837 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 72 | 55 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.65 |
| HSL | 29.14º | 0.24% | 0.28% | - |
| HSV(B) | 29.14º | 0.39% | 0.35% | - |
| XYZ | 7.22 | 7.08 | 4.6 | - |
| YUV | 75.44 | 116.46 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 72 | 55 | 0 | 0.20 | 0.39 | 0.65 | 29.14 | 0.24 | 0.28 |
| Hex | 5A | 48 | 37 | 0 | 14 | 27 | 41 | 1D | 18 | 1C |
| Octal | 132 | 110 | 67 | 0 | 24 | 47 | 101 | 35 | 30 | 34 |
| Binary | 1011010 | 1001000 | 110111 | 0 | 10100 | 100111 | 1000001 | 11101 | 11000 | 11100 |
Color Harmonies of #5A4837
Complementary color
Monochromatic Colors of #5A4837
Black with #5A4837
Text Example
Text Example
White with #5A4837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4837; }
p { color: rgb(90,72,55); }
H1.HeaderClassName
{
color: #5A4837;
}
.AnyTagClassName
{
color: #5A4837;
}
</style>
background-color css
<style>
a { background-color: #5A4837; }
a { background-color: rgb(90,72,55); }
div.DivClassName
{
background-color: #5A4837;
}
.BgClassName
{
background-color: #5A4837;
}
</style>
border-color css
<style>
span { border-color: #5A4837; }
span { border-color: rgb(90,72,55); }
td.TdClassName
{
border-color: #5A4837;
}
.TagClassName
{
border-color: #5A4837;
}
</style>