Shades of Congo Brown #5D4B47
Tints of Congo Brown #5D4B47
RGB
CMYK
RGB Variations
Color information
#5D4B47 (or 0x5D4B47) is known color: Congo Brown. HEX triplet: 5D, 4B and 47. RGB value is (93,75,71). Sum of RGB (Red+Green+Blue) = 93+75+71=239 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.91% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4B47 is #A2B4B8. Grayscale: #4F4F4F. Windows color (decimal): -10663097 or 4672349. OLE color: 4672349.
HSL color Cylindrical-coordinate representation of color #5D4B47: hue angle of 10.91º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5D4B47 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 75 | 71 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.64 |
| HSL | 10.91º | 0.13% | 0.32% | - |
| HSV(B) | 10.91º | 0.24% | 0.36% | - |
| XYZ | 8.17 | 7.81 | 7.04 | - |
| YUV | 79.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 75 | 71 | 0 | 0.19 | 0.24 | 0.64 | 10.91 | 0.13 | 0.32 |
| Hex | 5D | 4B | 47 | 0 | 13 | 18 | 40 | B | D | 20 |
| Octal | 135 | 113 | 107 | 0 | 23 | 30 | 100 | 13 | 15 | 40 |
| Binary | 1011101 | 1001011 | 1000111 | 0 | 10011 | 11000 | 1000000 | 1011 | 1101 | 100000 |
Color Harmonies of #5D4B47
Complementary color
Monochromatic Colors of #5D4B47
Black with #5D4B47
Text Example
Text Example
White with #5D4B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4B47; }
p { color: rgb(93,75,71); }
H1.HeaderClassName
{
color: #5D4B47;
}
.AnyTagClassName
{
color: #5D4B47;
}
</style>
background-color css
<style>
a { background-color: #5D4B47; }
a { background-color: rgb(93,75,71); }
div.DivClassName
{
background-color: #5D4B47;
}
.BgClassName
{
background-color: #5D4B47;
}
</style>
border-color css
<style>
span { border-color: #5D4B47; }
span { border-color: rgb(93,75,71); }
td.TdClassName
{
border-color: #5D4B47;
}
.TagClassName
{
border-color: #5D4B47;
}
</style>