Shades of Brown Derby #554436
Tints of Brown Derby #554436
RGB
CMYK
RGB Variations
Color information
#554436 (or 0x554436) is known color: Brown Derby. HEX triplet: 55, 44 and 36. RGB value is (85,68,54). Sum of RGB (Red+Green+Blue) = 85+68+54=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #554436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554436 is #AABBC9. Grayscale: #474747. Windows color (decimal): -11189194 or 3556437. OLE color: 3556437.
HSL color Cylindrical-coordinate representation of color #554436: hue angle of 27.1º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #554436 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 68 | 54 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.67 |
| HSL | 27.1º | 0.22% | 0.27% | - |
| HSV(B) | 27.1º | 0.36% | 0.33% | - |
| XYZ | 6.48 | 6.33 | 4.37 | - |
| YUV | 71.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 54 | 0 | 0.20 | 0.36 | 0.67 | 27.1 | 0.22 | 0.27 |
| Hex | 55 | 44 | 36 | 0 | 14 | 24 | 43 | 1B | 16 | 1B |
| Octal | 125 | 104 | 66 | 0 | 24 | 44 | 103 | 33 | 26 | 33 |
| Binary | 1010101 | 1000100 | 110110 | 0 | 10100 | 100100 | 1000011 | 11011 | 10110 | 11011 |
Color Harmonies of #554436
Complementary color
Monochromatic Colors of #554436
Black with #554436
Text Example
Text Example
White with #554436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554436; }
p { color: rgb(85,68,54); }
H1.HeaderClassName
{
color: #554436;
}
.AnyTagClassName
{
color: #554436;
}
</style>
background-color css
<style>
a { background-color: #554436; }
a { background-color: rgb(85,68,54); }
div.DivClassName
{
background-color: #554436;
}
.BgClassName
{
background-color: #554436;
}
</style>
border-color css
<style>
span { border-color: #554436; }
span { border-color: rgb(85,68,54); }
td.TdClassName
{
border-color: #554436;
}
.TagClassName
{
border-color: #554436;
}
</style>