Shades of Brown Derby #55443B
Tints of Brown Derby #55443B
RGB
CMYK
RGB Variations
Color information
#55443B (or 0x55443B) is known color: Brown Derby. HEX triplet: 55, 44 and 3B. RGB value is (85,68,59). Sum of RGB (Red+Green+Blue) = 85+68+59=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #55443B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55443B is #AABBC4. Grayscale: #484848. Windows color (decimal): -11189189 or 3884117. OLE color: 3884117.
HSL color Cylindrical-coordinate representation of color #55443B: hue angle of 20.77º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55443B is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 68 | 59 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.67 |
| HSL | 20.77º | 0.18% | 0.28% | - |
| HSV(B) | 20.77º | 0.31% | 0.33% | - |
| XYZ | 6.6 | 6.38 | 5.02 | - |
| YUV | 72.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 59 | 0 | 0.20 | 0.31 | 0.67 | 20.77 | 0.18 | 0.28 |
| Hex | 55 | 44 | 3B | 0 | 14 | 1F | 43 | 15 | 12 | 1C |
| Octal | 125 | 104 | 73 | 0 | 24 | 37 | 103 | 25 | 22 | 34 |
| Binary | 1010101 | 1000100 | 111011 | 0 | 10100 | 11111 | 1000011 | 10101 | 10010 | 11100 |
Color Harmonies of #55443B
Complementary color
Monochromatic Colors of #55443B
Black with #55443B
Text Example
Text Example
White with #55443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55443B; }
p { color: rgb(85,68,59); }
H1.HeaderClassName
{
color: #55443B;
}
.AnyTagClassName
{
color: #55443B;
}
</style>
background-color css
<style>
a { background-color: #55443B; }
a { background-color: rgb(85,68,59); }
div.DivClassName
{
background-color: #55443B;
}
.BgClassName
{
background-color: #55443B;
}
</style>
border-color css
<style>
span { border-color: #55443B; }
span { border-color: rgb(85,68,59); }
td.TdClassName
{
border-color: #55443B;
}
.TagClassName
{
border-color: #55443B;
}
</style>