Shades of Brown Bramble #513319
Tints of Brown Bramble #513319
RGB
CMYK
RGB Variations
Color information
#513319 (or 0x513319) is known color: Brown Bramble. HEX triplet: 51, 33 and 19. RGB value is (81,51,25). Sum of RGB (Red+Green+Blue) = 81+51+25=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #513319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513319 is #AECCE6. Grayscale: #393939. Windows color (decimal): -11455719 or 1651537. OLE color: 1651537.
HSL color Cylindrical-coordinate representation of color #513319: hue angle of 27.86º 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 #513319 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 51 | 25 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.68 |
| HSL | 27.86º | 0.53% | 0.21% | - |
| HSV(B) | 27.86º | 0.69% | 0.32% | - |
| XYZ | 4.75 | 4.19 | 1.48 | - |
| YUV | 57.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 51 | 25 | 0 | 0.37 | 0.69 | 0.68 | 27.86 | 0.53 | 0.21 |
| Hex | 51 | 33 | 19 | 0 | 25 | 45 | 44 | 1C | 35 | 15 |
| Octal | 121 | 63 | 31 | 0 | 45 | 105 | 104 | 34 | 65 | 25 |
| Binary | 1010001 | 110011 | 11001 | 0 | 100101 | 1000101 | 1000100 | 11100 | 110101 | 10101 |
Color Harmonies of #513319
Complementary color
Monochromatic Colors of #513319
Black with #513319
Text Example
Text Example
White with #513319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513319; }
p { color: rgb(81,51,25); }
H1.HeaderClassName
{
color: #513319;
}
.AnyTagClassName
{
color: #513319;
}
</style>
background-color css
<style>
a { background-color: #513319; }
a { background-color: rgb(81,51,25); }
div.DivClassName
{
background-color: #513319;
}
.BgClassName
{
background-color: #513319;
}
</style>
border-color css
<style>
span { border-color: #513319; }
span { border-color: rgb(81,51,25); }
td.TdClassName
{
border-color: #513319;
}
.TagClassName
{
border-color: #513319;
}
</style>