Shades of Brown Derby #56463A
Tints of Brown Derby #56463A
RGB
CMYK
RGB Variations
Color information
#56463A (or 0x56463A) is known color: Brown Derby. HEX triplet: 56, 46 and 3A. RGB value is (86,70,58). Sum of RGB (Red+Green+Blue) = 86+70+58=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #56463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56463A is #A9B9C5. Grayscale: #494949. Windows color (decimal): -11123142 or 3819094. OLE color: 3819094.
HSL color Cylindrical-coordinate representation of color #56463A: hue angle of 25.71º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56463A is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 70 | 58 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.66 |
| HSL | 25.71º | 0.19% | 0.28% | - |
| HSV(B) | 25.71º | 0.33% | 0.34% | - |
| XYZ | 6.79 | 6.66 | 4.93 | - |
| YUV | 73.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 70 | 58 | 0 | 0.19 | 0.33 | 0.66 | 25.71 | 0.19 | 0.28 |
| Hex | 56 | 46 | 3A | 0 | 13 | 21 | 42 | 1A | 13 | 1C |
| Octal | 126 | 106 | 72 | 0 | 23 | 41 | 102 | 32 | 23 | 34 |
| Binary | 1010110 | 1000110 | 111010 | 0 | 10011 | 100001 | 1000010 | 11010 | 10011 | 11100 |
Color Harmonies of #56463A
Complementary color
Monochromatic Colors of #56463A
Black with #56463A
Text Example
Text Example
White with #56463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56463A; }
p { color: rgb(86,70,58); }
H1.HeaderClassName
{
color: #56463A;
}
.AnyTagClassName
{
color: #56463A;
}
</style>
background-color css
<style>
a { background-color: #56463A; }
a { background-color: rgb(86,70,58); }
div.DivClassName
{
background-color: #56463A;
}
.BgClassName
{
background-color: #56463A;
}
</style>
border-color css
<style>
span { border-color: #56463A; }
span { border-color: rgb(86,70,58); }
td.TdClassName
{
border-color: #56463A;
}
.TagClassName
{
border-color: #56463A;
}
</style>