Shades of Brown Bramble #512C13
Tints of Brown Bramble #512C13
RGB
CMYK
RGB Variations
Color information
#512C13 (or 0x512C13) is known color: Brown Bramble. HEX triplet: 51, 2C and 13. RGB value is (81,44,19). Sum of RGB (Red+Green+Blue) = 81+44+19=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #512C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512C13 is #AED3EC. Grayscale: #343434. Windows color (decimal): -11457517 or 1256529. OLE color: 1256529.
HSL color Cylindrical-coordinate representation of color #512C13: hue angle of 24.19º 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 #512C13 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 44 | 19 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.68 |
| HSL | 24.19º | 0.62% | 0.2% | - |
| HSV(B) | 24.19º | 0.77% | 0.32% | - |
| XYZ | 4.41 | 3.6 | 1.08 | - |
| YUV | 52.21 | 109.26 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 19 | 0 | 0.46 | 0.77 | 0.68 | 24.19 | 0.62 | 0.2 |
| Hex | 51 | 2C | 13 | 0 | 2E | 4D | 44 | 18 | 3E | 14 |
| Octal | 121 | 54 | 23 | 0 | 56 | 115 | 104 | 30 | 76 | 24 |
| Binary | 1010001 | 101100 | 10011 | 0 | 101110 | 1001101 | 1000100 | 11000 | 111110 | 10100 |
Color Harmonies of #512C13
Complementary color
Monochromatic Colors of #512C13
Black with #512C13
Text Example
Text Example
White with #512C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C13; }
p { color: rgb(81,44,19); }
H1.HeaderClassName
{
color: #512C13;
}
.AnyTagClassName
{
color: #512C13;
}
</style>
background-color css
<style>
a { background-color: #512C13; }
a { background-color: rgb(81,44,19); }
div.DivClassName
{
background-color: #512C13;
}
.BgClassName
{
background-color: #512C13;
}
</style>
border-color css
<style>
span { border-color: #512C13; }
span { border-color: rgb(81,44,19); }
td.TdClassName
{
border-color: #512C13;
}
.TagClassName
{
border-color: #512C13;
}
</style>