Shades of Bracken #5B3E26
Tints of Bracken #5B3E26
RGB
CMYK
RGB Variations
Color information
#5B3E26 (or 0x5B3E26) is known color: Bracken. HEX triplet: 5B, 3E and 26. RGB value is (91,62,38). Sum of RGB (Red+Green+Blue) = 91+62+38=191 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.64% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3E26 is #A4C1D9. Grayscale: #444444. Windows color (decimal): -10797530 or 2506331. OLE color: 2506331.
HSL color Cylindrical-coordinate representation of color #5B3E26: hue angle of 27.17º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B3E26 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 62 | 38 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.64 |
| HSL | 27.17º | 0.41% | 0.25% | - |
| HSV(B) | 27.17º | 0.58% | 0.36% | - |
| XYZ | 6.39 | 5.81 | 2.62 | - |
| YUV | 67.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 62 | 38 | 0 | 0.32 | 0.58 | 0.64 | 27.17 | 0.41 | 0.25 |
| Hex | 5B | 3E | 26 | 0 | 20 | 3A | 40 | 1B | 29 | 19 |
| Octal | 133 | 76 | 46 | 0 | 40 | 72 | 100 | 33 | 51 | 31 |
| Binary | 1011011 | 111110 | 100110 | 0 | 100000 | 111010 | 1000000 | 11011 | 101001 | 11001 |
Color Harmonies of #5B3E26
Complementary color
Monochromatic Colors of #5B3E26
Black with #5B3E26
Text Example
Text Example
White with #5B3E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3E26; }
p { color: rgb(91,62,38); }
H1.HeaderClassName
{
color: #5B3E26;
}
.AnyTagClassName
{
color: #5B3E26;
}
</style>
background-color css
<style>
a { background-color: #5B3E26; }
a { background-color: rgb(91,62,38); }
div.DivClassName
{
background-color: #5B3E26;
}
.BgClassName
{
background-color: #5B3E26;
}
</style>
border-color css
<style>
span { border-color: #5B3E26; }
span { border-color: rgb(91,62,38); }
td.TdClassName
{
border-color: #5B3E26;
}
.TagClassName
{
border-color: #5B3E26;
}
</style>