Shades of Dark Brown #5A411D
Tints of Dark Brown #5A411D
RGB
CMYK
RGB Variations
Color information
#5A411D (or 0x5A411D) is known color: Dark Brown. HEX triplet: 5A, 41 and 1D. RGB value is (90,65,29). Sum of RGB (Red+Green+Blue) = 90+65+29=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 90 - color contains mainly: red. Hex color #5A411D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A411D is #A5BEE2. Grayscale: #444444. Windows color (decimal): -10862307 or 1917274. OLE color: 1917274.
HSL color Cylindrical-coordinate representation of color #5A411D: hue angle of 35.41º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A411D is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 65 | 29 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.65 |
| HSL | 35.41º | 0.51% | 0.23% | - |
| HSV(B) | 35.41º | 0.68% | 0.35% | - |
| XYZ | 6.33 | 6.04 | 2 | - |
| YUV | 68.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 65 | 29 | 0 | 0.28 | 0.68 | 0.65 | 35.41 | 0.51 | 0.23 |
| Hex | 5A | 41 | 1D | 0 | 1C | 44 | 41 | 23 | 33 | 17 |
| Octal | 132 | 101 | 35 | 0 | 34 | 104 | 101 | 43 | 63 | 27 |
| Binary | 1011010 | 1000001 | 11101 | 0 | 11100 | 1000100 | 1000001 | 100011 | 110011 | 10111 |
Color Harmonies of #5A411D
Complementary color
Monochromatic Colors of #5A411D
Black with #5A411D
Text Example
Text Example
White with #5A411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A411D; }
p { color: rgb(90,65,29); }
H1.HeaderClassName
{
color: #5A411D;
}
.AnyTagClassName
{
color: #5A411D;
}
</style>
background-color css
<style>
a { background-color: #5A411D; }
a { background-color: rgb(90,65,29); }
div.DivClassName
{
background-color: #5A411D;
}
.BgClassName
{
background-color: #5A411D;
}
</style>
border-color css
<style>
span { border-color: #5A411D; }
span { border-color: rgb(90,65,29); }
td.TdClassName
{
border-color: #5A411D;
}
.TagClassName
{
border-color: #5A411D;
}
</style>