Shades of Brown Bramble #513119
Tints of Brown Bramble #513119
RGB
CMYK
RGB Variations
Color information
#513119 (or 0x513119) is known color: Brown Bramble. HEX triplet: 51, 31 and 19. RGB value is (81,49,25). Sum of RGB (Red+Green+Blue) = 81+49+25=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #513119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513119 is #AECEE6. Grayscale: #373737. Windows color (decimal): -11456231 or 1651025. OLE color: 1651025.
HSL color Cylindrical-coordinate representation of color #513119: hue angle of 25.71º 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 #513119 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 49 | 25 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.68 |
| HSL | 25.71º | 0.53% | 0.21% | - |
| HSV(B) | 25.71º | 0.69% | 0.32% | - |
| XYZ | 4.67 | 4.02 | 1.45 | - |
| YUV | 55.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 49 | 25 | 0 | 0.40 | 0.69 | 0.68 | 25.71 | 0.53 | 0.21 |
| Hex | 51 | 31 | 19 | 0 | 28 | 45 | 44 | 1A | 35 | 15 |
| Octal | 121 | 61 | 31 | 0 | 50 | 105 | 104 | 32 | 65 | 25 |
| Binary | 1010001 | 110001 | 11001 | 0 | 101000 | 1000101 | 1000100 | 11010 | 110101 | 10101 |
Color Harmonies of #513119
Complementary color
Monochromatic Colors of #513119
Black with #513119
Text Example
Text Example
White with #513119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513119; }
p { color: rgb(81,49,25); }
H1.HeaderClassName
{
color: #513119;
}
.AnyTagClassName
{
color: #513119;
}
</style>
background-color css
<style>
a { background-color: #513119; }
a { background-color: rgb(81,49,25); }
div.DivClassName
{
background-color: #513119;
}
.BgClassName
{
background-color: #513119;
}
</style>
border-color css
<style>
span { border-color: #513119; }
span { border-color: rgb(81,49,25); }
td.TdClassName
{
border-color: #513119;
}
.TagClassName
{
border-color: #513119;
}
</style>