Shades of Bracken #5B3D21
Tints of Bracken #5B3D21
RGB
CMYK
RGB Variations
Color information
#5B3D21 (or 0x5B3D21) is known color: Bracken. HEX triplet: 5B, 3D and 21. RGB value is (91,61,33). Sum of RGB (Red+Green+Blue) = 91+61+33=185 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.19% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3D21 is #A4C2DE. Grayscale: #424242. Windows color (decimal): -10797791 or 2178395. OLE color: 2178395.
HSL color Cylindrical-coordinate representation of color #5B3D21: hue angle of 28.97º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B3D21 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 61 | 33 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.64 |
| HSL | 28.97º | 0.47% | 0.24% | - |
| HSV(B) | 28.97º | 0.64% | 0.36% | - |
| XYZ | 6.26 | 5.67 | 2.2 | - |
| YUV | 66.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 61 | 33 | 0 | 0.33 | 0.64 | 0.64 | 28.97 | 0.47 | 0.24 |
| Hex | 5B | 3D | 21 | 0 | 21 | 40 | 40 | 1D | 2F | 18 |
| Octal | 133 | 75 | 41 | 0 | 41 | 100 | 100 | 35 | 57 | 30 |
| Binary | 1011011 | 111101 | 100001 | 0 | 100001 | 1000000 | 1000000 | 11101 | 101111 | 11000 |
Color Harmonies of #5B3D21
Complementary color
Monochromatic Colors of #5B3D21
Black with #5B3D21
Text Example
Text Example
White with #5B3D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3D21; }
p { color: rgb(91,61,33); }
H1.HeaderClassName
{
color: #5B3D21;
}
.AnyTagClassName
{
color: #5B3D21;
}
</style>
background-color css
<style>
a { background-color: #5B3D21; }
a { background-color: rgb(91,61,33); }
div.DivClassName
{
background-color: #5B3D21;
}
.BgClassName
{
background-color: #5B3D21;
}
</style>
border-color css
<style>
span { border-color: #5B3D21; }
span { border-color: rgb(91,61,33); }
td.TdClassName
{
border-color: #5B3D21;
}
.TagClassName
{
border-color: #5B3D21;
}
</style>