Shades of Brown Derby #55463A
Tints of Brown Derby #55463A
RGB
CMYK
RGB Variations
Color information
#55463A (or 0x55463A) is known color: Brown Derby. HEX triplet: 55, 46 and 3A. RGB value is (85,70,58). Sum of RGB (Red+Green+Blue) = 85+70+58=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #55463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55463A is #AAB9C5. Grayscale: #494949. Windows color (decimal): -11188678 or 3819093. OLE color: 3819093.
HSL color Cylindrical-coordinate representation of color #55463A: hue angle of 26.67º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #55463A is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 70 | 58 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.67 |
| HSL | 26.67º | 0.19% | 0.28% | - |
| HSV(B) | 26.67º | 0.32% | 0.33% | - |
| XYZ | 6.7 | 6.62 | 4.93 | - |
| YUV | 73.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 58 | 0 | 0.18 | 0.32 | 0.67 | 26.67 | 0.19 | 0.28 |
| Hex | 55 | 46 | 3A | 0 | 12 | 20 | 43 | 1B | 13 | 1C |
| Octal | 125 | 106 | 72 | 0 | 22 | 40 | 103 | 33 | 23 | 34 |
| Binary | 1010101 | 1000110 | 111010 | 0 | 10010 | 100000 | 1000011 | 11011 | 10011 | 11100 |
Color Harmonies of #55463A
Complementary color
Monochromatic Colors of #55463A
Black with #55463A
Text Example
Text Example
White with #55463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55463A; }
p { color: rgb(85,70,58); }
H1.HeaderClassName
{
color: #55463A;
}
.AnyTagClassName
{
color: #55463A;
}
</style>
background-color css
<style>
a { background-color: #55463A; }
a { background-color: rgb(85,70,58); }
div.DivClassName
{
background-color: #55463A;
}
.BgClassName
{
background-color: #55463A;
}
</style>
border-color css
<style>
span { border-color: #55463A; }
span { border-color: rgb(85,70,58); }
td.TdClassName
{
border-color: #55463A;
}
.TagClassName
{
border-color: #55463A;
}
</style>