Shades of Congo Brown #5F514E
Tints of Congo Brown #5F514E
RGB
CMYK
RGB Variations
Color information
#5F514E (or 0x5F514E) is known color: Congo Brown. HEX triplet: 5F, 51 and 4E. RGB value is (95,81,78). Sum of RGB (Red+Green+Blue) = 95+81+78=254 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.40% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 95 - color contains mainly: red. Hex color #5F514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F514E is #A0AEB1. Grayscale: #545454. Windows color (decimal): -10530482 or 5132639. OLE color: 5132639.
HSL color Cylindrical-coordinate representation of color #5F514E: hue angle of 10.59º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5F514E is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 81 | 78 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.63 |
| HSL | 10.59º | 0.1% | 0.34% | - |
| HSV(B) | 10.59º | 0.18% | 0.37% | - |
| XYZ | 9.04 | 8.87 | 8.44 | - |
| YUV | 84.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 81 | 78 | 0 | 0.15 | 0.18 | 0.63 | 10.59 | 0.1 | 0.34 |
| Hex | 5F | 51 | 4E | 0 | F | 12 | 3F | B | A | 22 |
| Octal | 137 | 121 | 116 | 0 | 17 | 22 | 77 | 13 | 12 | 42 |
| Binary | 1011111 | 1010001 | 1001110 | 0 | 1111 | 10010 | 111111 | 1011 | 1010 | 100010 |
Color Harmonies of #5F514E
Complementary color
Monochromatic Colors of #5F514E
Black with #5F514E
Text Example
Text Example
White with #5F514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F514E; }
p { color: rgb(95,81,78); }
H1.HeaderClassName
{
color: #5F514E;
}
.AnyTagClassName
{
color: #5F514E;
}
</style>
background-color css
<style>
a { background-color: #5F514E; }
a { background-color: rgb(95,81,78); }
div.DivClassName
{
background-color: #5F514E;
}
.BgClassName
{
background-color: #5F514E;
}
</style>
border-color css
<style>
span { border-color: #5F514E; }
span { border-color: rgb(95,81,78); }
td.TdClassName
{
border-color: #5F514E;
}
.TagClassName
{
border-color: #5F514E;
}
</style>