Shades of Very Dark Brown #5A443C
Tints of Very Dark Brown #5A443C
RGB
CMYK
RGB Variations
Color information
#5A443C (or 0x5A443C) is known color: Very Dark Brown. HEX triplet: 5A, 44 and 3C. RGB value is (90,68,60). Sum of RGB (Red+Green+Blue) = 90+68+60=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 90 - color contains mainly: red. Hex color #5A443C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A443C is #A5BBC3. Grayscale: #494949. Windows color (decimal): -10861508 or 3949658. OLE color: 3949658.
HSL color Cylindrical-coordinate representation of color #5A443C: hue angle of 16º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A443C is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 68 | 60 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.65 |
| HSL | 16º | 0.2% | 0.29% | - |
| HSV(B) | 16º | 0.33% | 0.35% | - |
| XYZ | 7.1 | 6.63 | 5.18 | - |
| YUV | 73.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 68 | 60 | 0 | 0.24 | 0.33 | 0.65 | 16 | 0.2 | 0.29 |
| Hex | 5A | 44 | 3C | 0 | 18 | 21 | 41 | 10 | 14 | 1D |
| Octal | 132 | 104 | 74 | 0 | 30 | 41 | 101 | 20 | 24 | 35 |
| Binary | 1011010 | 1000100 | 111100 | 0 | 11000 | 100001 | 1000001 | 10000 | 10100 | 11101 |
Color Harmonies of #5A443C
Complementary color
Monochromatic Colors of #5A443C
Black with #5A443C
Text Example
Text Example
White with #5A443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A443C; }
p { color: rgb(90,68,60); }
H1.HeaderClassName
{
color: #5A443C;
}
.AnyTagClassName
{
color: #5A443C;
}
</style>
background-color css
<style>
a { background-color: #5A443C; }
a { background-color: rgb(90,68,60); }
div.DivClassName
{
background-color: #5A443C;
}
.BgClassName
{
background-color: #5A443C;
}
</style>
border-color css
<style>
span { border-color: #5A443C; }
span { border-color: rgb(90,68,60); }
td.TdClassName
{
border-color: #5A443C;
}
.TagClassName
{
border-color: #5A443C;
}
</style>