Shades of Brown Derby #554339
Tints of Brown Derby #554339
RGB
CMYK
RGB Variations
Color information
#554339 (or 0x554339) is known color: Brown Derby. HEX triplet: 55, 43 and 39. RGB value is (85,67,57). Sum of RGB (Red+Green+Blue) = 85+67+57=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 57 (22.66% from 255 or 27.27% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #554339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554339 is #AABCC6. Grayscale: #474747. Windows color (decimal): -11189447 or 3752789. OLE color: 3752789.
HSL color Cylindrical-coordinate representation of color #554339: hue angle of 21.43º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #554339 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 57 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.67 |
| HSL | 21.43º | 0.2% | 0.28% | - |
| HSV(B) | 21.43º | 0.33% | 0.33% | - |
| XYZ | 6.49 | 6.24 | 4.73 | - |
| YUV | 71.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 57 | 0 | 0.21 | 0.33 | 0.67 | 21.43 | 0.2 | 0.28 |
| Hex | 55 | 43 | 39 | 0 | 15 | 21 | 43 | 15 | 14 | 1C |
| Octal | 125 | 103 | 71 | 0 | 25 | 41 | 103 | 25 | 24 | 34 |
| Binary | 1010101 | 1000011 | 111001 | 0 | 10101 | 100001 | 1000011 | 10101 | 10100 | 11100 |
Color Harmonies of #554339
Complementary color
Monochromatic Colors of #554339
Black with #554339
Text Example
Text Example
White with #554339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554339; }
p { color: rgb(85,67,57); }
H1.HeaderClassName
{
color: #554339;
}
.AnyTagClassName
{
color: #554339;
}
</style>
background-color css
<style>
a { background-color: #554339; }
a { background-color: rgb(85,67,57); }
div.DivClassName
{
background-color: #554339;
}
.BgClassName
{
background-color: #554339;
}
</style>
border-color css
<style>
span { border-color: #554339; }
span { border-color: rgb(85,67,57); }
td.TdClassName
{
border-color: #554339;
}
.TagClassName
{
border-color: #554339;
}
</style>