Shades of Brown Derby #57453C
Tints of Brown Derby #57453C
RGB
CMYK
RGB Variations
Color information
#57453C (or 0x57453C) is known color: Brown Derby. HEX triplet: 57, 45 and 3C. RGB value is (87,69,60). Sum of RGB (Red+Green+Blue) = 87+69+60=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 87 - color contains mainly: red. Hex color #57453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57453C is #A8BAC3. Grayscale: #494949. Windows color (decimal): -11057860 or 3949911. OLE color: 3949911.
HSL color Cylindrical-coordinate representation of color #57453C: hue angle of 20º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #57453C is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 69 | 60 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.66 |
| HSL | 20º | 0.18% | 0.29% | - |
| HSV(B) | 20º | 0.31% | 0.34% | - |
| XYZ | 6.87 | 6.61 | 5.19 | - |
| YUV | 73.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 69 | 60 | 0 | 0.21 | 0.31 | 0.66 | 20 | 0.18 | 0.29 |
| Hex | 57 | 45 | 3C | 0 | 15 | 1F | 42 | 14 | 12 | 1D |
| Octal | 127 | 105 | 74 | 0 | 25 | 37 | 102 | 24 | 22 | 35 |
| Binary | 1010111 | 1000101 | 111100 | 0 | 10101 | 11111 | 1000010 | 10100 | 10010 | 11101 |
Color Harmonies of #57453C
Complementary color
Monochromatic Colors of #57453C
Black with #57453C
Text Example
Text Example
White with #57453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57453C; }
p { color: rgb(87,69,60); }
H1.HeaderClassName
{
color: #57453C;
}
.AnyTagClassName
{
color: #57453C;
}
</style>
background-color css
<style>
a { background-color: #57453C; }
a { background-color: rgb(87,69,60); }
div.DivClassName
{
background-color: #57453C;
}
.BgClassName
{
background-color: #57453C;
}
</style>
border-color css
<style>
span { border-color: #57453C; }
span { border-color: rgb(87,69,60); }
td.TdClassName
{
border-color: #57453C;
}
.TagClassName
{
border-color: #57453C;
}
</style>