Shades of Congo Brown #584F4D
Tints of Congo Brown #584F4D
RGB
CMYK
RGB Variations
Color information
#584F4D (or 0x584F4D) is known color: Congo Brown. HEX triplet: 58, 4F and 4D. RGB value is (88,79,77). Sum of RGB (Red+Green+Blue) = 88+79+77=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 88 - color contains mainly: red. Hex color #584F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584F4D is #A7B0B2. Grayscale: #515151. Windows color (decimal): -10989747 or 5066584. OLE color: 5066584.
HSL color Cylindrical-coordinate representation of color #584F4D: hue angle of 10.91º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #584F4D is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 79 | 77 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.65 |
| HSL | 10.91º | 0.07% | 0.32% | - |
| HSV(B) | 10.91º | 0.13% | 0.35% | - |
| XYZ | 8.16 | 8.2 | 8.17 | - |
| YUV | 81.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 79 | 77 | 0 | 0.10 | 0.12 | 0.65 | 10.91 | 0.07 | 0.32 |
| Hex | 58 | 4F | 4D | 0 | A | C | 41 | B | 7 | 20 |
| Octal | 130 | 117 | 115 | 0 | 12 | 14 | 101 | 13 | 7 | 40 |
| Binary | 1011000 | 1001111 | 1001101 | 0 | 1010 | 1100 | 1000001 | 1011 | 111 | 100000 |
Color Harmonies of #584F4D
Complementary color
Monochromatic Colors of #584F4D
Black with #584F4D
Text Example
Text Example
White with #584F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584F4D; }
p { color: rgb(88,79,77); }
H1.HeaderClassName
{
color: #584F4D;
}
.AnyTagClassName
{
color: #584F4D;
}
</style>
background-color css
<style>
a { background-color: #584F4D; }
a { background-color: rgb(88,79,77); }
div.DivClassName
{
background-color: #584F4D;
}
.BgClassName
{
background-color: #584F4D;
}
</style>
border-color css
<style>
span { border-color: #584F4D; }
span { border-color: rgb(88,79,77); }
td.TdClassName
{
border-color: #584F4D;
}
.TagClassName
{
border-color: #584F4D;
}
</style>