Shades of Congo Brown #5D4845
Tints of Congo Brown #5D4845
RGB
CMYK
RGB Variations
Color information
#5D4845 (or 0x5D4845) is known color: Congo Brown. HEX triplet: 5D, 48 and 45. RGB value is (93,72,69). Sum of RGB (Red+Green+Blue) = 93+72+69=234 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.74% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4845 is #A2B7BA. Grayscale: #4D4D4D. Windows color (decimal): -10663867 or 4540509. OLE color: 4540509.
HSL color Cylindrical-coordinate representation of color #5D4845: hue angle of 7.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D4845 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 72 | 69 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.64 |
| HSL | 7.5º | 0.15% | 0.32% | - |
| HSV(B) | 7.5º | 0.26% | 0.36% | - |
| XYZ | 7.91 | 7.39 | 6.64 | - |
| YUV | 77.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 72 | 69 | 0 | 0.23 | 0.26 | 0.64 | 7.5 | 0.15 | 0.32 |
| Hex | 5D | 48 | 45 | 0 | 17 | 1A | 40 | 8 | F | 20 |
| Octal | 135 | 110 | 105 | 0 | 27 | 32 | 100 | 10 | 17 | 40 |
| Binary | 1011101 | 1001000 | 1000101 | 0 | 10111 | 11010 | 1000000 | 1000 | 1111 | 100000 |
Color Harmonies of #5D4845
Complementary color
Monochromatic Colors of #5D4845
Black with #5D4845
Text Example
Text Example
White with #5D4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4845; }
p { color: rgb(93,72,69); }
H1.HeaderClassName
{
color: #5D4845;
}
.AnyTagClassName
{
color: #5D4845;
}
</style>
background-color css
<style>
a { background-color: #5D4845; }
a { background-color: rgb(93,72,69); }
div.DivClassName
{
background-color: #5D4845;
}
.BgClassName
{
background-color: #5D4845;
}
</style>
border-color css
<style>
span { border-color: #5D4845; }
span { border-color: rgb(93,72,69); }
td.TdClassName
{
border-color: #5D4845;
}
.TagClassName
{
border-color: #5D4845;
}
</style>