Shades of Brown Derby #55473D
Tints of Brown Derby #55473D
RGB
CMYK
RGB Variations
Color information
#55473D (or 0x55473D) is known color: Brown Derby. HEX triplet: 55, 47 and 3D. RGB value is (85,71,61). Sum of RGB (Red+Green+Blue) = 85+71+61=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #55473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55473D is #AAB8C2. Grayscale: #4A4A4A. Windows color (decimal): -11188419 or 4015957. OLE color: 4015957.
HSL color Cylindrical-coordinate representation of color #55473D: hue angle of 25º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #55473D is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 71 | 61 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.67 |
| HSL | 25º | 0.16% | 0.29% | - |
| HSV(B) | 25º | 0.28% | 0.33% | - |
| XYZ | 6.84 | 6.77 | 5.36 | - |
| YUV | 74.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 61 | 0 | 0.16 | 0.28 | 0.67 | 25 | 0.16 | 0.29 |
| Hex | 55 | 47 | 3D | 0 | 10 | 1C | 43 | 19 | 10 | 1D |
| Octal | 125 | 107 | 75 | 0 | 20 | 34 | 103 | 31 | 20 | 35 |
| Binary | 1010101 | 1000111 | 111101 | 0 | 10000 | 11100 | 1000011 | 11001 | 10000 | 11101 |
Color Harmonies of #55473D
Complementary color
Monochromatic Colors of #55473D
Black with #55473D
Text Example
Text Example
White with #55473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55473D; }
p { color: rgb(85,71,61); }
H1.HeaderClassName
{
color: #55473D;
}
.AnyTagClassName
{
color: #55473D;
}
</style>
background-color css
<style>
a { background-color: #55473D; }
a { background-color: rgb(85,71,61); }
div.DivClassName
{
background-color: #55473D;
}
.BgClassName
{
background-color: #55473D;
}
</style>
border-color css
<style>
span { border-color: #55473D; }
span { border-color: rgb(85,71,61); }
td.TdClassName
{
border-color: #55473D;
}
.TagClassName
{
border-color: #55473D;
}
</style>