Shades of Brown Bramble #513921
Tints of Brown Bramble #513921
RGB
CMYK
RGB Variations
Color information
#513921 (or 0x513921) is known color: Brown Bramble. HEX triplet: 51, 39 and 21. RGB value is (81,57,33). Sum of RGB (Red+Green+Blue) = 81+57+33=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #513921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513921 is #AEC6DE. Grayscale: #3D3D3D. Windows color (decimal): -11454175 or 2177361. OLE color: 2177361.
HSL color Cylindrical-coordinate representation of color #513921: hue angle of 30º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #513921 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 57 | 33 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.68 |
| HSL | 30º | 0.42% | 0.22% | - |
| HSV(B) | 30º | 0.59% | 0.32% | - |
| XYZ | 5.13 | 4.79 | 2.09 | - |
| YUV | 61.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 57 | 33 | 0 | 0.30 | 0.59 | 0.68 | 30 | 0.42 | 0.22 |
| Hex | 51 | 39 | 21 | 0 | 1E | 3B | 44 | 1E | 2A | 16 |
| Octal | 121 | 71 | 41 | 0 | 36 | 73 | 104 | 36 | 52 | 26 |
| Binary | 1010001 | 111001 | 100001 | 0 | 11110 | 111011 | 1000100 | 11110 | 101010 | 10110 |
Color Harmonies of #513921
Complementary color
Monochromatic Colors of #513921
Black with #513921
Text Example
Text Example
White with #513921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513921; }
p { color: rgb(81,57,33); }
H1.HeaderClassName
{
color: #513921;
}
.AnyTagClassName
{
color: #513921;
}
</style>
background-color css
<style>
a { background-color: #513921; }
a { background-color: rgb(81,57,33); }
div.DivClassName
{
background-color: #513921;
}
.BgClassName
{
background-color: #513921;
}
</style>
border-color css
<style>
span { border-color: #513921; }
span { border-color: rgb(81,57,33); }
td.TdClassName
{
border-color: #513921;
}
.TagClassName
{
border-color: #513921;
}
</style>