Shades of Brown Bramble #512F14
Tints of Brown Bramble #512F14
RGB
CMYK
RGB Variations
Color information
#512F14 (or 0x512F14) is known color: Brown Bramble. HEX triplet: 51, 2F and 14. RGB value is (81,47,20). Sum of RGB (Red+Green+Blue) = 81+47+20=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #512F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512F14 is #AED0EB. Grayscale: #363636. Windows color (decimal): -11456748 or 1322833. OLE color: 1322833.
HSL color Cylindrical-coordinate representation of color #512F14: hue angle of 26.56º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #512F14 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 47 | 20 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.68 |
| HSL | 26.56º | 0.6% | 0.2% | - |
| HSV(B) | 26.56º | 0.75% | 0.32% | - |
| XYZ | 4.54 | 3.83 | 1.16 | - |
| YUV | 54.09 | 108.76 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 20 | 0 | 0.42 | 0.75 | 0.68 | 26.56 | 0.6 | 0.2 |
| Hex | 51 | 2F | 14 | 0 | 2A | 4B | 44 | 1B | 3C | 14 |
| Octal | 121 | 57 | 24 | 0 | 52 | 113 | 104 | 33 | 74 | 24 |
| Binary | 1010001 | 101111 | 10100 | 0 | 101010 | 1001011 | 1000100 | 11011 | 111100 | 10100 |
Color Harmonies of #512F14
Complementary color
Monochromatic Colors of #512F14
Black with #512F14
Text Example
Text Example
White with #512F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512F14; }
p { color: rgb(81,47,20); }
H1.HeaderClassName
{
color: #512F14;
}
.AnyTagClassName
{
color: #512F14;
}
</style>
background-color css
<style>
a { background-color: #512F14; }
a { background-color: rgb(81,47,20); }
div.DivClassName
{
background-color: #512F14;
}
.BgClassName
{
background-color: #512F14;
}
</style>
border-color css
<style>
span { border-color: #512F14; }
span { border-color: rgb(81,47,20); }
td.TdClassName
{
border-color: #512F14;
}
.TagClassName
{
border-color: #512F14;
}
</style>