Shades of Brown Derby #5A463D
Tints of Brown Derby #5A463D
RGB
CMYK
RGB Variations
Color information
#5A463D (or 0x5A463D) is known color: Brown Derby. HEX triplet: 5A, 46 and 3D. RGB value is (90,70,61). Sum of RGB (Red+Green+Blue) = 90+70+61=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 90 - color contains mainly: red. Hex color #5A463D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A463D is #A5B9C2. Grayscale: #4B4B4B. Windows color (decimal): -10860995 or 4015706. OLE color: 4015706.
HSL color Cylindrical-coordinate representation of color #5A463D: hue angle of 18.62º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A463D is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 70 | 61 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.65 |
| HSL | 18.62º | 0.19% | 0.3% | - |
| HSV(B) | 18.62º | 0.32% | 0.35% | - |
| XYZ | 7.25 | 6.89 | 5.36 | - |
| YUV | 74.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 61 | 0 | 0.22 | 0.32 | 0.65 | 18.62 | 0.19 | 0.3 |
| Hex | 5A | 46 | 3D | 0 | 16 | 20 | 41 | 13 | 13 | 1E |
| Octal | 132 | 106 | 75 | 0 | 26 | 40 | 101 | 23 | 23 | 36 |
| Binary | 1011010 | 1000110 | 111101 | 0 | 10110 | 100000 | 1000001 | 10011 | 10011 | 11110 |
Color Harmonies of #5A463D
Complementary color
Monochromatic Colors of #5A463D
Black with #5A463D
Text Example
Text Example
White with #5A463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A463D; }
p { color: rgb(90,70,61); }
H1.HeaderClassName
{
color: #5A463D;
}
.AnyTagClassName
{
color: #5A463D;
}
</style>
background-color css
<style>
a { background-color: #5A463D; }
a { background-color: rgb(90,70,61); }
div.DivClassName
{
background-color: #5A463D;
}
.BgClassName
{
background-color: #5A463D;
}
</style>
border-color css
<style>
span { border-color: #5A463D; }
span { border-color: rgb(90,70,61); }
td.TdClassName
{
border-color: #5A463D;
}
.TagClassName
{
border-color: #5A463D;
}
</style>