Shades of Brown Derby #5A4635
Tints of Brown Derby #5A4635
RGB
CMYK
RGB Variations
Color information
#5A4635 (or 0x5A4635) is known color: Brown Derby. HEX triplet: 5A, 46 and 35. RGB value is (90,70,53). Sum of RGB (Red+Green+Blue) = 90+70+53=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4635 is #A5B9CA. Grayscale: #4A4A4A. Windows color (decimal): -10861003 or 3491418. OLE color: 3491418.
HSL color Cylindrical-coordinate representation of color #5A4635: hue angle of 27.57º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A4635 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 70 | 53 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.65 |
| HSL | 27.57º | 0.26% | 0.28% | - |
| HSV(B) | 27.57º | 0.41% | 0.35% | - |
| XYZ | 7.05 | 6.81 | 4.31 | - |
| YUV | 74.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 53 | 0 | 0.22 | 0.41 | 0.65 | 27.57 | 0.26 | 0.28 |
| Hex | 5A | 46 | 35 | 0 | 16 | 29 | 41 | 1C | 1A | 1C |
| Octal | 132 | 106 | 65 | 0 | 26 | 51 | 101 | 34 | 32 | 34 |
| Binary | 1011010 | 1000110 | 110101 | 0 | 10110 | 101001 | 1000001 | 11100 | 11010 | 11100 |
Color Harmonies of #5A4635
Complementary color
Monochromatic Colors of #5A4635
Black with #5A4635
Text Example
Text Example
White with #5A4635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4635; }
p { color: rgb(90,70,53); }
H1.HeaderClassName
{
color: #5A4635;
}
.AnyTagClassName
{
color: #5A4635;
}
</style>
background-color css
<style>
a { background-color: #5A4635; }
a { background-color: rgb(90,70,53); }
div.DivClassName
{
background-color: #5A4635;
}
.BgClassName
{
background-color: #5A4635;
}
</style>
border-color css
<style>
span { border-color: #5A4635; }
span { border-color: rgb(90,70,53); }
td.TdClassName
{
border-color: #5A4635;
}
.TagClassName
{
border-color: #5A4635;
}
</style>