Shades of Dark Brown #5A411E
Tints of Dark Brown #5A411E
RGB
CMYK
RGB Variations
Color information
#5A411E (or 0x5A411E) is known color: Dark Brown. HEX triplet: 5A, 41 and 1E. RGB value is (90,65,30). Sum of RGB (Red+Green+Blue) = 90+65+30=185 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.65% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 90 - color contains mainly: red. Hex color #5A411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A411E is #A5BEE1. Grayscale: #444444. Windows color (decimal): -10862306 or 1982810. OLE color: 1982810.
HSL color Cylindrical-coordinate representation of color #5A411E: hue angle of 35º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A411E is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 65 | 30 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.65 |
| HSL | 35º | 0.5% | 0.24% | - |
| HSV(B) | 35º | 0.67% | 0.35% | - |
| XYZ | 6.34 | 6.05 | 2.06 | - |
| YUV | 68.49 | 106.28 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 65 | 30 | 0 | 0.28 | 0.67 | 0.65 | 35 | 0.5 | 0.24 |
| Hex | 5A | 41 | 1E | 0 | 1C | 43 | 41 | 23 | 32 | 18 |
| Octal | 132 | 101 | 36 | 0 | 34 | 103 | 101 | 43 | 62 | 30 |
| Binary | 1011010 | 1000001 | 11110 | 0 | 11100 | 1000011 | 1000001 | 100011 | 110010 | 11000 |
Color Harmonies of #5A411E
Complementary color
Monochromatic Colors of #5A411E
Black with #5A411E
Text Example
Text Example
White with #5A411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A411E; }
p { color: rgb(90,65,30); }
H1.HeaderClassName
{
color: #5A411E;
}
.AnyTagClassName
{
color: #5A411E;
}
</style>
background-color css
<style>
a { background-color: #5A411E; }
a { background-color: rgb(90,65,30); }
div.DivClassName
{
background-color: #5A411E;
}
.BgClassName
{
background-color: #5A411E;
}
</style>
border-color css
<style>
span { border-color: #5A411E; }
span { border-color: rgb(90,65,30); }
td.TdClassName
{
border-color: #5A411E;
}
.TagClassName
{
border-color: #5A411E;
}
</style>