Shades of Congo Brown #5B5150
Tints of Congo Brown #5B5150
RGB
CMYK
RGB Variations
Color information
#5B5150 (or 0x5B5150) is known color: Congo Brown. HEX triplet: 5B, 51 and 50. RGB value is (91,81,80). Sum of RGB (Red+Green+Blue) = 91+81+80=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5150 is #A4AEAF. Grayscale: #535353. Windows color (decimal): -10792624 or 5263707. OLE color: 5263707.
HSL color Cylindrical-coordinate representation of color #5B5150: hue angle of 5.45º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B5150 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 81 | 80 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.64 |
| HSL | 5.45º | 0.06% | 0.34% | - |
| HSV(B) | 5.45º | 0.12% | 0.36% | - |
| XYZ | 8.7 | 8.69 | 8.81 | - |
| YUV | 83.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 80 | 0 | 0.11 | 0.12 | 0.64 | 5.45 | 0.06 | 0.34 |
| Hex | 5B | 51 | 50 | 0 | B | C | 40 | 5 | 6 | 22 |
| Octal | 133 | 121 | 120 | 0 | 13 | 14 | 100 | 5 | 6 | 42 |
| Binary | 1011011 | 1010001 | 1010000 | 0 | 1011 | 1100 | 1000000 | 101 | 110 | 100010 |
Color Harmonies of #5B5150
Complementary color
Monochromatic Colors of #5B5150
Black with #5B5150
Text Example
Text Example
White with #5B5150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5150; }
p { color: rgb(91,81,80); }
H1.HeaderClassName
{
color: #5B5150;
}
.AnyTagClassName
{
color: #5B5150;
}
</style>
background-color css
<style>
a { background-color: #5B5150; }
a { background-color: rgb(91,81,80); }
div.DivClassName
{
background-color: #5B5150;
}
.BgClassName
{
background-color: #5B5150;
}
</style>
border-color css
<style>
span { border-color: #5B5150; }
span { border-color: rgb(91,81,80); }
td.TdClassName
{
border-color: #5B5150;
}
.TagClassName
{
border-color: #5B5150;
}
</style>