Shades of Brown Derby #574538
Tints of Brown Derby #574538
RGB
CMYK
RGB Variations
Color information
#574538 (or 0x574538) is known color: Brown Derby. HEX triplet: 57, 45 and 38. RGB value is (87,69,56). Sum of RGB (Red+Green+Blue) = 87+69+56=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 87 - color contains mainly: red. Hex color #574538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574538 is #A8BAC7. Grayscale: #484848. Windows color (decimal): -11057864 or 3687767. OLE color: 3687767.
HSL color Cylindrical-coordinate representation of color #574538: hue angle of 25.16º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #574538 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 69 | 56 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.66 |
| HSL | 25.16º | 0.22% | 0.28% | - |
| HSV(B) | 25.16º | 0.36% | 0.34% | - |
| XYZ | 6.77 | 6.57 | 4.65 | - |
| YUV | 72.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 69 | 56 | 0 | 0.21 | 0.36 | 0.66 | 25.16 | 0.22 | 0.28 |
| Hex | 57 | 45 | 38 | 0 | 15 | 24 | 42 | 19 | 16 | 1C |
| Octal | 127 | 105 | 70 | 0 | 25 | 44 | 102 | 31 | 26 | 34 |
| Binary | 1010111 | 1000101 | 111000 | 0 | 10101 | 100100 | 1000010 | 11001 | 10110 | 11100 |
Color Harmonies of #574538
Complementary color
Monochromatic Colors of #574538
Black with #574538
Text Example
Text Example
White with #574538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574538; }
p { color: rgb(87,69,56); }
H1.HeaderClassName
{
color: #574538;
}
.AnyTagClassName
{
color: #574538;
}
</style>
background-color css
<style>
a { background-color: #574538; }
a { background-color: rgb(87,69,56); }
div.DivClassName
{
background-color: #574538;
}
.BgClassName
{
background-color: #574538;
}
</style>
border-color css
<style>
span { border-color: #574538; }
span { border-color: rgb(87,69,56); }
td.TdClassName
{
border-color: #574538;
}
.TagClassName
{
border-color: #574538;
}
</style>