Shades of Brown Bramble #4D3115
Tints of Brown Bramble #4D3115
RGB
CMYK
RGB Variations
Color information
#4D3115 (or 0x4D3115) is known color: Brown Bramble. HEX triplet: 4D, 31 and 15. RGB value is (77,49,21). Sum of RGB (Red+Green+Blue) = 77+49+21=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3115 is #B2CEEA. Grayscale: #363636. Windows color (decimal): -11718379 or 1388877. OLE color: 1388877.
HSL color Cylindrical-coordinate representation of color #4D3115: hue angle of 30º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D3115 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 49 | 21 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.70 |
| HSL | 30º | 0.57% | 0.19% | - |
| HSV(B) | 30º | 0.73% | 0.3% | - |
| XYZ | 4.29 | 3.83 | 1.22 | - |
| YUV | 54.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 49 | 21 | 0 | 0.36 | 0.73 | 0.70 | 30 | 0.57 | 0.19 |
| Hex | 4D | 31 | 15 | 0 | 24 | 49 | 46 | 1E | 39 | 13 |
| Octal | 115 | 61 | 25 | 0 | 44 | 111 | 106 | 36 | 71 | 23 |
| Binary | 1001101 | 110001 | 10101 | 0 | 100100 | 1001001 | 1000110 | 11110 | 111001 | 10011 |
Color Harmonies of #4D3115
Complementary color
Monochromatic Colors of #4D3115
Black with #4D3115
Text Example
Text Example
White with #4D3115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3115; }
p { color: rgb(77,49,21); }
H1.HeaderClassName
{
color: #4D3115;
}
.AnyTagClassName
{
color: #4D3115;
}
</style>
background-color css
<style>
a { background-color: #4D3115; }
a { background-color: rgb(77,49,21); }
div.DivClassName
{
background-color: #4D3115;
}
.BgClassName
{
background-color: #4D3115;
}
</style>
border-color css
<style>
span { border-color: #4D3115; }
span { border-color: rgb(77,49,21); }
td.TdClassName
{
border-color: #4D3115;
}
.TagClassName
{
border-color: #4D3115;
}
</style>