Shades of Congo Brown #5D4744
Tints of Congo Brown #5D4744
RGB
CMYK
RGB Variations
Color information
#5D4744 (or 0x5D4744) is known color: Congo Brown. HEX triplet: 5D, 47 and 44. RGB value is (93,71,68). Sum of RGB (Red+Green+Blue) = 93+71+68=232 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.09% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4744 is #A2B8BB. Grayscale: #4D4D4D. Windows color (decimal): -10664124 or 4474717. OLE color: 4474717.
HSL color Cylindrical-coordinate representation of color #5D4744: hue angle of 7.2º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D4744 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 71 | 68 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.64 |
| HSL | 7.2º | 0.16% | 0.32% | - |
| HSV(B) | 7.2º | 0.27% | 0.36% | - |
| XYZ | 7.81 | 7.25 | 6.46 | - |
| YUV | 77.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 71 | 68 | 0 | 0.24 | 0.27 | 0.64 | 7.2 | 0.16 | 0.32 |
| Hex | 5D | 47 | 44 | 0 | 18 | 1B | 40 | 7 | 10 | 20 |
| Octal | 135 | 107 | 104 | 0 | 30 | 33 | 100 | 7 | 20 | 40 |
| Binary | 1011101 | 1000111 | 1000100 | 0 | 11000 | 11011 | 1000000 | 111 | 10000 | 100000 |
Color Harmonies of #5D4744
Complementary color
Monochromatic Colors of #5D4744
Black with #5D4744
Text Example
Text Example
White with #5D4744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4744; }
p { color: rgb(93,71,68); }
H1.HeaderClassName
{
color: #5D4744;
}
.AnyTagClassName
{
color: #5D4744;
}
</style>
background-color css
<style>
a { background-color: #5D4744; }
a { background-color: rgb(93,71,68); }
div.DivClassName
{
background-color: #5D4744;
}
.BgClassName
{
background-color: #5D4744;
}
</style>
border-color css
<style>
span { border-color: #5D4744; }
span { border-color: rgb(93,71,68); }
td.TdClassName
{
border-color: #5D4744;
}
.TagClassName
{
border-color: #5D4744;
}
</style>