Shades of Brown Derby #55453B
Tints of Brown Derby #55453B
RGB
CMYK
RGB Variations
Color information
#55453B (or 0x55453B) is known color: Brown Derby. HEX triplet: 55, 45 and 3B. RGB value is (85,69,59). Sum of RGB (Red+Green+Blue) = 85+69+59=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #55453B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55453B is #AABAC4. Grayscale: #484848. Windows color (decimal): -11188933 or 3884373. OLE color: 3884373.
HSL color Cylindrical-coordinate representation of color #55453B: hue angle of 23.08º 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 #55453B is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 69 | 59 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.67 |
| HSL | 23.08º | 0.18% | 0.28% | - |
| HSV(B) | 23.08º | 0.31% | 0.33% | - |
| XYZ | 6.66 | 6.5 | 5.04 | - |
| YUV | 72.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 59 | 0 | 0.19 | 0.31 | 0.67 | 23.08 | 0.18 | 0.28 |
| Hex | 55 | 45 | 3B | 0 | 13 | 1F | 43 | 17 | 12 | 1C |
| Octal | 125 | 105 | 73 | 0 | 23 | 37 | 103 | 27 | 22 | 34 |
| Binary | 1010101 | 1000101 | 111011 | 0 | 10011 | 11111 | 1000011 | 10111 | 10010 | 11100 |
Color Harmonies of #55453B
Complementary color
Monochromatic Colors of #55453B
Black with #55453B
Text Example
Text Example
White with #55453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55453B; }
p { color: rgb(85,69,59); }
H1.HeaderClassName
{
color: #55453B;
}
.AnyTagClassName
{
color: #55453B;
}
</style>
background-color css
<style>
a { background-color: #55453B; }
a { background-color: rgb(85,69,59); }
div.DivClassName
{
background-color: #55453B;
}
.BgClassName
{
background-color: #55453B;
}
</style>
border-color css
<style>
span { border-color: #55453B; }
span { border-color: rgb(85,69,59); }
td.TdClassName
{
border-color: #55453B;
}
.TagClassName
{
border-color: #55453B;
}
</style>