Shades of Bracken #5B4225
Tints of Bracken #5B4225
RGB
CMYK
RGB Variations
Color information
#5B4225 (or 0x5B4225) is known color: Bracken. HEX triplet: 5B, 42 and 25. RGB value is (91,66,37). Sum of RGB (Red+Green+Blue) = 91+66+37=194 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.91% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4225 is #A4BDDA. Grayscale: #464646. Windows color (decimal): -10796507 or 2441819. OLE color: 2441819.
HSL color Cylindrical-coordinate representation of color #5B4225: hue angle of 32.22º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B4225 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 66 | 37 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.64 |
| HSL | 32.22º | 0.42% | 0.25% | - |
| HSV(B) | 32.22º | 0.59% | 0.36% | - |
| XYZ | 6.6 | 6.25 | 2.61 | - |
| YUV | 70.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 37 | 0 | 0.27 | 0.59 | 0.64 | 32.22 | 0.42 | 0.25 |
| Hex | 5B | 42 | 25 | 0 | 1B | 3B | 40 | 20 | 2A | 19 |
| Octal | 133 | 102 | 45 | 0 | 33 | 73 | 100 | 40 | 52 | 31 |
| Binary | 1011011 | 1000010 | 100101 | 0 | 11011 | 111011 | 1000000 | 100000 | 101010 | 11001 |
Color Harmonies of #5B4225
Complementary color
Monochromatic Colors of #5B4225
Black with #5B4225
Text Example
Text Example
White with #5B4225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4225; }
p { color: rgb(91,66,37); }
H1.HeaderClassName
{
color: #5B4225;
}
.AnyTagClassName
{
color: #5B4225;
}
</style>
background-color css
<style>
a { background-color: #5B4225; }
a { background-color: rgb(91,66,37); }
div.DivClassName
{
background-color: #5B4225;
}
.BgClassName
{
background-color: #5B4225;
}
</style>
border-color css
<style>
span { border-color: #5B4225; }
span { border-color: rgb(91,66,37); }
td.TdClassName
{
border-color: #5B4225;
}
.TagClassName
{
border-color: #5B4225;
}
</style>