Shades of Congo Brown #584D4B
Tints of Congo Brown #584D4B
RGB
CMYK
RGB Variations
Color information
#584D4B (or 0x584D4B) is known color: Congo Brown. HEX triplet: 58, 4D and 4B. RGB value is (88,77,75). Sum of RGB (Red+Green+Blue) = 88+77+75=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 88 - color contains mainly: red. Hex color #584D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D4B is #A7B2B4. Grayscale: #505050. Windows color (decimal): -10990261 or 4935000. OLE color: 4935000.
HSL color Cylindrical-coordinate representation of color #584D4B: hue angle of 9.23º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #584D4B is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 77 | 75 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.65 |
| HSL | 9.23º | 0.08% | 0.32% | - |
| HSV(B) | 9.23º | 0.15% | 0.35% | - |
| XYZ | 7.95 | 7.89 | 7.76 | - |
| YUV | 80.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 75 | 0 | 0.12 | 0.15 | 0.65 | 9.23 | 0.08 | 0.32 |
| Hex | 58 | 4D | 4B | 0 | C | F | 41 | 9 | 8 | 20 |
| Octal | 130 | 115 | 113 | 0 | 14 | 17 | 101 | 11 | 10 | 40 |
| Binary | 1011000 | 1001101 | 1001011 | 0 | 1100 | 1111 | 1000001 | 1001 | 1000 | 100000 |
Color Harmonies of #584D4B
Complementary color
Monochromatic Colors of #584D4B
Black with #584D4B
Text Example
Text Example
White with #584D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D4B; }
p { color: rgb(88,77,75); }
H1.HeaderClassName
{
color: #584D4B;
}
.AnyTagClassName
{
color: #584D4B;
}
</style>
background-color css
<style>
a { background-color: #584D4B; }
a { background-color: rgb(88,77,75); }
div.DivClassName
{
background-color: #584D4B;
}
.BgClassName
{
background-color: #584D4B;
}
</style>
border-color css
<style>
span { border-color: #584D4B; }
span { border-color: rgb(88,77,75); }
td.TdClassName
{
border-color: #584D4B;
}
.TagClassName
{
border-color: #584D4B;
}
</style>