Shades of Congo Brown #5C4A48
Tints of Congo Brown #5C4A48
RGB
CMYK
RGB Variations
Color information
#5C4A48 (or 0x5C4A48) is known color: Congo Brown. HEX triplet: 5C, 4A and 48. RGB value is (92,74,72). Sum of RGB (Red+Green+Blue) = 92+74+72=238 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.66% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4A48 is #A3B5B7. Grayscale: #4F4F4F. Windows color (decimal): -10728888 or 4737628. OLE color: 4737628.
HSL color Cylindrical-coordinate representation of color #5C4A48: hue angle of 6º 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 #5C4A48 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 74 | 72 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.64 |
| HSL | 6º | 0.12% | 0.32% | - |
| HSV(B) | 6º | 0.22% | 0.36% | - |
| XYZ | 8.03 | 7.64 | 7.18 | - |
| YUV | 79.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 74 | 72 | 0 | 0.20 | 0.22 | 0.64 | 6 | 0.12 | 0.32 |
| Hex | 5C | 4A | 48 | 0 | 14 | 16 | 40 | 6 | C | 20 |
| Octal | 134 | 112 | 110 | 0 | 24 | 26 | 100 | 6 | 14 | 40 |
| Binary | 1011100 | 1001010 | 1001000 | 0 | 10100 | 10110 | 1000000 | 110 | 1100 | 100000 |
Color Harmonies of #5C4A48
Complementary color
Monochromatic Colors of #5C4A48
Black with #5C4A48
Text Example
Text Example
White with #5C4A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4A48; }
p { color: rgb(92,74,72); }
H1.HeaderClassName
{
color: #5C4A48;
}
.AnyTagClassName
{
color: #5C4A48;
}
</style>
background-color css
<style>
a { background-color: #5C4A48; }
a { background-color: rgb(92,74,72); }
div.DivClassName
{
background-color: #5C4A48;
}
.BgClassName
{
background-color: #5C4A48;
}
</style>
border-color css
<style>
span { border-color: #5C4A48; }
span { border-color: rgb(92,74,72); }
td.TdClassName
{
border-color: #5C4A48;
}
.TagClassName
{
border-color: #5C4A48;
}
</style>