Shades of Congo Brown #5F4944
Tints of Congo Brown #5F4944
RGB
CMYK
RGB Variations
Color information
#5F4944 (or 0x5F4944) is known color: Congo Brown. HEX triplet: 5F, 49 and 44. RGB value is (95,73,68). Sum of RGB (Red+Green+Blue) = 95+73+68=236 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.25% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4944 is #A0B6BB. Grayscale: #4F4F4F. Windows color (decimal): -10532540 or 4475231. OLE color: 4475231.
HSL color Cylindrical-coordinate representation of color #5F4944: hue angle of 11.11º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5F4944 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 73 | 68 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.63 |
| HSL | 11.11º | 0.17% | 0.32% | - |
| HSV(B) | 11.11º | 0.28% | 0.37% | - |
| XYZ | 8.15 | 7.62 | 6.51 | - |
| YUV | 79.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 73 | 68 | 0 | 0.23 | 0.28 | 0.63 | 11.11 | 0.17 | 0.32 |
| Hex | 5F | 49 | 44 | 0 | 17 | 1C | 3F | B | 11 | 20 |
| Octal | 137 | 111 | 104 | 0 | 27 | 34 | 77 | 13 | 21 | 40 |
| Binary | 1011111 | 1001001 | 1000100 | 0 | 10111 | 11100 | 111111 | 1011 | 10001 | 100000 |
Color Harmonies of #5F4944
Complementary color
Monochromatic Colors of #5F4944
Black with #5F4944
Text Example
Text Example
White with #5F4944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4944; }
p { color: rgb(95,73,68); }
H1.HeaderClassName
{
color: #5F4944;
}
.AnyTagClassName
{
color: #5F4944;
}
</style>
background-color css
<style>
a { background-color: #5F4944; }
a { background-color: rgb(95,73,68); }
div.DivClassName
{
background-color: #5F4944;
}
.BgClassName
{
background-color: #5F4944;
}
</style>
border-color css
<style>
span { border-color: #5F4944; }
span { border-color: rgb(95,73,68); }
td.TdClassName
{
border-color: #5F4944;
}
.TagClassName
{
border-color: #5F4944;
}
</style>