Shades of Brown Derby #564133
Tints of Brown Derby #564133
RGB
CMYK
RGB Variations
Color information
#564133 (or 0x564133) is known color: Brown Derby. HEX triplet: 56, 41 and 33. RGB value is (86,65,51). Sum of RGB (Red+Green+Blue) = 86+65+51=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 86 - color contains mainly: red. Hex color #564133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564133 is #A9BECC. Grayscale: #454545. Windows color (decimal): -11124429 or 3359062. OLE color: 3359062.
HSL color Cylindrical-coordinate representation of color #564133: hue angle of 24º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #564133 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 65 | 51 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.66 |
| HSL | 24º | 0.26% | 0.27% | - |
| HSV(B) | 24º | 0.41% | 0.34% | - |
| XYZ | 6.33 | 6 | 3.96 | - |
| YUV | 69.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 65 | 51 | 0 | 0.24 | 0.41 | 0.66 | 24 | 0.26 | 0.27 |
| Hex | 56 | 41 | 33 | 0 | 18 | 29 | 42 | 18 | 1A | 1B |
| Octal | 126 | 101 | 63 | 0 | 30 | 51 | 102 | 30 | 32 | 33 |
| Binary | 1010110 | 1000001 | 110011 | 0 | 11000 | 101001 | 1000010 | 11000 | 11010 | 11011 |
Color Harmonies of #564133
Complementary color
Monochromatic Colors of #564133
Black with #564133
Text Example
Text Example
White with #564133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564133; }
p { color: rgb(86,65,51); }
H1.HeaderClassName
{
color: #564133;
}
.AnyTagClassName
{
color: #564133;
}
</style>
background-color css
<style>
a { background-color: #564133; }
a { background-color: rgb(86,65,51); }
div.DivClassName
{
background-color: #564133;
}
.BgClassName
{
background-color: #564133;
}
</style>
border-color css
<style>
span { border-color: #564133; }
span { border-color: rgb(86,65,51); }
td.TdClassName
{
border-color: #564133;
}
.TagClassName
{
border-color: #564133;
}
</style>