Shades of Brown Derby #554132
Tints of Brown Derby #554132
RGB
CMYK
RGB Variations
Color information
#554132 (or 0x554132) is known color: Brown Derby. HEX triplet: 55, 41 and 32. RGB value is (85,65,50). Sum of RGB (Red+Green+Blue) = 85+65+50=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #554132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554132 is #AABECD. Grayscale: #454545. Windows color (decimal): -11189966 or 3293525. OLE color: 3293525.
HSL color Cylindrical-coordinate representation of color #554132: hue angle of 25.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #554132 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 50 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.67 |
| HSL | 25.71º | 0.26% | 0.26% | - |
| HSV(B) | 25.71º | 0.41% | 0.33% | - |
| XYZ | 6.21 | 5.94 | 3.84 | - |
| YUV | 69.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 50 | 0 | 0.24 | 0.41 | 0.67 | 25.71 | 0.26 | 0.26 |
| Hex | 55 | 41 | 32 | 0 | 18 | 29 | 43 | 1A | 1A | 1A |
| Octal | 125 | 101 | 62 | 0 | 30 | 51 | 103 | 32 | 32 | 32 |
| Binary | 1010101 | 1000001 | 110010 | 0 | 11000 | 101001 | 1000011 | 11010 | 11010 | 11010 |
Color Harmonies of #554132
Complementary color
Monochromatic Colors of #554132
Black with #554132
Text Example
Text Example
White with #554132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554132; }
p { color: rgb(85,65,50); }
H1.HeaderClassName
{
color: #554132;
}
.AnyTagClassName
{
color: #554132;
}
</style>
background-color css
<style>
a { background-color: #554132; }
a { background-color: rgb(85,65,50); }
div.DivClassName
{
background-color: #554132;
}
.BgClassName
{
background-color: #554132;
}
</style>
border-color css
<style>
span { border-color: #554132; }
span { border-color: rgb(85,65,50); }
td.TdClassName
{
border-color: #554132;
}
.TagClassName
{
border-color: #554132;
}
</style>