Shades of Congo Brown #5A5251
Tints of Congo Brown #5A5251
RGB
CMYK
RGB Variations
Color information
#5A5251 (or 0x5A5251) is known color: Congo Brown. HEX triplet: 5A, 52 and 51. RGB value is (90,82,81). Sum of RGB (Red+Green+Blue) = 90+82+81=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5251 is #A5ADAE. Grayscale: #545454. Windows color (decimal): -10857903 or 5329498. OLE color: 5329498.
HSL color Cylindrical-coordinate representation of color #5A5251: hue angle of 6.67º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5A5251 is Cyan = 0, Magento = 0.09, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 82 | 81 | - |
| CMYK | 0 | 0.09 | 0.1 | 0.65 |
| HSL | 6.67º | 0.05% | 0.34% | - |
| HSV(B) | 6.67º | 0.1% | 0.35% | - |
| XYZ | 8.72 | 8.8 | 9.02 | - |
| YUV | 84.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 81 | 0 | 0.09 | 0.1 | 0.65 | 6.67 | 0.05 | 0.34 |
| Hex | 5A | 52 | 51 | 0 | 9 | A | 41 | 7 | 5 | 22 |
| Octal | 132 | 122 | 121 | 0 | 11 | 12 | 101 | 7 | 5 | 42 |
| Binary | 1011010 | 1010010 | 1010001 | 0 | 1001 | 1010 | 1000001 | 111 | 101 | 100010 |
Color Harmonies of #5A5251
Complementary color
Monochromatic Colors of #5A5251
Black with #5A5251
Text Example
Text Example
White with #5A5251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5251; }
p { color: rgb(90,82,81); }
H1.HeaderClassName
{
color: #5A5251;
}
.AnyTagClassName
{
color: #5A5251;
}
</style>
background-color css
<style>
a { background-color: #5A5251; }
a { background-color: rgb(90,82,81); }
div.DivClassName
{
background-color: #5A5251;
}
.BgClassName
{
background-color: #5A5251;
}
</style>
border-color css
<style>
span { border-color: #5A5251; }
span { border-color: rgb(90,82,81); }
td.TdClassName
{
border-color: #5A5251;
}
.TagClassName
{
border-color: #5A5251;
}
</style>