Shades of Brown Derby #56463B
Tints of Brown Derby #56463B
RGB
CMYK
RGB Variations
Color information
#56463B (or 0x56463B) is known color: Brown Derby. HEX triplet: 56, 46 and 3B. RGB value is (86,70,59). Sum of RGB (Red+Green+Blue) = 86+70+59=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #56463B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56463B is #A9B9C4. Grayscale: #494949. Windows color (decimal): -11123141 or 3884630. OLE color: 3884630.
HSL color Cylindrical-coordinate representation of color #56463B: hue angle of 24.44º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #56463B is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 70 | 59 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.66 |
| HSL | 24.44º | 0.19% | 0.28% | - |
| HSV(B) | 24.44º | 0.31% | 0.34% | - |
| XYZ | 6.82 | 6.67 | 5.07 | - |
| YUV | 73.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 70 | 59 | 0 | 0.19 | 0.31 | 0.66 | 24.44 | 0.19 | 0.28 |
| Hex | 56 | 46 | 3B | 0 | 13 | 1F | 42 | 18 | 13 | 1C |
| Octal | 126 | 106 | 73 | 0 | 23 | 37 | 102 | 30 | 23 | 34 |
| Binary | 1010110 | 1000110 | 111011 | 0 | 10011 | 11111 | 1000010 | 11000 | 10011 | 11100 |
Color Harmonies of #56463B
Complementary color
Monochromatic Colors of #56463B
Black with #56463B
Text Example
Text Example
White with #56463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56463B; }
p { color: rgb(86,70,59); }
H1.HeaderClassName
{
color: #56463B;
}
.AnyTagClassName
{
color: #56463B;
}
</style>
background-color css
<style>
a { background-color: #56463B; }
a { background-color: rgb(86,70,59); }
div.DivClassName
{
background-color: #56463B;
}
.BgClassName
{
background-color: #56463B;
}
</style>
border-color css
<style>
span { border-color: #56463B; }
span { border-color: rgb(86,70,59); }
td.TdClassName
{
border-color: #56463B;
}
.TagClassName
{
border-color: #56463B;
}
</style>