Shades of Bracken #5A3F21
Tints of Bracken #5A3F21
RGB
CMYK
RGB Variations
Color information
#5A3F21 (or 0x5A3F21) is known color: Bracken. HEX triplet: 5A, 3F and 21. RGB value is (90,63,33). Sum of RGB (Red+Green+Blue) = 90+63+33=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3F21 is #A5C0DE. Grayscale: #434343. Windows color (decimal): -10862815 or 2178906. OLE color: 2178906.
HSL color Cylindrical-coordinate representation of color #5A3F21: hue angle of 31.58º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A3F21 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 63 | 33 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.65 |
| HSL | 31.58º | 0.46% | 0.24% | - |
| HSV(B) | 31.58º | 0.63% | 0.35% | - |
| XYZ | 6.27 | 5.84 | 2.24 | - |
| YUV | 67.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 63 | 33 | 0 | 0.30 | 0.63 | 0.65 | 31.58 | 0.46 | 0.24 |
| Hex | 5A | 3F | 21 | 0 | 1E | 3F | 41 | 20 | 2E | 18 |
| Octal | 132 | 77 | 41 | 0 | 36 | 77 | 101 | 40 | 56 | 30 |
| Binary | 1011010 | 111111 | 100001 | 0 | 11110 | 111111 | 1000001 | 100000 | 101110 | 11000 |
Color Harmonies of #5A3F21
Complementary color
Monochromatic Colors of #5A3F21
Black with #5A3F21
Text Example
Text Example
White with #5A3F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3F21; }
p { color: rgb(90,63,33); }
H1.HeaderClassName
{
color: #5A3F21;
}
.AnyTagClassName
{
color: #5A3F21;
}
</style>
background-color css
<style>
a { background-color: #5A3F21; }
a { background-color: rgb(90,63,33); }
div.DivClassName
{
background-color: #5A3F21;
}
.BgClassName
{
background-color: #5A3F21;
}
</style>
border-color css
<style>
span { border-color: #5A3F21; }
span { border-color: rgb(90,63,33); }
td.TdClassName
{
border-color: #5A3F21;
}
.TagClassName
{
border-color: #5A3F21;
}
</style>