Shades of Brown Derby #564534
Tints of Brown Derby #564534
RGB
CMYK
RGB Variations
Color information
#564534 (or 0x564534) is known color: Brown Derby. HEX triplet: 56, 45 and 34. RGB value is (86,69,52). Sum of RGB (Red+Green+Blue) = 86+69+52=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 86 - color contains mainly: red. Hex color #564534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564534 is #A9BACB. Grayscale: #484848. Windows color (decimal): -11123404 or 3425622. OLE color: 3425622.
HSL color Cylindrical-coordinate representation of color #564534: hue angle of 30º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #564534 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 69 | 52 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.66 |
| HSL | 30º | 0.25% | 0.27% | - |
| HSV(B) | 30º | 0.4% | 0.34% | - |
| XYZ | 6.59 | 6.48 | 4.15 | - |
| YUV | 72.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 69 | 52 | 0 | 0.20 | 0.40 | 0.66 | 30 | 0.25 | 0.27 |
| Hex | 56 | 45 | 34 | 0 | 14 | 28 | 42 | 1E | 19 | 1B |
| Octal | 126 | 105 | 64 | 0 | 24 | 50 | 102 | 36 | 31 | 33 |
| Binary | 1010110 | 1000101 | 110100 | 0 | 10100 | 101000 | 1000010 | 11110 | 11001 | 11011 |
Color Harmonies of #564534
Complementary color
Monochromatic Colors of #564534
Black with #564534
Text Example
Text Example
White with #564534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564534; }
p { color: rgb(86,69,52); }
H1.HeaderClassName
{
color: #564534;
}
.AnyTagClassName
{
color: #564534;
}
</style>
background-color css
<style>
a { background-color: #564534; }
a { background-color: rgb(86,69,52); }
div.DivClassName
{
background-color: #564534;
}
.BgClassName
{
background-color: #564534;
}
</style>
border-color css
<style>
span { border-color: #564534; }
span { border-color: rgb(86,69,52); }
td.TdClassName
{
border-color: #564534;
}
.TagClassName
{
border-color: #564534;
}
</style>