Shades of Brown Derby #57463D
Tints of Brown Derby #57463D
RGB
CMYK
RGB Variations
Color information
#57463D (or 0x57463D) is known color: Brown Derby. HEX triplet: 57, 46 and 3D. RGB value is (87,70,61). Sum of RGB (Red+Green+Blue) = 87+70+61=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 87 - color contains mainly: red. Hex color #57463D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57463D is #A8B9C2. Grayscale: #4A4A4A. Windows color (decimal): -11057603 or 4015703. OLE color: 4015703.
HSL color Cylindrical-coordinate representation of color #57463D: hue angle of 20.77º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57463D is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 70 | 61 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.66 |
| HSL | 20.77º | 0.18% | 0.29% | - |
| HSV(B) | 20.77º | 0.3% | 0.34% | - |
| XYZ | 6.96 | 6.74 | 5.35 | - |
| YUV | 74.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 70 | 61 | 0 | 0.20 | 0.30 | 0.66 | 20.77 | 0.18 | 0.29 |
| Hex | 57 | 46 | 3D | 0 | 14 | 1E | 42 | 15 | 12 | 1D |
| Octal | 127 | 106 | 75 | 0 | 24 | 36 | 102 | 25 | 22 | 35 |
| Binary | 1010111 | 1000110 | 111101 | 0 | 10100 | 11110 | 1000010 | 10101 | 10010 | 11101 |
Color Harmonies of #57463D
Complementary color
Monochromatic Colors of #57463D
Black with #57463D
Text Example
Text Example
White with #57463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57463D; }
p { color: rgb(87,70,61); }
H1.HeaderClassName
{
color: #57463D;
}
.AnyTagClassName
{
color: #57463D;
}
</style>
background-color css
<style>
a { background-color: #57463D; }
a { background-color: rgb(87,70,61); }
div.DivClassName
{
background-color: #57463D;
}
.BgClassName
{
background-color: #57463D;
}
</style>
border-color css
<style>
span { border-color: #57463D; }
span { border-color: rgb(87,70,61); }
td.TdClassName
{
border-color: #57463D;
}
.TagClassName
{
border-color: #57463D;
}
</style>