Shades of Brown Bramble #4E3113
Tints of Brown Bramble #4E3113
RGB
CMYK
RGB Variations
Color information
#4E3113 (or 0x4E3113) is known color: Brown Bramble. HEX triplet: 4E, 31 and 13. RGB value is (78,49,19). Sum of RGB (Red+Green+Blue) = 78+49+19=146 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.42% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3113 is #B1CEEC. Grayscale: #363636. Windows color (decimal): -11652845 or 1257806. OLE color: 1257806.
HSL color Cylindrical-coordinate representation of color #4E3113: hue angle of 30.51º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E3113 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 49 | 19 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.69 |
| HSL | 30.51º | 0.61% | 0.19% | - |
| HSV(B) | 30.51º | 0.76% | 0.31% | - |
| XYZ | 4.36 | 3.86 | 1.13 | - |
| YUV | 54.25 | 108.11 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 49 | 19 | 0 | 0.37 | 0.76 | 0.69 | 30.51 | 0.61 | 0.19 |
| Hex | 4E | 31 | 13 | 0 | 25 | 4C | 45 | 1F | 3D | 13 |
| Octal | 116 | 61 | 23 | 0 | 45 | 114 | 105 | 37 | 75 | 23 |
| Binary | 1001110 | 110001 | 10011 | 0 | 100101 | 1001100 | 1000101 | 11111 | 111101 | 10011 |
Color Harmonies of #4E3113
Complementary color
Monochromatic Colors of #4E3113
Black with #4E3113
Text Example
Text Example
White with #4E3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3113; }
p { color: rgb(78,49,19); }
H1.HeaderClassName
{
color: #4E3113;
}
.AnyTagClassName
{
color: #4E3113;
}
</style>
background-color css
<style>
a { background-color: #4E3113; }
a { background-color: rgb(78,49,19); }
div.DivClassName
{
background-color: #4E3113;
}
.BgClassName
{
background-color: #4E3113;
}
</style>
border-color css
<style>
span { border-color: #4E3113; }
span { border-color: rgb(78,49,19); }
td.TdClassName
{
border-color: #4E3113;
}
.TagClassName
{
border-color: #4E3113;
}
</style>