Shades of Congo Brown #5C4945
Tints of Congo Brown #5C4945
RGB
CMYK
RGB Variations
Color information
#5C4945 (or 0x5C4945) is known color: Congo Brown. HEX triplet: 5C, 49 and 45. RGB value is (92,73,69). Sum of RGB (Red+Green+Blue) = 92+73+69=234 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.32% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4945 is #A3B6BA. Grayscale: #4E4E4E. Windows color (decimal): -10729147 or 4540764. OLE color: 4540764.
HSL color Cylindrical-coordinate representation of color #5C4945: hue angle of 10.43º 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 #5C4945 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 73 | 69 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.64 |
| HSL | 10.43º | 0.14% | 0.32% | - |
| HSV(B) | 10.43º | 0.25% | 0.36% | - |
| XYZ | 7.87 | 7.47 | 6.66 | - |
| YUV | 78.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 73 | 69 | 0 | 0.21 | 0.25 | 0.64 | 10.43 | 0.14 | 0.32 |
| Hex | 5C | 49 | 45 | 0 | 15 | 19 | 40 | A | E | 20 |
| Octal | 134 | 111 | 105 | 0 | 25 | 31 | 100 | 12 | 16 | 40 |
| Binary | 1011100 | 1001001 | 1000101 | 0 | 10101 | 11001 | 1000000 | 1010 | 1110 | 100000 |
Color Harmonies of #5C4945
Complementary color
Monochromatic Colors of #5C4945
Black with #5C4945
Text Example
Text Example
White with #5C4945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4945; }
p { color: rgb(92,73,69); }
H1.HeaderClassName
{
color: #5C4945;
}
.AnyTagClassName
{
color: #5C4945;
}
</style>
background-color css
<style>
a { background-color: #5C4945; }
a { background-color: rgb(92,73,69); }
div.DivClassName
{
background-color: #5C4945;
}
.BgClassName
{
background-color: #5C4945;
}
</style>
border-color css
<style>
span { border-color: #5C4945; }
span { border-color: rgb(92,73,69); }
td.TdClassName
{
border-color: #5C4945;
}
.TagClassName
{
border-color: #5C4945;
}
</style>