Shades of Bracken #5B3F24
Tints of Bracken #5B3F24
RGB
CMYK
RGB Variations
Color information
#5B3F24 (or 0x5B3F24) is known color: Bracken. HEX triplet: 5B, 3F and 24. RGB value is (91,63,36). Sum of RGB (Red+Green+Blue) = 91+63+36=190 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.89% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3F24 is #A4C0DB. Grayscale: #444444. Windows color (decimal): -10797276 or 2375515. OLE color: 2375515.
HSL color Cylindrical-coordinate representation of color #5B3F24: hue angle of 29.45º 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 #5B3F24 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 63 | 36 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.64 |
| HSL | 29.45º | 0.43% | 0.25% | - |
| HSV(B) | 29.45º | 0.6% | 0.36% | - |
| XYZ | 6.41 | 5.91 | 2.47 | - |
| YUV | 68.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 63 | 36 | 0 | 0.31 | 0.60 | 0.64 | 29.45 | 0.43 | 0.25 |
| Hex | 5B | 3F | 24 | 0 | 1F | 3C | 40 | 1D | 2B | 19 |
| Octal | 133 | 77 | 44 | 0 | 37 | 74 | 100 | 35 | 53 | 31 |
| Binary | 1011011 | 111111 | 100100 | 0 | 11111 | 111100 | 1000000 | 11101 | 101011 | 11001 |
Color Harmonies of #5B3F24
Complementary color
Monochromatic Colors of #5B3F24
Black with #5B3F24
Text Example
Text Example
White with #5B3F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3F24; }
p { color: rgb(91,63,36); }
H1.HeaderClassName
{
color: #5B3F24;
}
.AnyTagClassName
{
color: #5B3F24;
}
</style>
background-color css
<style>
a { background-color: #5B3F24; }
a { background-color: rgb(91,63,36); }
div.DivClassName
{
background-color: #5B3F24;
}
.BgClassName
{
background-color: #5B3F24;
}
</style>
border-color css
<style>
span { border-color: #5B3F24; }
span { border-color: rgb(91,63,36); }
td.TdClassName
{
border-color: #5B3F24;
}
.TagClassName
{
border-color: #5B3F24;
}
</style>