Shades of Congo Brown #5C4540
Tints of Congo Brown #5C4540
RGB
CMYK
RGB Variations
Color information
#5C4540 (or 0x5C4540) is known color: Congo Brown. HEX triplet: 5C, 45 and 40. RGB value is (92,69,64). Sum of RGB (Red+Green+Blue) = 92+69+64=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4540 is #A3BABF. Grayscale: #4B4B4B. Windows color (decimal): -10730176 or 4212060. OLE color: 4212060.
HSL color Cylindrical-coordinate representation of color #5C4540: hue angle of 10.71º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C4540 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 69 | 64 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.64 |
| HSL | 10.71º | 0.18% | 0.31% | - |
| HSV(B) | 10.71º | 0.3% | 0.36% | - |
| XYZ | 7.47 | 6.9 | 5.79 | - |
| YUV | 75.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 69 | 64 | 0 | 0.25 | 0.30 | 0.64 | 10.71 | 0.18 | 0.31 |
| Hex | 5C | 45 | 40 | 0 | 19 | 1E | 40 | B | 12 | 1F |
| Octal | 134 | 105 | 100 | 0 | 31 | 36 | 100 | 13 | 22 | 37 |
| Binary | 1011100 | 1000101 | 1000000 | 0 | 11001 | 11110 | 1000000 | 1011 | 10010 | 11111 |
Color Harmonies of #5C4540
Complementary color
Monochromatic Colors of #5C4540
Black with #5C4540
Text Example
Text Example
White with #5C4540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4540; }
p { color: rgb(92,69,64); }
H1.HeaderClassName
{
color: #5C4540;
}
.AnyTagClassName
{
color: #5C4540;
}
</style>
background-color css
<style>
a { background-color: #5C4540; }
a { background-color: rgb(92,69,64); }
div.DivClassName
{
background-color: #5C4540;
}
.BgClassName
{
background-color: #5C4540;
}
</style>
border-color css
<style>
span { border-color: #5C4540; }
span { border-color: rgb(92,69,64); }
td.TdClassName
{
border-color: #5C4540;
}
.TagClassName
{
border-color: #5C4540;
}
</style>