Shades of Brown Bramble #4F3115
Tints of Brown Bramble #4F3115
RGB
CMYK
RGB Variations
Color information
#4F3115 (or 0x4F3115) is known color: Brown Bramble. HEX triplet: 4F, 31 and 15. RGB value is (79,49,21). Sum of RGB (Red+Green+Blue) = 79+49+21=149 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.02% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3115 is #B0CEEA. Grayscale: #363636. Windows color (decimal): -11587307 or 1388879. OLE color: 1388879.
HSL color Cylindrical-coordinate representation of color #4F3115: hue angle of 28.97º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F3115 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 49 | 21 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.69 |
| HSL | 28.97º | 0.58% | 0.2% | - |
| HSV(B) | 28.97º | 0.73% | 0.31% | - |
| XYZ | 4.46 | 3.91 | 1.23 | - |
| YUV | 54.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 49 | 21 | 0 | 0.38 | 0.73 | 0.69 | 28.97 | 0.58 | 0.2 |
| Hex | 4F | 31 | 15 | 0 | 26 | 49 | 45 | 1D | 3A | 14 |
| Octal | 117 | 61 | 25 | 0 | 46 | 111 | 105 | 35 | 72 | 24 |
| Binary | 1001111 | 110001 | 10101 | 0 | 100110 | 1001001 | 1000101 | 11101 | 111010 | 10100 |
Color Harmonies of #4F3115
Complementary color
Monochromatic Colors of #4F3115
Black with #4F3115
Text Example
Text Example
White with #4F3115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3115; }
p { color: rgb(79,49,21); }
H1.HeaderClassName
{
color: #4F3115;
}
.AnyTagClassName
{
color: #4F3115;
}
</style>
background-color css
<style>
a { background-color: #4F3115; }
a { background-color: rgb(79,49,21); }
div.DivClassName
{
background-color: #4F3115;
}
.BgClassName
{
background-color: #4F3115;
}
</style>
border-color css
<style>
span { border-color: #4F3115; }
span { border-color: rgb(79,49,21); }
td.TdClassName
{
border-color: #4F3115;
}
.TagClassName
{
border-color: #4F3115;
}
</style>