Shades of Brown Bramble #512D13
Tints of Brown Bramble #512D13
RGB
CMYK
RGB Variations
Color information
#512D13 (or 0x512D13) is known color: Brown Bramble. HEX triplet: 51, 2D and 13. RGB value is (81,45,19). Sum of RGB (Red+Green+Blue) = 81+45+19=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #512D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512D13 is #AED2EC. Grayscale: #343434. Windows color (decimal): -11457261 or 1256785. OLE color: 1256785.
HSL color Cylindrical-coordinate representation of color #512D13: hue angle of 25.16º 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 #512D13 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 45 | 19 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.68 |
| HSL | 25.16º | 0.62% | 0.2% | - |
| HSV(B) | 25.16º | 0.77% | 0.32% | - |
| XYZ | 4.45 | 3.67 | 1.09 | - |
| YUV | 52.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 19 | 0 | 0.44 | 0.77 | 0.68 | 25.16 | 0.62 | 0.2 |
| Hex | 51 | 2D | 13 | 0 | 2C | 4D | 44 | 19 | 3E | 14 |
| Octal | 121 | 55 | 23 | 0 | 54 | 115 | 104 | 31 | 76 | 24 |
| Binary | 1010001 | 101101 | 10011 | 0 | 101100 | 1001101 | 1000100 | 11001 | 111110 | 10100 |
Color Harmonies of #512D13
Complementary color
Monochromatic Colors of #512D13
Black with #512D13
Text Example
Text Example
White with #512D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512D13; }
p { color: rgb(81,45,19); }
H1.HeaderClassName
{
color: #512D13;
}
.AnyTagClassName
{
color: #512D13;
}
</style>
background-color css
<style>
a { background-color: #512D13; }
a { background-color: rgb(81,45,19); }
div.DivClassName
{
background-color: #512D13;
}
.BgClassName
{
background-color: #512D13;
}
</style>
border-color css
<style>
span { border-color: #512D13; }
span { border-color: rgb(81,45,19); }
td.TdClassName
{
border-color: #512D13;
}
.TagClassName
{
border-color: #512D13;
}
</style>