Shades of Very Dark Brown #5A403A
Tints of Very Dark Brown #5A403A
RGB
CMYK
RGB Variations
Color information
#5A403A (or 0x5A403A) is known color: Very Dark Brown. HEX triplet: 5A, 40 and 3A. RGB value is (90,64,58). Sum of RGB (Red+Green+Blue) = 90+64+58=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 90 - color contains mainly: red. Hex color #5A403A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A403A is #A5BFC5. Grayscale: #474747. Windows color (decimal): -10862534 or 3817562. OLE color: 3817562.
HSL color Cylindrical-coordinate representation of color #5A403A: hue angle of 11.25º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A403A is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 64 | 58 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.65 |
| HSL | 11.25º | 0.22% | 0.29% | - |
| HSV(B) | 11.25º | 0.36% | 0.35% | - |
| XYZ | 6.81 | 6.15 | 4.83 | - |
| YUV | 71.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 58 | 0 | 0.29 | 0.36 | 0.65 | 11.25 | 0.22 | 0.29 |
| Hex | 5A | 40 | 3A | 0 | 1D | 24 | 41 | B | 16 | 1D |
| Octal | 132 | 100 | 72 | 0 | 35 | 44 | 101 | 13 | 26 | 35 |
| Binary | 1011010 | 1000000 | 111010 | 0 | 11101 | 100100 | 1000001 | 1011 | 10110 | 11101 |
Color Harmonies of #5A403A
Complementary color
Monochromatic Colors of #5A403A
Black with #5A403A
Text Example
Text Example
White with #5A403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A403A; }
p { color: rgb(90,64,58); }
H1.HeaderClassName
{
color: #5A403A;
}
.AnyTagClassName
{
color: #5A403A;
}
</style>
background-color css
<style>
a { background-color: #5A403A; }
a { background-color: rgb(90,64,58); }
div.DivClassName
{
background-color: #5A403A;
}
.BgClassName
{
background-color: #5A403A;
}
</style>
border-color css
<style>
span { border-color: #5A403A; }
span { border-color: rgb(90,64,58); }
td.TdClassName
{
border-color: #5A403A;
}
.TagClassName
{
border-color: #5A403A;
}
</style>