Shades of Brown Bramble #4F2D11
Tints of Brown Bramble #4F2D11
RGB
CMYK
RGB Variations
Color information
#4F2D11 (or 0x4F2D11) is known color: Brown Bramble. HEX triplet: 4F, 2D and 11. RGB value is (79,45,17). Sum of RGB (Red+Green+Blue) = 79+45+17=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2D11 is #B0D2EE. Grayscale: #343434. Windows color (decimal): -11588335 or 1125711. OLE color: 1125711.
HSL color Cylindrical-coordinate representation of color #4F2D11: hue angle of 27.1º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F2D11 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 45 | 17 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.69 |
| HSL | 27.1º | 0.65% | 0.19% | - |
| HSV(B) | 27.1º | 0.78% | 0.31% | - |
| XYZ | 4.26 | 3.58 | 1 | - |
| YUV | 51.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 45 | 17 | 0 | 0.43 | 0.78 | 0.69 | 27.1 | 0.65 | 0.19 |
| Hex | 4F | 2D | 11 | 0 | 2B | 4E | 45 | 1B | 41 | 13 |
| Octal | 117 | 55 | 21 | 0 | 53 | 116 | 105 | 33 | 101 | 23 |
| Binary | 1001111 | 101101 | 10001 | 0 | 101011 | 1001110 | 1000101 | 11011 | 1000001 | 10011 |
Color Harmonies of #4F2D11
Complementary color
Monochromatic Colors of #4F2D11
Black with #4F2D11
Text Example
Text Example
White with #4F2D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2D11; }
p { color: rgb(79,45,17); }
H1.HeaderClassName
{
color: #4F2D11;
}
.AnyTagClassName
{
color: #4F2D11;
}
</style>
background-color css
<style>
a { background-color: #4F2D11; }
a { background-color: rgb(79,45,17); }
div.DivClassName
{
background-color: #4F2D11;
}
.BgClassName
{
background-color: #4F2D11;
}
</style>
border-color css
<style>
span { border-color: #4F2D11; }
span { border-color: rgb(79,45,17); }
td.TdClassName
{
border-color: #4F2D11;
}
.TagClassName
{
border-color: #4F2D11;
}
</style>