Shades of Congo Brown #5A4E4B
Tints of Congo Brown #5A4E4B
RGB
CMYK
RGB Variations
Color information
#5A4E4B (or 0x5A4E4B) is known color: Congo Brown. HEX triplet: 5A, 4E and 4B. RGB value is (90,78,75). Sum of RGB (Red+Green+Blue) = 90+78+75=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4E4B is #A5B1B4. Grayscale: #515151. Windows color (decimal): -10858933 or 4935258. OLE color: 4935258.
HSL color Cylindrical-coordinate representation of color #5A4E4B: hue angle of 12º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A4E4B is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 78 | 75 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.65 |
| HSL | 12º | 0.09% | 0.32% | - |
| HSV(B) | 12º | 0.17% | 0.35% | - |
| XYZ | 8.21 | 8.13 | 7.79 | - |
| YUV | 81.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 78 | 75 | 0 | 0.13 | 0.17 | 0.65 | 12 | 0.09 | 0.32 |
| Hex | 5A | 4E | 4B | 0 | D | 11 | 41 | C | 9 | 20 |
| Octal | 132 | 116 | 113 | 0 | 15 | 21 | 101 | 14 | 11 | 40 |
| Binary | 1011010 | 1001110 | 1001011 | 0 | 1101 | 10001 | 1000001 | 1100 | 1001 | 100000 |
Color Harmonies of #5A4E4B
Complementary color
Monochromatic Colors of #5A4E4B
Black with #5A4E4B
Text Example
Text Example
White with #5A4E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4E4B; }
p { color: rgb(90,78,75); }
H1.HeaderClassName
{
color: #5A4E4B;
}
.AnyTagClassName
{
color: #5A4E4B;
}
</style>
background-color css
<style>
a { background-color: #5A4E4B; }
a { background-color: rgb(90,78,75); }
div.DivClassName
{
background-color: #5A4E4B;
}
.BgClassName
{
background-color: #5A4E4B;
}
</style>
border-color css
<style>
span { border-color: #5A4E4B; }
span { border-color: rgb(90,78,75); }
td.TdClassName
{
border-color: #5A4E4B;
}
.TagClassName
{
border-color: #5A4E4B;
}
</style>