Shades of Brown Derby #5A4639
Tints of Brown Derby #5A4639
RGB
CMYK
RGB Variations
Color information
#5A4639 (or 0x5A4639) is known color: Brown Derby. HEX triplet: 5A, 46 and 39. RGB value is (90,70,57). Sum of RGB (Red+Green+Blue) = 90+70+57=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4639 is #A5B9C6. Grayscale: #4A4A4A. Windows color (decimal): -10860999 or 3753562. OLE color: 3753562.
HSL color Cylindrical-coordinate representation of color #5A4639: hue angle of 23.64º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A4639 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 70 | 57 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.65 |
| HSL | 23.64º | 0.22% | 0.29% | - |
| HSV(B) | 23.64º | 0.37% | 0.35% | - |
| XYZ | 7.15 | 6.85 | 4.82 | - |
| YUV | 74.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 57 | 0 | 0.22 | 0.37 | 0.65 | 23.64 | 0.22 | 0.29 |
| Hex | 5A | 46 | 39 | 0 | 16 | 25 | 41 | 18 | 16 | 1D |
| Octal | 132 | 106 | 71 | 0 | 26 | 45 | 101 | 30 | 26 | 35 |
| Binary | 1011010 | 1000110 | 111001 | 0 | 10110 | 100101 | 1000001 | 11000 | 10110 | 11101 |
Color Harmonies of #5A4639
Complementary color
Monochromatic Colors of #5A4639
Black with #5A4639
Text Example
Text Example
White with #5A4639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4639; }
p { color: rgb(90,70,57); }
H1.HeaderClassName
{
color: #5A4639;
}
.AnyTagClassName
{
color: #5A4639;
}
</style>
background-color css
<style>
a { background-color: #5A4639; }
a { background-color: rgb(90,70,57); }
div.DivClassName
{
background-color: #5A4639;
}
.BgClassName
{
background-color: #5A4639;
}
</style>
border-color css
<style>
span { border-color: #5A4639; }
span { border-color: rgb(90,70,57); }
td.TdClassName
{
border-color: #5A4639;
}
.TagClassName
{
border-color: #5A4639;
}
</style>