Shades of Bracken #5B4124
Tints of Bracken #5B4124
RGB
CMYK
RGB Variations
Color information
#5B4124 (or 0x5B4124) is known color: Bracken. HEX triplet: 5B, 41 and 24. RGB value is (91,65,36). Sum of RGB (Red+Green+Blue) = 91+65+36=192 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.40% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4124 is #A4BEDB. Grayscale: #454545. Windows color (decimal): -10796764 or 2376027. OLE color: 2376027.
HSL color Cylindrical-coordinate representation of color #5B4124: hue angle of 31.64º 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 #5B4124 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 65 | 36 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.64 |
| HSL | 31.64º | 0.43% | 0.25% | - |
| HSV(B) | 31.64º | 0.6% | 0.36% | - |
| XYZ | 6.52 | 6.13 | 2.51 | - |
| YUV | 69.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 65 | 36 | 0 | 0.29 | 0.60 | 0.64 | 31.64 | 0.43 | 0.25 |
| Hex | 5B | 41 | 24 | 0 | 1D | 3C | 40 | 20 | 2B | 19 |
| Octal | 133 | 101 | 44 | 0 | 35 | 74 | 100 | 40 | 53 | 31 |
| Binary | 1011011 | 1000001 | 100100 | 0 | 11101 | 111100 | 1000000 | 100000 | 101011 | 11001 |
Color Harmonies of #5B4124
Complementary color
Monochromatic Colors of #5B4124
Black with #5B4124
Text Example
Text Example
White with #5B4124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4124; }
p { color: rgb(91,65,36); }
H1.HeaderClassName
{
color: #5B4124;
}
.AnyTagClassName
{
color: #5B4124;
}
</style>
background-color css
<style>
a { background-color: #5B4124; }
a { background-color: rgb(91,65,36); }
div.DivClassName
{
background-color: #5B4124;
}
.BgClassName
{
background-color: #5B4124;
}
</style>
border-color css
<style>
span { border-color: #5B4124; }
span { border-color: rgb(91,65,36); }
td.TdClassName
{
border-color: #5B4124;
}
.TagClassName
{
border-color: #5B4124;
}
</style>