Shades of Brown Derby #554338
Tints of Brown Derby #554338
RGB
CMYK
RGB Variations
Color information
#554338 (or 0x554338) is known color: Brown Derby. HEX triplet: 55, 43 and 38. RGB value is (85,67,56). Sum of RGB (Red+Green+Blue) = 85+67+56=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #554338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554338 is #AABCC7. Grayscale: #474747. Windows color (decimal): -11189448 or 3687253. OLE color: 3687253.
HSL color Cylindrical-coordinate representation of color #554338: hue angle of 22.76º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #554338 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 56 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.67 |
| HSL | 22.76º | 0.21% | 0.28% | - |
| HSV(B) | 22.76º | 0.34% | 0.33% | - |
| XYZ | 6.47 | 6.23 | 4.6 | - |
| YUV | 71.13 | 119.46 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 56 | 0 | 0.21 | 0.34 | 0.67 | 22.76 | 0.21 | 0.28 |
| Hex | 55 | 43 | 38 | 0 | 15 | 22 | 43 | 17 | 15 | 1C |
| Octal | 125 | 103 | 70 | 0 | 25 | 42 | 103 | 27 | 25 | 34 |
| Binary | 1010101 | 1000011 | 111000 | 0 | 10101 | 100010 | 1000011 | 10111 | 10101 | 11100 |
Color Harmonies of #554338
Complementary color
Monochromatic Colors of #554338
Black with #554338
Text Example
Text Example
White with #554338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554338; }
p { color: rgb(85,67,56); }
H1.HeaderClassName
{
color: #554338;
}
.AnyTagClassName
{
color: #554338;
}
</style>
background-color css
<style>
a { background-color: #554338; }
a { background-color: rgb(85,67,56); }
div.DivClassName
{
background-color: #554338;
}
.BgClassName
{
background-color: #554338;
}
</style>
border-color css
<style>
span { border-color: #554338; }
span { border-color: rgb(85,67,56); }
td.TdClassName
{
border-color: #554338;
}
.TagClassName
{
border-color: #554338;
}
</style>