Shades of Congo Brown #5B5251
Tints of Congo Brown #5B5251
RGB
CMYK
RGB Variations
Color information
#5B5251 (or 0x5B5251) is known color: Congo Brown. HEX triplet: 5B, 52 and 51. RGB value is (91,82,81). Sum of RGB (Red+Green+Blue) = 91+82+81=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5251 is #A4ADAE. Grayscale: #545454. Windows color (decimal): -10792367 or 5329499. OLE color: 5329499.
HSL color Cylindrical-coordinate representation of color #5B5251: hue angle of 6º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5B5251 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 82 | 81 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.64 |
| HSL | 6º | 0.06% | 0.34% | - |
| HSV(B) | 6º | 0.11% | 0.36% | - |
| XYZ | 8.82 | 8.85 | 9.03 | - |
| YUV | 84.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 81 | 0 | 0.10 | 0.11 | 0.64 | 6 | 0.06 | 0.34 |
| Hex | 5B | 52 | 51 | 0 | A | B | 40 | 6 | 6 | 22 |
| Octal | 133 | 122 | 121 | 0 | 12 | 13 | 100 | 6 | 6 | 42 |
| Binary | 1011011 | 1010010 | 1010001 | 0 | 1010 | 1011 | 1000000 | 110 | 110 | 100010 |
Color Harmonies of #5B5251
Complementary color
Monochromatic Colors of #5B5251
Black with #5B5251
Text Example
Text Example
White with #5B5251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5251; }
p { color: rgb(91,82,81); }
H1.HeaderClassName
{
color: #5B5251;
}
.AnyTagClassName
{
color: #5B5251;
}
</style>
background-color css
<style>
a { background-color: #5B5251; }
a { background-color: rgb(91,82,81); }
div.DivClassName
{
background-color: #5B5251;
}
.BgClassName
{
background-color: #5B5251;
}
</style>
border-color css
<style>
span { border-color: #5B5251; }
span { border-color: rgb(91,82,81); }
td.TdClassName
{
border-color: #5B5251;
}
.TagClassName
{
border-color: #5B5251;
}
</style>