Shades of Brown Bramble #512F13
Tints of Brown Bramble #512F13
RGB
CMYK
RGB Variations
Color information
#512F13 (or 0x512F13) is known color: Brown Bramble. HEX triplet: 51, 2F and 13. RGB value is (81,47,19). Sum of RGB (Red+Green+Blue) = 81+47+19=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #512F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512F13 is #AED0EC. Grayscale: #363636. Windows color (decimal): -11456749 or 1257297. OLE color: 1257297.
HSL color Cylindrical-coordinate representation of color #512F13: hue angle of 27.1º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #512F13 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 47 | 19 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.68 |
| HSL | 27.1º | 0.62% | 0.2% | - |
| HSV(B) | 27.1º | 0.77% | 0.32% | - |
| XYZ | 4.53 | 3.83 | 1.12 | - |
| YUV | 53.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 19 | 0 | 0.42 | 0.77 | 0.68 | 27.1 | 0.62 | 0.2 |
| Hex | 51 | 2F | 13 | 0 | 2A | 4D | 44 | 1B | 3E | 14 |
| Octal | 121 | 57 | 23 | 0 | 52 | 115 | 104 | 33 | 76 | 24 |
| Binary | 1010001 | 101111 | 10011 | 0 | 101010 | 1001101 | 1000100 | 11011 | 111110 | 10100 |
Color Harmonies of #512F13
Complementary color
Monochromatic Colors of #512F13
Black with #512F13
Text Example
Text Example
White with #512F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512F13; }
p { color: rgb(81,47,19); }
H1.HeaderClassName
{
color: #512F13;
}
.AnyTagClassName
{
color: #512F13;
}
</style>
background-color css
<style>
a { background-color: #512F13; }
a { background-color: rgb(81,47,19); }
div.DivClassName
{
background-color: #512F13;
}
.BgClassName
{
background-color: #512F13;
}
</style>
border-color css
<style>
span { border-color: #512F13; }
span { border-color: rgb(81,47,19); }
td.TdClassName
{
border-color: #512F13;
}
.TagClassName
{
border-color: #512F13;
}
</style>