Shades of Bracken #5A4124
Tints of Bracken #5A4124
RGB
CMYK
RGB Variations
Color information
#5A4124 (or 0x5A4124) is known color: Bracken. HEX triplet: 5A, 41 and 24. RGB value is (90,65,36). Sum of RGB (Red+Green+Blue) = 90+65+36=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4124 is #A5BEDB. Grayscale: #454545. Windows color (decimal): -10862300 or 2376026. OLE color: 2376026.
HSL color Cylindrical-coordinate representation of color #5A4124: hue angle of 32.22º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A4124 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 65 | 36 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.65 |
| HSL | 32.22º | 0.43% | 0.25% | - |
| HSV(B) | 32.22º | 0.6% | 0.35% | - |
| XYZ | 6.43 | 6.08 | 2.5 | - |
| YUV | 69.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 65 | 36 | 0 | 0.28 | 0.60 | 0.65 | 32.22 | 0.43 | 0.25 |
| Hex | 5A | 41 | 24 | 0 | 1C | 3C | 41 | 20 | 2B | 19 |
| Octal | 132 | 101 | 44 | 0 | 34 | 74 | 101 | 40 | 53 | 31 |
| Binary | 1011010 | 1000001 | 100100 | 0 | 11100 | 111100 | 1000001 | 100000 | 101011 | 11001 |
Color Harmonies of #5A4124
Complementary color
Monochromatic Colors of #5A4124
Black with #5A4124
Text Example
Text Example
White with #5A4124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4124; }
p { color: rgb(90,65,36); }
H1.HeaderClassName
{
color: #5A4124;
}
.AnyTagClassName
{
color: #5A4124;
}
</style>
background-color css
<style>
a { background-color: #5A4124; }
a { background-color: rgb(90,65,36); }
div.DivClassName
{
background-color: #5A4124;
}
.BgClassName
{
background-color: #5A4124;
}
</style>
border-color css
<style>
span { border-color: #5A4124; }
span { border-color: rgb(90,65,36); }
td.TdClassName
{
border-color: #5A4124;
}
.TagClassName
{
border-color: #5A4124;
}
</style>