Shades of Bracken #513A2A
Tints of Bracken #513A2A
RGB
CMYK
RGB Variations
Color information
#513A2A (or 0x513A2A) is known color: Bracken. HEX triplet: 51, 3A and 2A. RGB value is (81,58,42). Sum of RGB (Red+Green+Blue) = 81+58+42=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #513A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A2A is #AEC5D5. Grayscale: #3F3F3F. Windows color (decimal): -11453910 or 2767441. OLE color: 2767441.
HSL color Cylindrical-coordinate representation of color #513A2A: hue angle of 24.62º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #513A2A is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 58 | 42 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.68 |
| HSL | 24.62º | 0.32% | 0.24% | - |
| HSV(B) | 24.62º | 0.48% | 0.32% | - |
| XYZ | 5.32 | 4.94 | 2.86 | - |
| YUV | 63.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 42 | 0 | 0.28 | 0.48 | 0.68 | 24.62 | 0.32 | 0.24 |
| Hex | 51 | 3A | 2A | 0 | 1C | 30 | 44 | 19 | 20 | 18 |
| Octal | 121 | 72 | 52 | 0 | 34 | 60 | 104 | 31 | 40 | 30 |
| Binary | 1010001 | 111010 | 101010 | 0 | 11100 | 110000 | 1000100 | 11001 | 100000 | 11000 |
Color Harmonies of #513A2A
Complementary color
Monochromatic Colors of #513A2A
Black with #513A2A
Text Example
Text Example
White with #513A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513A2A; }
p { color: rgb(81,58,42); }
H1.HeaderClassName
{
color: #513A2A;
}
.AnyTagClassName
{
color: #513A2A;
}
</style>
background-color css
<style>
a { background-color: #513A2A; }
a { background-color: rgb(81,58,42); }
div.DivClassName
{
background-color: #513A2A;
}
.BgClassName
{
background-color: #513A2A;
}
</style>
border-color css
<style>
span { border-color: #513A2A; }
span { border-color: rgb(81,58,42); }
td.TdClassName
{
border-color: #513A2A;
}
.TagClassName
{
border-color: #513A2A;
}
</style>