Shades of Brown Bramble #512E13
Tints of Brown Bramble #512E13
RGB
CMYK
RGB Variations
Color information
#512E13 (or 0x512E13) is known color: Brown Bramble. HEX triplet: 51, 2E and 13. RGB value is (81,46,19). Sum of RGB (Red+Green+Blue) = 81+46+19=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #512E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512E13 is #AED1EC. Grayscale: #353535. Windows color (decimal): -11457005 or 1257041. OLE color: 1257041.
HSL color Cylindrical-coordinate representation of color #512E13: hue angle of 26.13º 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 #512E13 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 46 | 19 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.68 |
| HSL | 26.13º | 0.62% | 0.2% | - |
| HSV(B) | 26.13º | 0.77% | 0.32% | - |
| XYZ | 4.49 | 3.75 | 1.1 | - |
| YUV | 53.39 | 108.6 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 19 | 0 | 0.43 | 0.77 | 0.68 | 26.13 | 0.62 | 0.2 |
| Hex | 51 | 2E | 13 | 0 | 2B | 4D | 44 | 1A | 3E | 14 |
| Octal | 121 | 56 | 23 | 0 | 53 | 115 | 104 | 32 | 76 | 24 |
| Binary | 1010001 | 101110 | 10011 | 0 | 101011 | 1001101 | 1000100 | 11010 | 111110 | 10100 |
Color Harmonies of #512E13
Complementary color
Monochromatic Colors of #512E13
Black with #512E13
Text Example
Text Example
White with #512E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512E13; }
p { color: rgb(81,46,19); }
H1.HeaderClassName
{
color: #512E13;
}
.AnyTagClassName
{
color: #512E13;
}
</style>
background-color css
<style>
a { background-color: #512E13; }
a { background-color: rgb(81,46,19); }
div.DivClassName
{
background-color: #512E13;
}
.BgClassName
{
background-color: #512E13;
}
</style>
border-color css
<style>
span { border-color: #512E13; }
span { border-color: rgb(81,46,19); }
td.TdClassName
{
border-color: #512E13;
}
.TagClassName
{
border-color: #512E13;
}
</style>