Shades of Very Dark Brown #5A413A
Tints of Very Dark Brown #5A413A
RGB
CMYK
RGB Variations
Color information
#5A413A (or 0x5A413A) is known color: Very Dark Brown. HEX triplet: 5A, 41 and 3A. RGB value is (90,65,58). Sum of RGB (Red+Green+Blue) = 90+65+58=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 90 - color contains mainly: red. Hex color #5A413A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A413A is #A5BEC5. Grayscale: #474747. Windows color (decimal): -10862278 or 3817818. OLE color: 3817818.
HSL color Cylindrical-coordinate representation of color #5A413A: hue angle of 13.12º 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 #5A413A is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 65 | 58 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.65 |
| HSL | 13.13º | 0.22% | 0.29% | - |
| HSV(B) | 13.13º | 0.36% | 0.35% | - |
| XYZ | 6.87 | 6.26 | 4.85 | - |
| YUV | 71.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 65 | 58 | 0 | 0.28 | 0.36 | 0.65 | 13.13 | 0.22 | 0.29 |
| Hex | 5A | 41 | 3A | 0 | 1C | 24 | 41 | D | 16 | 1D |
| Octal | 132 | 101 | 72 | 0 | 34 | 44 | 101 | 15 | 26 | 35 |
| Binary | 1011010 | 1000001 | 111010 | 0 | 11100 | 100100 | 1000001 | 1101 | 10110 | 11101 |
Color Harmonies of #5A413A
Complementary color
Monochromatic Colors of #5A413A
Black with #5A413A
Text Example
Text Example
White with #5A413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A413A; }
p { color: rgb(90,65,58); }
H1.HeaderClassName
{
color: #5A413A;
}
.AnyTagClassName
{
color: #5A413A;
}
</style>
background-color css
<style>
a { background-color: #5A413A; }
a { background-color: rgb(90,65,58); }
div.DivClassName
{
background-color: #5A413A;
}
.BgClassName
{
background-color: #5A413A;
}
</style>
border-color css
<style>
span { border-color: #5A413A; }
span { border-color: rgb(90,65,58); }
td.TdClassName
{
border-color: #5A413A;
}
.TagClassName
{
border-color: #5A413A;
}
</style>