Shades of Brown Derby #5A493C
Tints of Brown Derby #5A493C
RGB
CMYK
RGB Variations
Color information
#5A493C (or 0x5A493C) is known color: Brown Derby. HEX triplet: 5A, 49 and 3C. RGB value is (90,73,60). Sum of RGB (Red+Green+Blue) = 90+73+60=223 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.36% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 90 - color contains mainly: red. Hex color #5A493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A493C is #A5B6C3. Grayscale: #4C4C4C. Windows color (decimal): -10860228 or 3950938. OLE color: 3950938.
HSL color Cylindrical-coordinate representation of color #5A493C: hue angle of 26º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A493C is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 73 | 60 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.65 |
| HSL | 26º | 0.2% | 0.29% | - |
| HSV(B) | 26º | 0.33% | 0.35% | - |
| XYZ | 7.41 | 7.26 | 5.29 | - |
| YUV | 76.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 73 | 60 | 0 | 0.19 | 0.33 | 0.65 | 26 | 0.2 | 0.29 |
| Hex | 5A | 49 | 3C | 0 | 13 | 21 | 41 | 1A | 14 | 1D |
| Octal | 132 | 111 | 74 | 0 | 23 | 41 | 101 | 32 | 24 | 35 |
| Binary | 1011010 | 1001001 | 111100 | 0 | 10011 | 100001 | 1000001 | 11010 | 10100 | 11101 |
Color Harmonies of #5A493C
Complementary color
Monochromatic Colors of #5A493C
Black with #5A493C
Text Example
Text Example
White with #5A493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A493C; }
p { color: rgb(90,73,60); }
H1.HeaderClassName
{
color: #5A493C;
}
.AnyTagClassName
{
color: #5A493C;
}
</style>
background-color css
<style>
a { background-color: #5A493C; }
a { background-color: rgb(90,73,60); }
div.DivClassName
{
background-color: #5A493C;
}
.BgClassName
{
background-color: #5A493C;
}
</style>
border-color css
<style>
span { border-color: #5A493C; }
span { border-color: rgb(90,73,60); }
td.TdClassName
{
border-color: #5A493C;
}
.TagClassName
{
border-color: #5A493C;
}
</style>