Shades of Very Dark Brown #5A443D
Tints of Very Dark Brown #5A443D
RGB
CMYK
RGB Variations
Color information
#5A443D (or 0x5A443D) is known color: Very Dark Brown. HEX triplet: 5A, 44 and 3D. RGB value is (90,68,61). Sum of RGB (Red+Green+Blue) = 90+68+61=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 90 - color contains mainly: red. Hex color #5A443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A443D is #A5BBC2. Grayscale: #494949. Windows color (decimal): -10861507 or 4015194. OLE color: 4015194.
HSL color Cylindrical-coordinate representation of color #5A443D: hue angle of 14.48º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A443D is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 68 | 61 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.65 |
| HSL | 14.48º | 0.19% | 0.3% | - |
| HSV(B) | 14.48º | 0.32% | 0.35% | - |
| XYZ | 7.13 | 6.64 | 5.32 | - |
| YUV | 73.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 68 | 61 | 0 | 0.24 | 0.32 | 0.65 | 14.48 | 0.19 | 0.3 |
| Hex | 5A | 44 | 3D | 0 | 18 | 20 | 41 | E | 13 | 1E |
| Octal | 132 | 104 | 75 | 0 | 30 | 40 | 101 | 16 | 23 | 36 |
| Binary | 1011010 | 1000100 | 111101 | 0 | 11000 | 100000 | 1000001 | 1110 | 10011 | 11110 |
Color Harmonies of #5A443D
Complementary color
Monochromatic Colors of #5A443D
Black with #5A443D
Text Example
Text Example
White with #5A443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A443D; }
p { color: rgb(90,68,61); }
H1.HeaderClassName
{
color: #5A443D;
}
.AnyTagClassName
{
color: #5A443D;
}
</style>
background-color css
<style>
a { background-color: #5A443D; }
a { background-color: rgb(90,68,61); }
div.DivClassName
{
background-color: #5A443D;
}
.BgClassName
{
background-color: #5A443D;
}
</style>
border-color css
<style>
span { border-color: #5A443D; }
span { border-color: rgb(90,68,61); }
td.TdClassName
{
border-color: #5A443D;
}
.TagClassName
{
border-color: #5A443D;
}
</style>