Shades of Brown Derby #574130
Tints of Brown Derby #574130
RGB
CMYK
RGB Variations
Color information
#574130 (or 0x574130) is known color: Brown Derby. HEX triplet: 57, 41 and 30. RGB value is (87,65,48). Sum of RGB (Red+Green+Blue) = 87+65+48=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #574130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574130 is #A8BECF. Grayscale: #454545. Windows color (decimal): -11058896 or 3162455. OLE color: 3162455.
HSL color Cylindrical-coordinate representation of color #574130: hue angle of 26.15º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #574130 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 65 | 48 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.66 |
| HSL | 26.15º | 0.29% | 0.26% | - |
| HSV(B) | 26.15º | 0.45% | 0.34% | - |
| XYZ | 6.35 | 6.02 | 3.62 | - |
| YUV | 69.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 65 | 48 | 0 | 0.25 | 0.45 | 0.66 | 26.15 | 0.29 | 0.26 |
| Hex | 57 | 41 | 30 | 0 | 19 | 2D | 42 | 1A | 1D | 1A |
| Octal | 127 | 101 | 60 | 0 | 31 | 55 | 102 | 32 | 35 | 32 |
| Binary | 1010111 | 1000001 | 110000 | 0 | 11001 | 101101 | 1000010 | 11010 | 11101 | 11010 |
Color Harmonies of #574130
Complementary color
Monochromatic Colors of #574130
Black with #574130
Text Example
Text Example
White with #574130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574130; }
p { color: rgb(87,65,48); }
H1.HeaderClassName
{
color: #574130;
}
.AnyTagClassName
{
color: #574130;
}
</style>
background-color css
<style>
a { background-color: #574130; }
a { background-color: rgb(87,65,48); }
div.DivClassName
{
background-color: #574130;
}
.BgClassName
{
background-color: #574130;
}
</style>
border-color css
<style>
span { border-color: #574130; }
span { border-color: rgb(87,65,48); }
td.TdClassName
{
border-color: #574130;
}
.TagClassName
{
border-color: #574130;
}
</style>