Shades of Congo Brown #5D5554
Tints of Congo Brown #5D5554
RGB
CMYK
RGB Variations
Color information
#5D5554 (or 0x5D5554) is known color: Congo Brown. HEX triplet: 5D, 55 and 54. RGB value is (93,85,84). Sum of RGB (Red+Green+Blue) = 93+85+84=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5554 is #A2AAAB. Grayscale: #575757. Windows color (decimal): -10660524 or 5526877. OLE color: 5526877.
HSL color Cylindrical-coordinate representation of color #5D5554: hue angle of 6.67º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5D5554 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 85 | 84 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.64 |
| HSL | 6.67º | 0.05% | 0.35% | - |
| HSV(B) | 6.67º | 0.1% | 0.36% | - |
| XYZ | 9.36 | 9.46 | 9.72 | - |
| YUV | 87.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 85 | 84 | 0 | 0.09 | 0.10 | 0.64 | 6.67 | 0.05 | 0.35 |
| Hex | 5D | 55 | 54 | 0 | 9 | A | 40 | 7 | 5 | 23 |
| Octal | 135 | 125 | 124 | 0 | 11 | 12 | 100 | 7 | 5 | 43 |
| Binary | 1011101 | 1010101 | 1010100 | 0 | 1001 | 1010 | 1000000 | 111 | 101 | 100011 |
Color Harmonies of #5D5554
Complementary color
Monochromatic Colors of #5D5554
Black with #5D5554
Text Example
Text Example
White with #5D5554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5554; }
p { color: rgb(93,85,84); }
H1.HeaderClassName
{
color: #5D5554;
}
.AnyTagClassName
{
color: #5D5554;
}
</style>
background-color css
<style>
a { background-color: #5D5554; }
a { background-color: rgb(93,85,84); }
div.DivClassName
{
background-color: #5D5554;
}
.BgClassName
{
background-color: #5D5554;
}
</style>
border-color css
<style>
span { border-color: #5D5554; }
span { border-color: rgb(93,85,84); }
td.TdClassName
{
border-color: #5D5554;
}
.TagClassName
{
border-color: #5D5554;
}
</style>