Shades of Congo Brown #5F4440
Tints of Congo Brown #5F4440
RGB
CMYK
RGB Variations
Color information
#5F4440 (or 0x5F4440) is known color: Congo Brown. HEX triplet: 5F, 44 and 40. RGB value is (95,68,64). Sum of RGB (Red+Green+Blue) = 95+68+64=227 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.85% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4440 is #A0BBBF. Grayscale: #4B4B4B. Windows color (decimal): -10533824 or 4211807. OLE color: 4211807.
HSL color Cylindrical-coordinate representation of color #5F4440: hue angle of 7.74º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F4440 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 68 | 64 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.63 |
| HSL | 7.74º | 0.19% | 0.31% | - |
| HSV(B) | 7.74º | 0.33% | 0.37% | - |
| XYZ | 7.71 | 6.94 | 5.78 | - |
| YUV | 75.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 68 | 64 | 0 | 0.28 | 0.33 | 0.63 | 7.74 | 0.19 | 0.31 |
| Hex | 5F | 44 | 40 | 0 | 1C | 21 | 3F | 8 | 13 | 1F |
| Octal | 137 | 104 | 100 | 0 | 34 | 41 | 77 | 10 | 23 | 37 |
| Binary | 1011111 | 1000100 | 1000000 | 0 | 11100 | 100001 | 111111 | 1000 | 10011 | 11111 |
Color Harmonies of #5F4440
Complementary color
Monochromatic Colors of #5F4440
Black with #5F4440
Text Example
Text Example
White with #5F4440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4440; }
p { color: rgb(95,68,64); }
H1.HeaderClassName
{
color: #5F4440;
}
.AnyTagClassName
{
color: #5F4440;
}
</style>
background-color css
<style>
a { background-color: #5F4440; }
a { background-color: rgb(95,68,64); }
div.DivClassName
{
background-color: #5F4440;
}
.BgClassName
{
background-color: #5F4440;
}
</style>
border-color css
<style>
span { border-color: #5F4440; }
span { border-color: rgb(95,68,64); }
td.TdClassName
{
border-color: #5F4440;
}
.TagClassName
{
border-color: #5F4440;
}
</style>