Shades of Congo Brown #5A4A46
Tints of Congo Brown #5A4A46
RGB
CMYK
RGB Variations
Color information
#5A4A46 (or 0x5A4A46) is known color: Congo Brown. HEX triplet: 5A, 4A and 46. RGB value is (90,74,70). Sum of RGB (Red+Green+Blue) = 90+74+70=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4A46 is #A5B5B9. Grayscale: #4E4E4E. Windows color (decimal): -10859962 or 4606554. OLE color: 4606554.
HSL color Cylindrical-coordinate representation of color #5A4A46: hue angle of 12º 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 #5A4A46 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 74 | 70 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.65 |
| HSL | 12º | 0.13% | 0.31% | - |
| HSV(B) | 12º | 0.22% | 0.35% | - |
| XYZ | 7.77 | 7.51 | 6.84 | - |
| YUV | 78.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 74 | 70 | 0 | 0.18 | 0.22 | 0.65 | 12 | 0.13 | 0.31 |
| Hex | 5A | 4A | 46 | 0 | 12 | 16 | 41 | C | C | 1F |
| Octal | 132 | 112 | 106 | 0 | 22 | 26 | 101 | 14 | 14 | 37 |
| Binary | 1011010 | 1001010 | 1000110 | 0 | 10010 | 10110 | 1000001 | 1100 | 1100 | 11111 |
Color Harmonies of #5A4A46
Complementary color
Monochromatic Colors of #5A4A46
Black with #5A4A46
Text Example
Text Example
White with #5A4A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4A46; }
p { color: rgb(90,74,70); }
H1.HeaderClassName
{
color: #5A4A46;
}
.AnyTagClassName
{
color: #5A4A46;
}
</style>
background-color css
<style>
a { background-color: #5A4A46; }
a { background-color: rgb(90,74,70); }
div.DivClassName
{
background-color: #5A4A46;
}
.BgClassName
{
background-color: #5A4A46;
}
</style>
border-color css
<style>
span { border-color: #5A4A46; }
span { border-color: rgb(90,74,70); }
td.TdClassName
{
border-color: #5A4A46;
}
.TagClassName
{
border-color: #5A4A46;
}
</style>