Shades of Dark Brown #5A431A
Tints of Dark Brown #5A431A
RGB
CMYK
RGB Variations
Color information
#5A431A (or 0x5A431A) is known color: Dark Brown. HEX triplet: 5A, 43 and 1A. RGB value is (90,67,26). Sum of RGB (Red+Green+Blue) = 90+67+26=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A431A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A431A is #A5BCE5. Grayscale: #454545. Windows color (decimal): -10861798 or 1721178. OLE color: 1721178.
HSL color Cylindrical-coordinate representation of color #5A431A: hue angle of 38.44º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A431A is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 67 | 26 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.65 |
| HSL | 38.44º | 0.55% | 0.23% | - |
| HSV(B) | 38.44º | 0.71% | 0.35% | - |
| XYZ | 6.41 | 6.26 | 1.85 | - |
| YUV | 69.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 67 | 26 | 0 | 0.26 | 0.71 | 0.65 | 38.44 | 0.55 | 0.23 |
| Hex | 5A | 43 | 1A | 0 | 1A | 47 | 41 | 26 | 37 | 17 |
| Octal | 132 | 103 | 32 | 0 | 32 | 107 | 101 | 46 | 67 | 27 |
| Binary | 1011010 | 1000011 | 11010 | 0 | 11010 | 1000111 | 1000001 | 100110 | 110111 | 10111 |
Color Harmonies of #5A431A
Complementary color
Monochromatic Colors of #5A431A
Black with #5A431A
Text Example
Text Example
White with #5A431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A431A; }
p { color: rgb(90,67,26); }
H1.HeaderClassName
{
color: #5A431A;
}
.AnyTagClassName
{
color: #5A431A;
}
</style>
background-color css
<style>
a { background-color: #5A431A; }
a { background-color: rgb(90,67,26); }
div.DivClassName
{
background-color: #5A431A;
}
.BgClassName
{
background-color: #5A431A;
}
</style>
border-color css
<style>
span { border-color: #5A431A; }
span { border-color: rgb(90,67,26); }
td.TdClassName
{
border-color: #5A431A;
}
.TagClassName
{
border-color: #5A431A;
}
</style>