Shades of Brown Bramble #512F19
Tints of Brown Bramble #512F19
RGB
CMYK
RGB Variations
Color information
#512F19 (or 0x512F19) is known color: Brown Bramble. HEX triplet: 51, 2F and 19. RGB value is (81,47,25). Sum of RGB (Red+Green+Blue) = 81+47+25=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #512F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512F19 is #AED0E6. Grayscale: #363636. Windows color (decimal): -11456743 or 1650513. OLE color: 1650513.
HSL color Cylindrical-coordinate representation of color #512F19: hue angle of 23.57º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #512F19 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 47 | 25 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.68 |
| HSL | 23.57º | 0.53% | 0.21% | - |
| HSV(B) | 23.57º | 0.69% | 0.32% | - |
| XYZ | 4.59 | 3.85 | 1.42 | - |
| YUV | 54.66 | 111.26 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 25 | 0 | 0.42 | 0.69 | 0.68 | 23.57 | 0.53 | 0.21 |
| Hex | 51 | 2F | 19 | 0 | 2A | 45 | 44 | 18 | 35 | 15 |
| Octal | 121 | 57 | 31 | 0 | 52 | 105 | 104 | 30 | 65 | 25 |
| Binary | 1010001 | 101111 | 11001 | 0 | 101010 | 1000101 | 1000100 | 11000 | 110101 | 10101 |
Color Harmonies of #512F19
Complementary color
Monochromatic Colors of #512F19
Black with #512F19
Text Example
Text Example
White with #512F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512F19; }
p { color: rgb(81,47,25); }
H1.HeaderClassName
{
color: #512F19;
}
.AnyTagClassName
{
color: #512F19;
}
</style>
background-color css
<style>
a { background-color: #512F19; }
a { background-color: rgb(81,47,25); }
div.DivClassName
{
background-color: #512F19;
}
.BgClassName
{
background-color: #512F19;
}
</style>
border-color css
<style>
span { border-color: #512F19; }
span { border-color: rgb(81,47,25); }
td.TdClassName
{
border-color: #512F19;
}
.TagClassName
{
border-color: #512F19;
}
</style>