Shades of Brown Derby #564231
Tints of Brown Derby #564231
RGB
CMYK
RGB Variations
Color information
#564231 (or 0x564231) is known color: Brown Derby. HEX triplet: 56, 42 and 31. RGB value is (86,66,49). Sum of RGB (Red+Green+Blue) = 86+66+49=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #564231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564231 is #A9BDCE. Grayscale: #464646. Windows color (decimal): -11124175 or 3228246. OLE color: 3228246.
HSL color Cylindrical-coordinate representation of color #564231: hue angle of 27.57º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #564231 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 66 | 49 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.66 |
| HSL | 27.57º | 0.27% | 0.26% | - |
| HSV(B) | 27.57º | 0.43% | 0.34% | - |
| XYZ | 6.34 | 6.1 | 3.75 | - |
| YUV | 70.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 66 | 49 | 0 | 0.23 | 0.43 | 0.66 | 27.57 | 0.27 | 0.26 |
| Hex | 56 | 42 | 31 | 0 | 17 | 2B | 42 | 1C | 1B | 1A |
| Octal | 126 | 102 | 61 | 0 | 27 | 53 | 102 | 34 | 33 | 32 |
| Binary | 1010110 | 1000010 | 110001 | 0 | 10111 | 101011 | 1000010 | 11100 | 11011 | 11010 |
Color Harmonies of #564231
Complementary color
Monochromatic Colors of #564231
Black with #564231
Text Example
Text Example
White with #564231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564231; }
p { color: rgb(86,66,49); }
H1.HeaderClassName
{
color: #564231;
}
.AnyTagClassName
{
color: #564231;
}
</style>
background-color css
<style>
a { background-color: #564231; }
a { background-color: rgb(86,66,49); }
div.DivClassName
{
background-color: #564231;
}
.BgClassName
{
background-color: #564231;
}
</style>
border-color css
<style>
span { border-color: #564231; }
span { border-color: rgb(86,66,49); }
td.TdClassName
{
border-color: #564231;
}
.TagClassName
{
border-color: #564231;
}
</style>