Shades of Congo Brown #5B4946
Tints of Congo Brown #5B4946
RGB
CMYK
RGB Variations
Color information
#5B4946 (or 0x5B4946) is known color: Congo Brown. HEX triplet: 5B, 49 and 46. RGB value is (91,73,70). Sum of RGB (Red+Green+Blue) = 91+73+70=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4946 is #A4B6B9. Grayscale: #4E4E4E. Windows color (decimal): -10794682 or 4606299. OLE color: 4606299.
HSL color Cylindrical-coordinate representation of color #5B4946: hue angle of 8.57º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B4946 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 73 | 70 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.64 |
| HSL | 8.57º | 0.13% | 0.32% | - |
| HSV(B) | 8.57º | 0.23% | 0.36% | - |
| XYZ | 7.8 | 7.43 | 6.82 | - |
| YUV | 78.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 73 | 70 | 0 | 0.20 | 0.23 | 0.64 | 8.57 | 0.13 | 0.32 |
| Hex | 5B | 49 | 46 | 0 | 14 | 17 | 40 | 9 | D | 20 |
| Octal | 133 | 111 | 106 | 0 | 24 | 27 | 100 | 11 | 15 | 40 |
| Binary | 1011011 | 1001001 | 1000110 | 0 | 10100 | 10111 | 1000000 | 1001 | 1101 | 100000 |
Color Harmonies of #5B4946
Complementary color
Monochromatic Colors of #5B4946
Black with #5B4946
Text Example
Text Example
White with #5B4946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4946; }
p { color: rgb(91,73,70); }
H1.HeaderClassName
{
color: #5B4946;
}
.AnyTagClassName
{
color: #5B4946;
}
</style>
background-color css
<style>
a { background-color: #5B4946; }
a { background-color: rgb(91,73,70); }
div.DivClassName
{
background-color: #5B4946;
}
.BgClassName
{
background-color: #5B4946;
}
</style>
border-color css
<style>
span { border-color: #5B4946; }
span { border-color: rgb(91,73,70); }
td.TdClassName
{
border-color: #5B4946;
}
.TagClassName
{
border-color: #5B4946;
}
</style>