Shades of Very Dark Brown #5A4039
Tints of Very Dark Brown #5A4039
RGB
CMYK
RGB Variations
Color information
#5A4039 (or 0x5A4039) is known color: Very Dark Brown. HEX triplet: 5A, 40 and 39. RGB value is (90,64,57). Sum of RGB (Red+Green+Blue) = 90+64+57=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4039 is #A5BFC6. Grayscale: #474747. Windows color (decimal): -10862535 or 3752026. OLE color: 3752026.
HSL color Cylindrical-coordinate representation of color #5A4039: hue angle of 12.73º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A4039 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 64 | 57 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.65 |
| HSL | 12.73º | 0.22% | 0.29% | - |
| HSV(B) | 12.73º | 0.37% | 0.35% | - |
| XYZ | 6.79 | 6.14 | 4.7 | - |
| YUV | 70.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 57 | 0 | 0.29 | 0.37 | 0.65 | 12.73 | 0.22 | 0.29 |
| Hex | 5A | 40 | 39 | 0 | 1D | 25 | 41 | D | 16 | 1D |
| Octal | 132 | 100 | 71 | 0 | 35 | 45 | 101 | 15 | 26 | 35 |
| Binary | 1011010 | 1000000 | 111001 | 0 | 11101 | 100101 | 1000001 | 1101 | 10110 | 11101 |
Color Harmonies of #5A4039
Complementary color
Monochromatic Colors of #5A4039
Black with #5A4039
Text Example
Text Example
White with #5A4039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4039; }
p { color: rgb(90,64,57); }
H1.HeaderClassName
{
color: #5A4039;
}
.AnyTagClassName
{
color: #5A4039;
}
</style>
background-color css
<style>
a { background-color: #5A4039; }
a { background-color: rgb(90,64,57); }
div.DivClassName
{
background-color: #5A4039;
}
.BgClassName
{
background-color: #5A4039;
}
</style>
border-color css
<style>
span { border-color: #5A4039; }
span { border-color: rgb(90,64,57); }
td.TdClassName
{
border-color: #5A4039;
}
.TagClassName
{
border-color: #5A4039;
}
</style>