Shades of Brown Derby #574131
Tints of Brown Derby #574131
RGB
CMYK
RGB Variations
Color information
#574131 (or 0x574131) is known color: Brown Derby. HEX triplet: 57, 41 and 31. RGB value is (87,65,49). Sum of RGB (Red+Green+Blue) = 87+65+49=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #574131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574131 is #A8BECE. Grayscale: #454545. Windows color (decimal): -11058895 or 3227991. OLE color: 3227991.
HSL color Cylindrical-coordinate representation of color #574131: hue angle of 25.26º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #574131 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 65 | 49 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.66 |
| HSL | 25.26º | 0.28% | 0.27% | - |
| HSV(B) | 25.26º | 0.44% | 0.34% | - |
| XYZ | 6.38 | 6.03 | 3.73 | - |
| YUV | 69.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 65 | 49 | 0 | 0.25 | 0.44 | 0.66 | 25.26 | 0.28 | 0.27 |
| Hex | 57 | 41 | 31 | 0 | 19 | 2C | 42 | 19 | 1C | 1B |
| Octal | 127 | 101 | 61 | 0 | 31 | 54 | 102 | 31 | 34 | 33 |
| Binary | 1010111 | 1000001 | 110001 | 0 | 11001 | 101100 | 1000010 | 11001 | 11100 | 11011 |
Color Harmonies of #574131
Complementary color
Monochromatic Colors of #574131
Black with #574131
Text Example
Text Example
White with #574131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574131; }
p { color: rgb(87,65,49); }
H1.HeaderClassName
{
color: #574131;
}
.AnyTagClassName
{
color: #574131;
}
</style>
background-color css
<style>
a { background-color: #574131; }
a { background-color: rgb(87,65,49); }
div.DivClassName
{
background-color: #574131;
}
.BgClassName
{
background-color: #574131;
}
</style>
border-color css
<style>
span { border-color: #574131; }
span { border-color: rgb(87,65,49); }
td.TdClassName
{
border-color: #574131;
}
.TagClassName
{
border-color: #574131;
}
</style>