Shades of Congo Brown #5C4B48
Tints of Congo Brown #5C4B48
RGB
CMYK
RGB Variations
Color information
#5C4B48 (or 0x5C4B48) is known color: Congo Brown. HEX triplet: 5C, 4B and 48. RGB value is (92,75,72). Sum of RGB (Red+Green+Blue) = 92+75+72=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4B48 is #A3B4B7. Grayscale: #4F4F4F. Windows color (decimal): -10728632 or 4737884. OLE color: 4737884.
HSL color Cylindrical-coordinate representation of color #5C4B48: hue angle of 9º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C4B48 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 75 | 72 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.64 |
| HSL | 9º | 0.12% | 0.32% | - |
| HSV(B) | 9º | 0.22% | 0.36% | - |
| XYZ | 8.1 | 7.78 | 7.2 | - |
| YUV | 79.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 75 | 72 | 0 | 0.18 | 0.22 | 0.64 | 9 | 0.12 | 0.32 |
| Hex | 5C | 4B | 48 | 0 | 12 | 16 | 40 | 9 | C | 20 |
| Octal | 134 | 113 | 110 | 0 | 22 | 26 | 100 | 11 | 14 | 40 |
| Binary | 1011100 | 1001011 | 1001000 | 0 | 10010 | 10110 | 1000000 | 1001 | 1100 | 100000 |
Color Harmonies of #5C4B48
Complementary color
Monochromatic Colors of #5C4B48
Black with #5C4B48
Text Example
Text Example
White with #5C4B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4B48; }
p { color: rgb(92,75,72); }
H1.HeaderClassName
{
color: #5C4B48;
}
.AnyTagClassName
{
color: #5C4B48;
}
</style>
background-color css
<style>
a { background-color: #5C4B48; }
a { background-color: rgb(92,75,72); }
div.DivClassName
{
background-color: #5C4B48;
}
.BgClassName
{
background-color: #5C4B48;
}
</style>
border-color css
<style>
span { border-color: #5C4B48; }
span { border-color: rgb(92,75,72); }
td.TdClassName
{
border-color: #5C4B48;
}
.TagClassName
{
border-color: #5C4B48;
}
</style>