Shades of Brown Bramble #4C2F16
Tints of Brown Bramble #4C2F16
RGB
CMYK
RGB Variations
Color information
#4C2F16 (or 0x4C2F16) is known color: Brown Bramble. HEX triplet: 4C, 2F and 16. RGB value is (76,47,22). Sum of RGB (Red+Green+Blue) = 76+47+22=145 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.41% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2F16 is #B3D0E9. Grayscale: #343434. Windows color (decimal): -11784426 or 1453900. OLE color: 1453900.
HSL color Cylindrical-coordinate representation of color #4C2F16: hue angle of 27.78º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C2F16 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 47 | 22 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.70 |
| HSL | 27.78º | 0.55% | 0.19% | - |
| HSV(B) | 27.78º | 0.71% | 0.3% | - |
| XYZ | 4.14 | 3.63 | 1.24 | - |
| YUV | 52.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 47 | 22 | 0 | 0.38 | 0.71 | 0.70 | 27.78 | 0.55 | 0.19 |
| Hex | 4C | 2F | 16 | 0 | 26 | 47 | 46 | 1C | 37 | 13 |
| Octal | 114 | 57 | 26 | 0 | 46 | 107 | 106 | 34 | 67 | 23 |
| Binary | 1001100 | 101111 | 10110 | 0 | 100110 | 1000111 | 1000110 | 11100 | 110111 | 10011 |
Color Harmonies of #4C2F16
Complementary color
Monochromatic Colors of #4C2F16
Black with #4C2F16
Text Example
Text Example
White with #4C2F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2F16; }
p { color: rgb(76,47,22); }
H1.HeaderClassName
{
color: #4C2F16;
}
.AnyTagClassName
{
color: #4C2F16;
}
</style>
background-color css
<style>
a { background-color: #4C2F16; }
a { background-color: rgb(76,47,22); }
div.DivClassName
{
background-color: #4C2F16;
}
.BgClassName
{
background-color: #4C2F16;
}
</style>
border-color css
<style>
span { border-color: #4C2F16; }
span { border-color: rgb(76,47,22); }
td.TdClassName
{
border-color: #4C2F16;
}
.TagClassName
{
border-color: #4C2F16;
}
</style>