Shades of Brown Bramble #4F3112
Tints of Brown Bramble #4F3112
RGB
CMYK
RGB Variations
Color information
#4F3112 (or 0x4F3112) is known color: Brown Bramble. HEX triplet: 4F, 31 and 12. RGB value is (79,49,18). Sum of RGB (Red+Green+Blue) = 79+49+18=146 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.11% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3112 is #B0CEED. Grayscale: #363636. Windows color (decimal): -11587310 or 1192271. OLE color: 1192271.
HSL color Cylindrical-coordinate representation of color #4F3112: hue angle of 30.49º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F3112 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 49 | 18 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.69 |
| HSL | 30.49º | 0.63% | 0.19% | - |
| HSV(B) | 30.49º | 0.77% | 0.31% | - |
| XYZ | 4.43 | 3.9 | 1.09 | - |
| YUV | 54.44 | 107.44 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 49 | 18 | 0 | 0.38 | 0.77 | 0.69 | 30.49 | 0.63 | 0.19 |
| Hex | 4F | 31 | 12 | 0 | 26 | 4D | 45 | 1E | 3F | 13 |
| Octal | 117 | 61 | 22 | 0 | 46 | 115 | 105 | 36 | 77 | 23 |
| Binary | 1001111 | 110001 | 10010 | 0 | 100110 | 1001101 | 1000101 | 11110 | 111111 | 10011 |
Color Harmonies of #4F3112
Complementary color
Monochromatic Colors of #4F3112
Black with #4F3112
Text Example
Text Example
White with #4F3112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3112; }
p { color: rgb(79,49,18); }
H1.HeaderClassName
{
color: #4F3112;
}
.AnyTagClassName
{
color: #4F3112;
}
</style>
background-color css
<style>
a { background-color: #4F3112; }
a { background-color: rgb(79,49,18); }
div.DivClassName
{
background-color: #4F3112;
}
.BgClassName
{
background-color: #4F3112;
}
</style>
border-color css
<style>
span { border-color: #4F3112; }
span { border-color: rgb(79,49,18); }
td.TdClassName
{
border-color: #4F3112;
}
.TagClassName
{
border-color: #4F3112;
}
</style>