Shades of Congo Brown #5A4946
Tints of Congo Brown #5A4946
RGB
CMYK
RGB Variations
Color information
#5A4946 (or 0x5A4946) is known color: Congo Brown. HEX triplet: 5A, 49 and 46. RGB value is (90,73,70). Sum of RGB (Red+Green+Blue) = 90+73+70=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4946 is #A5B6B9. Grayscale: #4D4D4D. Windows color (decimal): -10860218 or 4606298. OLE color: 4606298.
HSL color Cylindrical-coordinate representation of color #5A4946: hue angle of 9º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A4946 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 73 | 70 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.65 |
| HSL | 9º | 0.13% | 0.31% | - |
| HSV(B) | 9º | 0.22% | 0.35% | - |
| XYZ | 7.7 | 7.38 | 6.81 | - |
| YUV | 77.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 73 | 70 | 0 | 0.19 | 0.22 | 0.65 | 9 | 0.13 | 0.31 |
| Hex | 5A | 49 | 46 | 0 | 13 | 16 | 41 | 9 | C | 1F |
| Octal | 132 | 111 | 106 | 0 | 23 | 26 | 101 | 11 | 14 | 37 |
| Binary | 1011010 | 1001001 | 1000110 | 0 | 10011 | 10110 | 1000001 | 1001 | 1100 | 11111 |
Color Harmonies of #5A4946
Complementary color
Monochromatic Colors of #5A4946
Black with #5A4946
Text Example
Text Example
White with #5A4946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4946; }
p { color: rgb(90,73,70); }
H1.HeaderClassName
{
color: #5A4946;
}
.AnyTagClassName
{
color: #5A4946;
}
</style>
background-color css
<style>
a { background-color: #5A4946; }
a { background-color: rgb(90,73,70); }
div.DivClassName
{
background-color: #5A4946;
}
.BgClassName
{
background-color: #5A4946;
}
</style>
border-color css
<style>
span { border-color: #5A4946; }
span { border-color: rgb(90,73,70); }
td.TdClassName
{
border-color: #5A4946;
}
.TagClassName
{
border-color: #5A4946;
}
</style>