Shades of Bracken #5A3B29
Tints of Bracken #5A3B29
RGB
CMYK
RGB Variations
Color information
#5A3B29 (or 0x5A3B29) is known color: Bracken. HEX triplet: 5A, 3B and 29. RGB value is (90,59,41). Sum of RGB (Red+Green+Blue) = 90+59+41=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3B29 is #A5C4D6. Grayscale: #424242. Windows color (decimal): -10863831 or 2702170. OLE color: 2702170.
HSL color Cylindrical-coordinate representation of color #5A3B29: hue angle of 22.04º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A3B29 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 59 | 41 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.65 |
| HSL | 22.04º | 0.37% | 0.26% | - |
| HSV(B) | 22.04º | 0.54% | 0.35% | - |
| XYZ | 6.18 | 5.46 | 2.83 | - |
| YUV | 66.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 59 | 41 | 0 | 0.34 | 0.54 | 0.65 | 22.04 | 0.37 | 0.26 |
| Hex | 5A | 3B | 29 | 0 | 22 | 36 | 41 | 16 | 25 | 1A |
| Octal | 132 | 73 | 51 | 0 | 42 | 66 | 101 | 26 | 45 | 32 |
| Binary | 1011010 | 111011 | 101001 | 0 | 100010 | 110110 | 1000001 | 10110 | 100101 | 11010 |
Color Harmonies of #5A3B29
Complementary color
Monochromatic Colors of #5A3B29
Black with #5A3B29
Text Example
Text Example
White with #5A3B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3B29; }
p { color: rgb(90,59,41); }
H1.HeaderClassName
{
color: #5A3B29;
}
.AnyTagClassName
{
color: #5A3B29;
}
</style>
background-color css
<style>
a { background-color: #5A3B29; }
a { background-color: rgb(90,59,41); }
div.DivClassName
{
background-color: #5A3B29;
}
.BgClassName
{
background-color: #5A3B29;
}
</style>
border-color css
<style>
span { border-color: #5A3B29; }
span { border-color: rgb(90,59,41); }
td.TdClassName
{
border-color: #5A3B29;
}
.TagClassName
{
border-color: #5A3B29;
}
</style>