Shades of Brown Derby #554335
Tints of Brown Derby #554335
RGB
CMYK
RGB Variations
Color information
#554335 (or 0x554335) is known color: Brown Derby. HEX triplet: 55, 43 and 35. RGB value is (85,67,53). Sum of RGB (Red+Green+Blue) = 85+67+53=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #554335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554335 is #AABCCA. Grayscale: #464646. Windows color (decimal): -11189451 or 3490645. OLE color: 3490645.
HSL color Cylindrical-coordinate representation of color #554335: hue angle of 26.25º 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 #554335 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 53 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.67 |
| HSL | 26.25º | 0.23% | 0.27% | - |
| HSV(B) | 26.25º | 0.38% | 0.33% | - |
| XYZ | 6.4 | 6.2 | 4.23 | - |
| YUV | 70.79 | 117.96 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 53 | 0 | 0.21 | 0.38 | 0.67 | 26.25 | 0.23 | 0.27 |
| Hex | 55 | 43 | 35 | 0 | 15 | 26 | 43 | 1A | 17 | 1B |
| Octal | 125 | 103 | 65 | 0 | 25 | 46 | 103 | 32 | 27 | 33 |
| Binary | 1010101 | 1000011 | 110101 | 0 | 10101 | 100110 | 1000011 | 11010 | 10111 | 11011 |
Color Harmonies of #554335
Complementary color
Monochromatic Colors of #554335
Black with #554335
Text Example
Text Example
White with #554335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554335; }
p { color: rgb(85,67,53); }
H1.HeaderClassName
{
color: #554335;
}
.AnyTagClassName
{
color: #554335;
}
</style>
background-color css
<style>
a { background-color: #554335; }
a { background-color: rgb(85,67,53); }
div.DivClassName
{
background-color: #554335;
}
.BgClassName
{
background-color: #554335;
}
</style>
border-color css
<style>
span { border-color: #554335; }
span { border-color: rgb(85,67,53); }
td.TdClassName
{
border-color: #554335;
}
.TagClassName
{
border-color: #554335;
}
</style>