Shades of Brown Derby #554638
Tints of Brown Derby #554638
RGB
CMYK
RGB Variations
Color information
#554638 (or 0x554638) is known color: Brown Derby. HEX triplet: 55, 46 and 38. RGB value is (85,70,56). Sum of RGB (Red+Green+Blue) = 85+70+56=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #554638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554638 is #AAB9C7. Grayscale: #484848. Windows color (decimal): -11188680 or 3688021. OLE color: 3688021.
HSL color Cylindrical-coordinate representation of color #554638: hue angle of 28.97º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #554638 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 70 | 56 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.67 |
| HSL | 28.97º | 0.21% | 0.28% | - |
| HSV(B) | 28.97º | 0.34% | 0.33% | - |
| XYZ | 6.65 | 6.6 | 4.66 | - |
| YUV | 72.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 56 | 0 | 0.18 | 0.34 | 0.67 | 28.97 | 0.21 | 0.28 |
| Hex | 55 | 46 | 38 | 0 | 12 | 22 | 43 | 1D | 15 | 1C |
| Octal | 125 | 106 | 70 | 0 | 22 | 42 | 103 | 35 | 25 | 34 |
| Binary | 1010101 | 1000110 | 111000 | 0 | 10010 | 100010 | 1000011 | 11101 | 10101 | 11100 |
Color Harmonies of #554638
Complementary color
Monochromatic Colors of #554638
Black with #554638
Text Example
Text Example
White with #554638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554638; }
p { color: rgb(85,70,56); }
H1.HeaderClassName
{
color: #554638;
}
.AnyTagClassName
{
color: #554638;
}
</style>
background-color css
<style>
a { background-color: #554638; }
a { background-color: rgb(85,70,56); }
div.DivClassName
{
background-color: #554638;
}
.BgClassName
{
background-color: #554638;
}
</style>
border-color css
<style>
span { border-color: #554638; }
span { border-color: rgb(85,70,56); }
td.TdClassName
{
border-color: #554638;
}
.TagClassName
{
border-color: #554638;
}
</style>