Shades of Congo Brown #564D4B
Tints of Congo Brown #564D4B
RGB
CMYK
RGB Variations
Color information
#564D4B (or 0x564D4B) is known color: Congo Brown. HEX triplet: 56, 4D and 4B. RGB value is (86,77,75). Sum of RGB (Red+Green+Blue) = 86+77+75=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 86 - color contains mainly: red. Hex color #564D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D4B is #A9B2B4. Grayscale: #4F4F4F. Windows color (decimal): -11121333 or 4934998. OLE color: 4934998.
HSL color Cylindrical-coordinate representation of color #564D4B: hue angle of 10.91º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #564D4B is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 77 | 75 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.66 |
| HSL | 10.91º | 0.07% | 0.32% | - |
| HSV(B) | 10.91º | 0.13% | 0.34% | - |
| XYZ | 7.76 | 7.79 | 7.75 | - |
| YUV | 79.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 75 | 0 | 0.10 | 0.13 | 0.66 | 10.91 | 0.07 | 0.32 |
| Hex | 56 | 4D | 4B | 0 | A | D | 42 | B | 7 | 20 |
| Octal | 126 | 115 | 113 | 0 | 12 | 15 | 102 | 13 | 7 | 40 |
| Binary | 1010110 | 1001101 | 1001011 | 0 | 1010 | 1101 | 1000010 | 1011 | 111 | 100000 |
Color Harmonies of #564D4B
Complementary color
Monochromatic Colors of #564D4B
Black with #564D4B
Text Example
Text Example
White with #564D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564D4B; }
p { color: rgb(86,77,75); }
H1.HeaderClassName
{
color: #564D4B;
}
.AnyTagClassName
{
color: #564D4B;
}
</style>
background-color css
<style>
a { background-color: #564D4B; }
a { background-color: rgb(86,77,75); }
div.DivClassName
{
background-color: #564D4B;
}
.BgClassName
{
background-color: #564D4B;
}
</style>
border-color css
<style>
span { border-color: #564D4B; }
span { border-color: rgb(86,77,75); }
td.TdClassName
{
border-color: #564D4B;
}
.TagClassName
{
border-color: #564D4B;
}
</style>