Shades of Congo Brown #5C4845
Tints of Congo Brown #5C4845
RGB
CMYK
RGB Variations
Color information
#5C4845 (or 0x5C4845) is known color: Congo Brown. HEX triplet: 5C, 48 and 45. RGB value is (92,72,69). Sum of RGB (Red+Green+Blue) = 92+72+69=233 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.48% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4845 is #A3B7BA. Grayscale: #4D4D4D. Windows color (decimal): -10729403 or 4540508. OLE color: 4540508.
HSL color Cylindrical-coordinate representation of color #5C4845: hue angle of 7.83º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C4845 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 72 | 69 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.64 |
| HSL | 7.83º | 0.14% | 0.32% | - |
| HSV(B) | 7.83º | 0.25% | 0.36% | - |
| XYZ | 7.81 | 7.34 | 6.64 | - |
| YUV | 77.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 72 | 69 | 0 | 0.22 | 0.25 | 0.64 | 7.83 | 0.14 | 0.32 |
| Hex | 5C | 48 | 45 | 0 | 16 | 19 | 40 | 8 | E | 20 |
| Octal | 134 | 110 | 105 | 0 | 26 | 31 | 100 | 10 | 16 | 40 |
| Binary | 1011100 | 1001000 | 1000101 | 0 | 10110 | 11001 | 1000000 | 1000 | 1110 | 100000 |
Color Harmonies of #5C4845
Complementary color
Monochromatic Colors of #5C4845
Black with #5C4845
Text Example
Text Example
White with #5C4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4845; }
p { color: rgb(92,72,69); }
H1.HeaderClassName
{
color: #5C4845;
}
.AnyTagClassName
{
color: #5C4845;
}
</style>
background-color css
<style>
a { background-color: #5C4845; }
a { background-color: rgb(92,72,69); }
div.DivClassName
{
background-color: #5C4845;
}
.BgClassName
{
background-color: #5C4845;
}
</style>
border-color css
<style>
span { border-color: #5C4845; }
span { border-color: rgb(92,72,69); }
td.TdClassName
{
border-color: #5C4845;
}
.TagClassName
{
border-color: #5C4845;
}
</style>