Shades of Brown Derby #554233
Tints of Brown Derby #554233
RGB
CMYK
RGB Variations
Color information
#554233 (or 0x554233) is known color: Brown Derby. HEX triplet: 55, 42 and 33. RGB value is (85,66,51). Sum of RGB (Red+Green+Blue) = 85+66+51=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #554233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554233 is #AABDCC. Grayscale: #464646. Windows color (decimal): -11189709 or 3359317. OLE color: 3359317.
HSL color Cylindrical-coordinate representation of color #554233: hue angle of 26.47º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #554233 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 51 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.67 |
| HSL | 26.47º | 0.25% | 0.27% | - |
| HSV(B) | 26.47º | 0.4% | 0.33% | - |
| XYZ | 6.29 | 6.07 | 3.97 | - |
| YUV | 69.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 51 | 0 | 0.22 | 0.40 | 0.67 | 26.47 | 0.25 | 0.27 |
| Hex | 55 | 42 | 33 | 0 | 16 | 28 | 43 | 1A | 19 | 1B |
| Octal | 125 | 102 | 63 | 0 | 26 | 50 | 103 | 32 | 31 | 33 |
| Binary | 1010101 | 1000010 | 110011 | 0 | 10110 | 101000 | 1000011 | 11010 | 11001 | 11011 |
Color Harmonies of #554233
Complementary color
Monochromatic Colors of #554233
Black with #554233
Text Example
Text Example
White with #554233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554233; }
p { color: rgb(85,66,51); }
H1.HeaderClassName
{
color: #554233;
}
.AnyTagClassName
{
color: #554233;
}
</style>
background-color css
<style>
a { background-color: #554233; }
a { background-color: rgb(85,66,51); }
div.DivClassName
{
background-color: #554233;
}
.BgClassName
{
background-color: #554233;
}
</style>
border-color css
<style>
span { border-color: #554233; }
span { border-color: rgb(85,66,51); }
td.TdClassName
{
border-color: #554233;
}
.TagClassName
{
border-color: #554233;
}
</style>