Shades of Bracken #5B3E24
Tints of Bracken #5B3E24
RGB
CMYK
RGB Variations
Color information
#5B3E24 (or 0x5B3E24) is known color: Bracken. HEX triplet: 5B, 3E and 24. RGB value is (91,62,36). Sum of RGB (Red+Green+Blue) = 91+62+36=189 (25% of max value = 765). Red value is 91 (35.94% from 255 or 48.15% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3E24 is #A4C1DB. Grayscale: #434343. Windows color (decimal): -10797532 or 2375259. OLE color: 2375259.
HSL color Cylindrical-coordinate representation of color #5B3E24: hue angle of 28.36º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B3E24 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 62 | 36 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.64 |
| HSL | 28.36º | 0.43% | 0.25% | - |
| HSV(B) | 28.36º | 0.6% | 0.36% | - |
| XYZ | 6.36 | 5.8 | 2.45 | - |
| YUV | 67.71 | 110.11 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 62 | 36 | 0 | 0.32 | 0.60 | 0.64 | 28.36 | 0.43 | 0.25 |
| Hex | 5B | 3E | 24 | 0 | 20 | 3C | 40 | 1C | 2B | 19 |
| Octal | 133 | 76 | 44 | 0 | 40 | 74 | 100 | 34 | 53 | 31 |
| Binary | 1011011 | 111110 | 100100 | 0 | 100000 | 111100 | 1000000 | 11100 | 101011 | 11001 |
Color Harmonies of #5B3E24
Complementary color
Monochromatic Colors of #5B3E24
Black with #5B3E24
Text Example
Text Example
White with #5B3E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3E24; }
p { color: rgb(91,62,36); }
H1.HeaderClassName
{
color: #5B3E24;
}
.AnyTagClassName
{
color: #5B3E24;
}
</style>
background-color css
<style>
a { background-color: #5B3E24; }
a { background-color: rgb(91,62,36); }
div.DivClassName
{
background-color: #5B3E24;
}
.BgClassName
{
background-color: #5B3E24;
}
</style>
border-color css
<style>
span { border-color: #5B3E24; }
span { border-color: rgb(91,62,36); }
td.TdClassName
{
border-color: #5B3E24;
}
.TagClassName
{
border-color: #5B3E24;
}
</style>