Shades of Brown Bramble #4D2F12
Tints of Brown Bramble #4D2F12
RGB
CMYK
RGB Variations
Color information
#4D2F12 (or 0x4D2F12) is known color: Brown Bramble. HEX triplet: 4D, 2F and 12. RGB value is (77,47,18). Sum of RGB (Red+Green+Blue) = 77+47+18=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2F12 is #B2D0ED. Grayscale: #343434. Windows color (decimal): -11718894 or 1191757. OLE color: 1191757.
HSL color Cylindrical-coordinate representation of color #4D2F12: hue angle of 29.49º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D2F12 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 47 | 18 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.70 |
| HSL | 29.49º | 0.62% | 0.19% | - |
| HSV(B) | 29.49º | 0.77% | 0.3% | - |
| XYZ | 4.19 | 3.65 | 1.06 | - |
| YUV | 52.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 47 | 18 | 0 | 0.39 | 0.77 | 0.70 | 29.49 | 0.62 | 0.19 |
| Hex | 4D | 2F | 12 | 0 | 27 | 4D | 46 | 1D | 3E | 13 |
| Octal | 115 | 57 | 22 | 0 | 47 | 115 | 106 | 35 | 76 | 23 |
| Binary | 1001101 | 101111 | 10010 | 0 | 100111 | 1001101 | 1000110 | 11101 | 111110 | 10011 |
Color Harmonies of #4D2F12
Complementary color
Monochromatic Colors of #4D2F12
Black with #4D2F12
Text Example
Text Example
White with #4D2F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2F12; }
p { color: rgb(77,47,18); }
H1.HeaderClassName
{
color: #4D2F12;
}
.AnyTagClassName
{
color: #4D2F12;
}
</style>
background-color css
<style>
a { background-color: #4D2F12; }
a { background-color: rgb(77,47,18); }
div.DivClassName
{
background-color: #4D2F12;
}
.BgClassName
{
background-color: #4D2F12;
}
</style>
border-color css
<style>
span { border-color: #4D2F12; }
span { border-color: rgb(77,47,18); }
td.TdClassName
{
border-color: #4D2F12;
}
.TagClassName
{
border-color: #4D2F12;
}
</style>