Shades of Brown Derby #554031
Tints of Brown Derby #554031
RGB
CMYK
RGB Variations
Color information
#554031 (or 0x554031) is known color: Brown Derby. HEX triplet: 55, 40 and 31. RGB value is (85,64,49). Sum of RGB (Red+Green+Blue) = 85+64+49=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #554031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554031 is #AABFCE. Grayscale: #444444. Windows color (decimal): -11190223 or 3227733. OLE color: 3227733.
HSL color Cylindrical-coordinate representation of color #554031: hue angle of 25º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #554031 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 49 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.67 |
| HSL | 25º | 0.27% | 0.26% | - |
| HSV(B) | 25º | 0.42% | 0.33% | - |
| XYZ | 6.13 | 5.82 | 3.71 | - |
| YUV | 68.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 49 | 0 | 0.25 | 0.42 | 0.67 | 25 | 0.27 | 0.26 |
| Hex | 55 | 40 | 31 | 0 | 19 | 2A | 43 | 19 | 1B | 1A |
| Octal | 125 | 100 | 61 | 0 | 31 | 52 | 103 | 31 | 33 | 32 |
| Binary | 1010101 | 1000000 | 110001 | 0 | 11001 | 101010 | 1000011 | 11001 | 11011 | 11010 |
Color Harmonies of #554031
Complementary color
Monochromatic Colors of #554031
Black with #554031
Text Example
Text Example
White with #554031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554031; }
p { color: rgb(85,64,49); }
H1.HeaderClassName
{
color: #554031;
}
.AnyTagClassName
{
color: #554031;
}
</style>
background-color css
<style>
a { background-color: #554031; }
a { background-color: rgb(85,64,49); }
div.DivClassName
{
background-color: #554031;
}
.BgClassName
{
background-color: #554031;
}
</style>
border-color css
<style>
span { border-color: #554031; }
span { border-color: rgb(85,64,49); }
td.TdClassName
{
border-color: #554031;
}
.TagClassName
{
border-color: #554031;
}
</style>