Shades of Brown Derby #57483C
Tints of Brown Derby #57483C
RGB
CMYK
RGB Variations
Color information
#57483C (or 0x57483C) is known color: Brown Derby. HEX triplet: 57, 48 and 3C. RGB value is (87,72,60). Sum of RGB (Red+Green+Blue) = 87+72+60=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 87 - color contains mainly: red. Hex color #57483C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57483C is #A8B7C3. Grayscale: #4B4B4B. Windows color (decimal): -11057092 or 3950679. OLE color: 3950679.
HSL color Cylindrical-coordinate representation of color #57483C: hue angle of 26.67º 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 #57483C is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 72 | 60 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.66 |
| HSL | 26.67º | 0.18% | 0.29% | - |
| HSV(B) | 26.67º | 0.31% | 0.34% | - |
| XYZ | 7.06 | 6.99 | 5.25 | - |
| YUV | 75.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 72 | 60 | 0 | 0.17 | 0.31 | 0.66 | 26.67 | 0.18 | 0.29 |
| Hex | 57 | 48 | 3C | 0 | 11 | 1F | 42 | 1B | 12 | 1D |
| Octal | 127 | 110 | 74 | 0 | 21 | 37 | 102 | 33 | 22 | 35 |
| Binary | 1010111 | 1001000 | 111100 | 0 | 10001 | 11111 | 1000010 | 11011 | 10010 | 11101 |
Color Harmonies of #57483C
Complementary color
Monochromatic Colors of #57483C
Black with #57483C
Text Example
Text Example
White with #57483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57483C; }
p { color: rgb(87,72,60); }
H1.HeaderClassName
{
color: #57483C;
}
.AnyTagClassName
{
color: #57483C;
}
</style>
background-color css
<style>
a { background-color: #57483C; }
a { background-color: rgb(87,72,60); }
div.DivClassName
{
background-color: #57483C;
}
.BgClassName
{
background-color: #57483C;
}
</style>
border-color css
<style>
span { border-color: #57483C; }
span { border-color: rgb(87,72,60); }
td.TdClassName
{
border-color: #57483C;
}
.TagClassName
{
border-color: #57483C;
}
</style>