Shades of Bracken #5B412D
Tints of Bracken #5B412D
RGB
CMYK
RGB Variations
Color information
#5B412D (or 0x5B412D) is known color: Bracken. HEX triplet: 5B, 41 and 2D. RGB value is (91,65,45). Sum of RGB (Red+Green+Blue) = 91+65+45=201 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.27% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 91 - color contains mainly: red. Hex color #5B412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B412D is #A4BED2. Grayscale: #464646. Windows color (decimal): -10796755 or 2965851. OLE color: 2965851.
HSL color Cylindrical-coordinate representation of color #5B412D: hue angle of 26.09º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B412D is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 65 | 45 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.64 |
| HSL | 26.09º | 0.34% | 0.27% | - |
| HSV(B) | 26.09º | 0.51% | 0.36% | - |
| XYZ | 6.68 | 6.19 | 3.33 | - |
| YUV | 70.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 65 | 45 | 0 | 0.29 | 0.51 | 0.64 | 26.09 | 0.34 | 0.27 |
| Hex | 5B | 41 | 2D | 0 | 1D | 33 | 40 | 1A | 22 | 1B |
| Octal | 133 | 101 | 55 | 0 | 35 | 63 | 100 | 32 | 42 | 33 |
| Binary | 1011011 | 1000001 | 101101 | 0 | 11101 | 110011 | 1000000 | 11010 | 100010 | 11011 |
Color Harmonies of #5B412D
Complementary color
Monochromatic Colors of #5B412D
Black with #5B412D
Text Example
Text Example
White with #5B412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B412D; }
p { color: rgb(91,65,45); }
H1.HeaderClassName
{
color: #5B412D;
}
.AnyTagClassName
{
color: #5B412D;
}
</style>
background-color css
<style>
a { background-color: #5B412D; }
a { background-color: rgb(91,65,45); }
div.DivClassName
{
background-color: #5B412D;
}
.BgClassName
{
background-color: #5B412D;
}
</style>
border-color css
<style>
span { border-color: #5B412D; }
span { border-color: rgb(91,65,45); }
td.TdClassName
{
border-color: #5B412D;
}
.TagClassName
{
border-color: #5B412D;
}
</style>