Shades of Brown Derby #554438
Tints of Brown Derby #554438
RGB
CMYK
RGB Variations
Color information
#554438 (or 0x554438) is known color: Brown Derby. HEX triplet: 55, 44 and 38. RGB value is (85,68,56). Sum of RGB (Red+Green+Blue) = 85+68+56=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #554438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554438 is #AABBC7. Grayscale: #474747. Windows color (decimal): -11189192 or 3687509. OLE color: 3687509.
HSL color Cylindrical-coordinate representation of color #554438: hue angle of 24.83º 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 #554438 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 68 | 56 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.67 |
| HSL | 24.83º | 0.21% | 0.28% | - |
| HSV(B) | 24.83º | 0.34% | 0.33% | - |
| XYZ | 6.53 | 6.35 | 4.62 | - |
| YUV | 71.72 | 119.13 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 56 | 0 | 0.20 | 0.34 | 0.67 | 24.83 | 0.21 | 0.28 |
| Hex | 55 | 44 | 38 | 0 | 14 | 22 | 43 | 19 | 15 | 1C |
| Octal | 125 | 104 | 70 | 0 | 24 | 42 | 103 | 31 | 25 | 34 |
| Binary | 1010101 | 1000100 | 111000 | 0 | 10100 | 100010 | 1000011 | 11001 | 10101 | 11100 |
Color Harmonies of #554438
Complementary color
Monochromatic Colors of #554438
Black with #554438
Text Example
Text Example
White with #554438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554438; }
p { color: rgb(85,68,56); }
H1.HeaderClassName
{
color: #554438;
}
.AnyTagClassName
{
color: #554438;
}
</style>
background-color css
<style>
a { background-color: #554438; }
a { background-color: rgb(85,68,56); }
div.DivClassName
{
background-color: #554438;
}
.BgClassName
{
background-color: #554438;
}
</style>
border-color css
<style>
span { border-color: #554438; }
span { border-color: rgb(85,68,56); }
td.TdClassName
{
border-color: #554438;
}
.TagClassName
{
border-color: #554438;
}
</style>