Shades of Bracken #5A3B28
Tints of Bracken #5A3B28
RGB
CMYK
RGB Variations
Color information
#5A3B28 (or 0x5A3B28) is known color: Bracken. HEX triplet: 5A, 3B and 28. RGB value is (90,59,40). Sum of RGB (Red+Green+Blue) = 90+59+40=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3B28 is #A5C4D7. Grayscale: #424242. Windows color (decimal): -10863832 or 2636634. OLE color: 2636634.
HSL color Cylindrical-coordinate representation of color #5A3B28: hue angle of 22.8º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A3B28 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 59 | 40 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.65 |
| HSL | 22.8º | 0.38% | 0.25% | - |
| HSV(B) | 22.8º | 0.56% | 0.35% | - |
| XYZ | 6.16 | 5.45 | 2.74 | - |
| YUV | 66.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 59 | 40 | 0 | 0.34 | 0.56 | 0.65 | 22.8 | 0.38 | 0.25 |
| Hex | 5A | 3B | 28 | 0 | 22 | 38 | 41 | 17 | 26 | 19 |
| Octal | 132 | 73 | 50 | 0 | 42 | 70 | 101 | 27 | 46 | 31 |
| Binary | 1011010 | 111011 | 101000 | 0 | 100010 | 111000 | 1000001 | 10111 | 100110 | 11001 |
Color Harmonies of #5A3B28
Complementary color
Monochromatic Colors of #5A3B28
Black with #5A3B28
Text Example
Text Example
White with #5A3B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3B28; }
p { color: rgb(90,59,40); }
H1.HeaderClassName
{
color: #5A3B28;
}
.AnyTagClassName
{
color: #5A3B28;
}
</style>
background-color css
<style>
a { background-color: #5A3B28; }
a { background-color: rgb(90,59,40); }
div.DivClassName
{
background-color: #5A3B28;
}
.BgClassName
{
background-color: #5A3B28;
}
</style>
border-color css
<style>
span { border-color: #5A3B28; }
span { border-color: rgb(90,59,40); }
td.TdClassName
{
border-color: #5A3B28;
}
.TagClassName
{
border-color: #5A3B28;
}
</style>