Shades of Brown Derby #554435
Tints of Brown Derby #554435
RGB
CMYK
RGB Variations
Color information
#554435 (or 0x554435) is known color: Brown Derby. HEX triplet: 55, 44 and 35. RGB value is (85,68,53). Sum of RGB (Red+Green+Blue) = 85+68+53=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #554435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554435 is #AABBCA. Grayscale: #474747. Windows color (decimal): -11189195 or 3490901. OLE color: 3490901.
HSL color Cylindrical-coordinate representation of color #554435: hue angle of 28.12º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #554435 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 68 | 53 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.67 |
| HSL | 28.13º | 0.23% | 0.27% | - |
| HSV(B) | 28.13º | 0.38% | 0.33% | - |
| XYZ | 6.46 | 6.32 | 4.25 | - |
| YUV | 71.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 53 | 0 | 0.20 | 0.38 | 0.67 | 28.13 | 0.23 | 0.27 |
| Hex | 55 | 44 | 35 | 0 | 14 | 26 | 43 | 1C | 17 | 1B |
| Octal | 125 | 104 | 65 | 0 | 24 | 46 | 103 | 34 | 27 | 33 |
| Binary | 1010101 | 1000100 | 110101 | 0 | 10100 | 100110 | 1000011 | 11100 | 10111 | 11011 |
Color Harmonies of #554435
Complementary color
Monochromatic Colors of #554435
Black with #554435
Text Example
Text Example
White with #554435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554435; }
p { color: rgb(85,68,53); }
H1.HeaderClassName
{
color: #554435;
}
.AnyTagClassName
{
color: #554435;
}
</style>
background-color css
<style>
a { background-color: #554435; }
a { background-color: rgb(85,68,53); }
div.DivClassName
{
background-color: #554435;
}
.BgClassName
{
background-color: #554435;
}
</style>
border-color css
<style>
span { border-color: #554435; }
span { border-color: rgb(85,68,53); }
td.TdClassName
{
border-color: #554435;
}
.TagClassName
{
border-color: #554435;
}
</style>