Shades of Brown Bramble #4D2E13
Tints of Brown Bramble #4D2E13
RGB
CMYK
RGB Variations
Color information
#4D2E13 (or 0x4D2E13) is known color: Brown Bramble. HEX triplet: 4D, 2E and 13. RGB value is (77,46,19). Sum of RGB (Red+Green+Blue) = 77+46+19=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2E13 is #B2D1EC. Grayscale: #343434. Windows color (decimal): -11719149 or 1257037. OLE color: 1257037.
HSL color Cylindrical-coordinate representation of color #4D2E13: hue angle of 27.93º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D2E13 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 46 | 19 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.70 |
| HSL | 27.93º | 0.6% | 0.19% | - |
| HSV(B) | 27.93º | 0.75% | 0.3% | - |
| XYZ | 4.16 | 3.58 | 1.09 | - |
| YUV | 52.19 | 109.27 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 46 | 19 | 0 | 0.40 | 0.75 | 0.70 | 27.93 | 0.6 | 0.19 |
| Hex | 4D | 2E | 13 | 0 | 28 | 4B | 46 | 1C | 3C | 13 |
| Octal | 115 | 56 | 23 | 0 | 50 | 113 | 106 | 34 | 74 | 23 |
| Binary | 1001101 | 101110 | 10011 | 0 | 101000 | 1001011 | 1000110 | 11100 | 111100 | 10011 |
Color Harmonies of #4D2E13
Complementary color
Monochromatic Colors of #4D2E13
Black with #4D2E13
Text Example
Text Example
White with #4D2E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2E13; }
p { color: rgb(77,46,19); }
H1.HeaderClassName
{
color: #4D2E13;
}
.AnyTagClassName
{
color: #4D2E13;
}
</style>
background-color css
<style>
a { background-color: #4D2E13; }
a { background-color: rgb(77,46,19); }
div.DivClassName
{
background-color: #4D2E13;
}
.BgClassName
{
background-color: #4D2E13;
}
</style>
border-color css
<style>
span { border-color: #4D2E13; }
span { border-color: rgb(77,46,19); }
td.TdClassName
{
border-color: #4D2E13;
}
.TagClassName
{
border-color: #4D2E13;
}
</style>