Shades of Bracken #513A2B
Tints of Bracken #513A2B
RGB
CMYK
RGB Variations
Color information
#513A2B (or 0x513A2B) is known color: Bracken. HEX triplet: 51, 3A and 2B. RGB value is (81,58,43). Sum of RGB (Red+Green+Blue) = 81+58+43=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #513A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A2B is #AEC5D4. Grayscale: #3F3F3F. Windows color (decimal): -11453909 or 2832977. OLE color: 2832977.
HSL color Cylindrical-coordinate representation of color #513A2B: hue angle of 23.68º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #513A2B is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 58 | 43 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.68 |
| HSL | 23.68º | 0.31% | 0.24% | - |
| HSV(B) | 23.68º | 0.47% | 0.32% | - |
| XYZ | 5.34 | 4.95 | 2.96 | - |
| YUV | 63.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 43 | 0 | 0.28 | 0.47 | 0.68 | 23.68 | 0.31 | 0.24 |
| Hex | 51 | 3A | 2B | 0 | 1C | 2F | 44 | 18 | 1F | 18 |
| Octal | 121 | 72 | 53 | 0 | 34 | 57 | 104 | 30 | 37 | 30 |
| Binary | 1010001 | 111010 | 101011 | 0 | 11100 | 101111 | 1000100 | 11000 | 11111 | 11000 |
Color Harmonies of #513A2B
Complementary color
Monochromatic Colors of #513A2B
Black with #513A2B
Text Example
Text Example
White with #513A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513A2B; }
p { color: rgb(81,58,43); }
H1.HeaderClassName
{
color: #513A2B;
}
.AnyTagClassName
{
color: #513A2B;
}
</style>
background-color css
<style>
a { background-color: #513A2B; }
a { background-color: rgb(81,58,43); }
div.DivClassName
{
background-color: #513A2B;
}
.BgClassName
{
background-color: #513A2B;
}
</style>
border-color css
<style>
span { border-color: #513A2B; }
span { border-color: rgb(81,58,43); }
td.TdClassName
{
border-color: #513A2B;
}
.TagClassName
{
border-color: #513A2B;
}
</style>