Shades of Brown Derby #554336
Tints of Brown Derby #554336
RGB
CMYK
RGB Variations
Color information
#554336 (or 0x554336) is known color: Brown Derby. HEX triplet: 55, 43 and 36. RGB value is (85,67,54). Sum of RGB (Red+Green+Blue) = 85+67+54=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #554336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554336 is #AABCC9. Grayscale: #464646. Windows color (decimal): -11189450 or 3556181. OLE color: 3556181.
HSL color Cylindrical-coordinate representation of color #554336: hue angle of 25.16º 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 #554336 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 54 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.67 |
| HSL | 25.16º | 0.22% | 0.27% | - |
| HSV(B) | 25.16º | 0.36% | 0.33% | - |
| XYZ | 6.42 | 6.21 | 4.35 | - |
| YUV | 70.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 54 | 0 | 0.21 | 0.36 | 0.67 | 25.16 | 0.22 | 0.27 |
| Hex | 55 | 43 | 36 | 0 | 15 | 24 | 43 | 19 | 16 | 1B |
| Octal | 125 | 103 | 66 | 0 | 25 | 44 | 103 | 31 | 26 | 33 |
| Binary | 1010101 | 1000011 | 110110 | 0 | 10101 | 100100 | 1000011 | 11001 | 10110 | 11011 |
Color Harmonies of #554336
Complementary color
Monochromatic Colors of #554336
Black with #554336
Text Example
Text Example
White with #554336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554336; }
p { color: rgb(85,67,54); }
H1.HeaderClassName
{
color: #554336;
}
.AnyTagClassName
{
color: #554336;
}
</style>
background-color css
<style>
a { background-color: #554336; }
a { background-color: rgb(85,67,54); }
div.DivClassName
{
background-color: #554336;
}
.BgClassName
{
background-color: #554336;
}
</style>
border-color css
<style>
span { border-color: #554336; }
span { border-color: rgb(85,67,54); }
td.TdClassName
{
border-color: #554336;
}
.TagClassName
{
border-color: #554336;
}
</style>