Shades of Congo Brown #5C5453
Tints of Congo Brown #5C5453
RGB
CMYK
RGB Variations
Color information
#5C5453 (or 0x5C5453) is known color: Congo Brown. HEX triplet: 5C, 54 and 53. RGB value is (92,84,83). Sum of RGB (Red+Green+Blue) = 92+84+83=259 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.52% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5453 is #A3ABAC. Grayscale: #565656. Windows color (decimal): -10726317 or 5461084. OLE color: 5461084.
HSL color Cylindrical-coordinate representation of color #5C5453: hue angle of 6.67º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5C5453 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 84 | 83 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.64 |
| HSL | 6.67º | 0.05% | 0.34% | - |
| HSV(B) | 6.67º | 0.1% | 0.36% | - |
| XYZ | 9.15 | 9.24 | 9.49 | - |
| YUV | 86.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 84 | 83 | 0 | 0.09 | 0.10 | 0.64 | 6.67 | 0.05 | 0.34 |
| Hex | 5C | 54 | 53 | 0 | 9 | A | 40 | 7 | 5 | 22 |
| Octal | 134 | 124 | 123 | 0 | 11 | 12 | 100 | 7 | 5 | 42 |
| Binary | 1011100 | 1010100 | 1010011 | 0 | 1001 | 1010 | 1000000 | 111 | 101 | 100010 |
Color Harmonies of #5C5453
Complementary color
Monochromatic Colors of #5C5453
Black with #5C5453
Text Example
Text Example
White with #5C5453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5453; }
p { color: rgb(92,84,83); }
H1.HeaderClassName
{
color: #5C5453;
}
.AnyTagClassName
{
color: #5C5453;
}
</style>
background-color css
<style>
a { background-color: #5C5453; }
a { background-color: rgb(92,84,83); }
div.DivClassName
{
background-color: #5C5453;
}
.BgClassName
{
background-color: #5C5453;
}
</style>
border-color css
<style>
span { border-color: #5C5453; }
span { border-color: rgb(92,84,83); }
td.TdClassName
{
border-color: #5C5453;
}
.TagClassName
{
border-color: #5C5453;
}
</style>