Shades of Brown Bramble #4F3113
Tints of Brown Bramble #4F3113
RGB
CMYK
RGB Variations
Color information
#4F3113 (or 0x4F3113) is known color: Brown Bramble. HEX triplet: 4F, 31 and 13. RGB value is (79,49,19). Sum of RGB (Red+Green+Blue) = 79+49+19=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3113 is #B0CEEC. Grayscale: #363636. Windows color (decimal): -11587309 or 1257807. OLE color: 1257807.
HSL color Cylindrical-coordinate representation of color #4F3113: hue angle of 30º 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 #4F3113 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 49 | 19 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.69 |
| HSL | 30º | 0.61% | 0.19% | - |
| HSV(B) | 30º | 0.76% | 0.31% | - |
| XYZ | 4.44 | 3.91 | 1.14 | - |
| YUV | 54.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 49 | 19 | 0 | 0.38 | 0.76 | 0.69 | 30 | 0.61 | 0.19 |
| Hex | 4F | 31 | 13 | 0 | 26 | 4C | 45 | 1E | 3D | 13 |
| Octal | 117 | 61 | 23 | 0 | 46 | 114 | 105 | 36 | 75 | 23 |
| Binary | 1001111 | 110001 | 10011 | 0 | 100110 | 1001100 | 1000101 | 11110 | 111101 | 10011 |
Color Harmonies of #4F3113
Complementary color
Monochromatic Colors of #4F3113
Black with #4F3113
Text Example
Text Example
White with #4F3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3113; }
p { color: rgb(79,49,19); }
H1.HeaderClassName
{
color: #4F3113;
}
.AnyTagClassName
{
color: #4F3113;
}
</style>
background-color css
<style>
a { background-color: #4F3113; }
a { background-color: rgb(79,49,19); }
div.DivClassName
{
background-color: #4F3113;
}
.BgClassName
{
background-color: #4F3113;
}
</style>
border-color css
<style>
span { border-color: #4F3113; }
span { border-color: rgb(79,49,19); }
td.TdClassName
{
border-color: #4F3113;
}
.TagClassName
{
border-color: #4F3113;
}
</style>