Shades of Dark Brown #5A400D
Tints of Dark Brown #5A400D
RGB
CMYK
RGB Variations
Color information
#5A400D (or 0x5A400D) is known color: Dark Brown. HEX triplet: 5A, 40 and 0D. RGB value is (90,64,13). Sum of RGB (Red+Green+Blue) = 90+64+13=167 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.89% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 90 - color contains mainly: red. Hex color #5A400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A400D is #A5BFF2. Grayscale: #424242. Windows color (decimal): -10862579 or 868442. OLE color: 868442.
HSL color Cylindrical-coordinate representation of color #5A400D: hue angle of 39.74º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A400D is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 64 | 13 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.65 |
| HSL | 39.74º | 0.75% | 0.2% | - |
| HSV(B) | 39.74º | 0.86% | 0.35% | - |
| XYZ | 6.12 | 5.87 | 1.19 | - |
| YUV | 65.96 | 98.11 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 13 | 0 | 0.29 | 0.86 | 0.65 | 39.74 | 0.75 | 0.2 |
| Hex | 5A | 40 | D | 0 | 1D | 56 | 41 | 28 | 4B | 14 |
| Octal | 132 | 100 | 15 | 0 | 35 | 126 | 101 | 50 | 113 | 24 |
| Binary | 1011010 | 1000000 | 1101 | 0 | 11101 | 1010110 | 1000001 | 101000 | 1001011 | 10100 |
Color Harmonies of #5A400D
Complementary color
Monochromatic Colors of #5A400D
Black with #5A400D
Text Example
Text Example
White with #5A400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A400D; }
p { color: rgb(90,64,13); }
H1.HeaderClassName
{
color: #5A400D;
}
.AnyTagClassName
{
color: #5A400D;
}
</style>
background-color css
<style>
a { background-color: #5A400D; }
a { background-color: rgb(90,64,13); }
div.DivClassName
{
background-color: #5A400D;
}
.BgClassName
{
background-color: #5A400D;
}
</style>
border-color css
<style>
span { border-color: #5A400D; }
span { border-color: rgb(90,64,13); }
td.TdClassName
{
border-color: #5A400D;
}
.TagClassName
{
border-color: #5A400D;
}
</style>