Shades of Brown Derby #5C493A
Tints of Brown Derby #5C493A
RGB
CMYK
RGB Variations
Color information
#5C493A (or 0x5C493A) is known color: Brown Derby. HEX triplet: 5C, 49 and 3A. RGB value is (92,73,58). Sum of RGB (Red+Green+Blue) = 92+73+58=223 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.26% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 92 - color contains mainly: red. Hex color #5C493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C493A is #A3B6C5. Grayscale: #4D4D4D. Windows color (decimal): -10729158 or 3819868. OLE color: 3819868.
HSL color Cylindrical-coordinate representation of color #5C493A: hue angle of 26.47º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C493A is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 73 | 58 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.64 |
| HSL | 26.47º | 0.23% | 0.29% | - |
| HSV(B) | 26.47º | 0.37% | 0.36% | - |
| XYZ | 7.56 | 7.35 | 5.02 | - |
| YUV | 76.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 73 | 58 | 0 | 0.21 | 0.37 | 0.64 | 26.47 | 0.23 | 0.29 |
| Hex | 5C | 49 | 3A | 0 | 15 | 25 | 40 | 1A | 17 | 1D |
| Octal | 134 | 111 | 72 | 0 | 25 | 45 | 100 | 32 | 27 | 35 |
| Binary | 1011100 | 1001001 | 111010 | 0 | 10101 | 100101 | 1000000 | 11010 | 10111 | 11101 |
Color Harmonies of #5C493A
Complementary color
Monochromatic Colors of #5C493A
Black with #5C493A
Text Example
Text Example
White with #5C493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C493A; }
p { color: rgb(92,73,58); }
H1.HeaderClassName
{
color: #5C493A;
}
.AnyTagClassName
{
color: #5C493A;
}
</style>
background-color css
<style>
a { background-color: #5C493A; }
a { background-color: rgb(92,73,58); }
div.DivClassName
{
background-color: #5C493A;
}
.BgClassName
{
background-color: #5C493A;
}
</style>
border-color css
<style>
span { border-color: #5C493A; }
span { border-color: rgb(92,73,58); }
td.TdClassName
{
border-color: #5C493A;
}
.TagClassName
{
border-color: #5C493A;
}
</style>