Shades of Congo Brown #5C4F4E
Tints of Congo Brown #5C4F4E
RGB
CMYK
RGB Variations
Color information
#5C4F4E (or 0x5C4F4E) is known color: Congo Brown. HEX triplet: 5C, 4F and 4E. RGB value is (92,79,78). Sum of RGB (Red+Green+Blue) = 92+79+78=249 (32% of max value = 765). Red value is 92 (36.33% from 255 or 36.95% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C4F4E is #A3B0B1. Grayscale: #525252. Windows color (decimal): -10727602 or 5132124. OLE color: 5132124.
HSL color Cylindrical-coordinate representation of color #5C4F4E: hue angle of 4.29º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5C4F4E is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 79 | 78 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.64 |
| HSL | 4.29º | 0.08% | 0.33% | - |
| HSV(B) | 4.29º | 0.15% | 0.36% | - |
| XYZ | 8.58 | 8.42 | 8.38 | - |
| YUV | 82.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 79 | 78 | 0 | 0.14 | 0.15 | 0.64 | 4.29 | 0.08 | 0.33 |
| Hex | 5C | 4F | 4E | 0 | E | F | 40 | 4 | 8 | 21 |
| Octal | 134 | 117 | 116 | 0 | 16 | 17 | 100 | 4 | 10 | 41 |
| Binary | 1011100 | 1001111 | 1001110 | 0 | 1110 | 1111 | 1000000 | 100 | 1000 | 100001 |
Color Harmonies of #5C4F4E
Complementary color
Monochromatic Colors of #5C4F4E
Black with #5C4F4E
Text Example
Text Example
White with #5C4F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4F4E; }
p { color: rgb(92,79,78); }
H1.HeaderClassName
{
color: #5C4F4E;
}
.AnyTagClassName
{
color: #5C4F4E;
}
</style>
background-color css
<style>
a { background-color: #5C4F4E; }
a { background-color: rgb(92,79,78); }
div.DivClassName
{
background-color: #5C4F4E;
}
.BgClassName
{
background-color: #5C4F4E;
}
</style>
border-color css
<style>
span { border-color: #5C4F4E; }
span { border-color: rgb(92,79,78); }
td.TdClassName
{
border-color: #5C4F4E;
}
.TagClassName
{
border-color: #5C4F4E;
}
</style>