Shades of Brown Derby #55463C
Tints of Brown Derby #55463C
RGB
CMYK
RGB Variations
Color information
#55463C (or 0x55463C) is known color: Brown Derby. HEX triplet: 55, 46 and 3C. RGB value is (85,70,60). Sum of RGB (Red+Green+Blue) = 85+70+60=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #55463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55463C is #AAB9C3. Grayscale: #494949. Windows color (decimal): -11188676 or 3950165. OLE color: 3950165.
HSL color Cylindrical-coordinate representation of color #55463C: hue angle of 24º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55463C is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 70 | 60 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.67 |
| HSL | 24º | 0.17% | 0.28% | - |
| HSV(B) | 24º | 0.29% | 0.33% | - |
| XYZ | 6.75 | 6.64 | 5.2 | - |
| YUV | 73.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 60 | 0 | 0.18 | 0.29 | 0.67 | 24 | 0.17 | 0.28 |
| Hex | 55 | 46 | 3C | 0 | 12 | 1D | 43 | 18 | 11 | 1C |
| Octal | 125 | 106 | 74 | 0 | 22 | 35 | 103 | 30 | 21 | 34 |
| Binary | 1010101 | 1000110 | 111100 | 0 | 10010 | 11101 | 1000011 | 11000 | 10001 | 11100 |
Color Harmonies of #55463C
Complementary color
Monochromatic Colors of #55463C
Black with #55463C
Text Example
Text Example
White with #55463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55463C; }
p { color: rgb(85,70,60); }
H1.HeaderClassName
{
color: #55463C;
}
.AnyTagClassName
{
color: #55463C;
}
</style>
background-color css
<style>
a { background-color: #55463C; }
a { background-color: rgb(85,70,60); }
div.DivClassName
{
background-color: #55463C;
}
.BgClassName
{
background-color: #55463C;
}
</style>
border-color css
<style>
span { border-color: #55463C; }
span { border-color: rgb(85,70,60); }
td.TdClassName
{
border-color: #55463C;
}
.TagClassName
{
border-color: #55463C;
}
</style>