Shades of Congo Brown #5B4845
Tints of Congo Brown #5B4845
RGB
CMYK
RGB Variations
Color information
#5B4845 (or 0x5B4845) is known color: Congo Brown. HEX triplet: 5B, 48 and 45. RGB value is (91,72,69). Sum of RGB (Red+Green+Blue) = 91+72+69=232 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.22% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4845 is #A4B7BA. Grayscale: #4D4D4D. Windows color (decimal): -10794939 or 4540507. OLE color: 4540507.
HSL color Cylindrical-coordinate representation of color #5B4845: hue angle of 8.18º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B4845 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 72 | 69 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.64 |
| HSL | 8.18º | 0.14% | 0.31% | - |
| HSV(B) | 8.18º | 0.24% | 0.36% | - |
| XYZ | 7.71 | 7.29 | 6.63 | - |
| YUV | 77.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 72 | 69 | 0 | 0.21 | 0.24 | 0.64 | 8.18 | 0.14 | 0.31 |
| Hex | 5B | 48 | 45 | 0 | 15 | 18 | 40 | 8 | E | 1F |
| Octal | 133 | 110 | 105 | 0 | 25 | 30 | 100 | 10 | 16 | 37 |
| Binary | 1011011 | 1001000 | 1000101 | 0 | 10101 | 11000 | 1000000 | 1000 | 1110 | 11111 |
Color Harmonies of #5B4845
Complementary color
Monochromatic Colors of #5B4845
Black with #5B4845
Text Example
Text Example
White with #5B4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4845; }
p { color: rgb(91,72,69); }
H1.HeaderClassName
{
color: #5B4845;
}
.AnyTagClassName
{
color: #5B4845;
}
</style>
background-color css
<style>
a { background-color: #5B4845; }
a { background-color: rgb(91,72,69); }
div.DivClassName
{
background-color: #5B4845;
}
.BgClassName
{
background-color: #5B4845;
}
</style>
border-color css
<style>
span { border-color: #5B4845; }
span { border-color: rgb(91,72,69); }
td.TdClassName
{
border-color: #5B4845;
}
.TagClassName
{
border-color: #5B4845;
}
</style>