Shades of Brown Derby #554337
Tints of Brown Derby #554337
RGB
CMYK
RGB Variations
Color information
#554337 (or 0x554337) is known color: Brown Derby. HEX triplet: 55, 43 and 37. RGB value is (85,67,55). Sum of RGB (Red+Green+Blue) = 85+67+55=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #554337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554337 is #AABCC8. Grayscale: #474747. Windows color (decimal): -11189449 or 3621717. OLE color: 3621717.
HSL color Cylindrical-coordinate representation of color #554337: hue angle of 24º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #554337 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 55 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.67 |
| HSL | 24º | 0.21% | 0.27% | - |
| HSV(B) | 24º | 0.35% | 0.33% | - |
| XYZ | 6.44 | 6.22 | 4.48 | - |
| YUV | 71.01 | 118.96 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 55 | 0 | 0.21 | 0.35 | 0.67 | 24 | 0.21 | 0.27 |
| Hex | 55 | 43 | 37 | 0 | 15 | 23 | 43 | 18 | 15 | 1B |
| Octal | 125 | 103 | 67 | 0 | 25 | 43 | 103 | 30 | 25 | 33 |
| Binary | 1010101 | 1000011 | 110111 | 0 | 10101 | 100011 | 1000011 | 11000 | 10101 | 11011 |
Color Harmonies of #554337
Complementary color
Monochromatic Colors of #554337
Black with #554337
Text Example
Text Example
White with #554337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554337; }
p { color: rgb(85,67,55); }
H1.HeaderClassName
{
color: #554337;
}
.AnyTagClassName
{
color: #554337;
}
</style>
background-color css
<style>
a { background-color: #554337; }
a { background-color: rgb(85,67,55); }
div.DivClassName
{
background-color: #554337;
}
.BgClassName
{
background-color: #554337;
}
</style>
border-color css
<style>
span { border-color: #554337; }
span { border-color: rgb(85,67,55); }
td.TdClassName
{
border-color: #554337;
}
.TagClassName
{
border-color: #554337;
}
</style>