Shades of Brown Bramble #4C3016
Tints of Brown Bramble #4C3016
RGB
CMYK
RGB Variations
Color information
#4C3016 (or 0x4C3016) is known color: Brown Bramble. HEX triplet: 4C, 30 and 16. RGB value is (76,48,22). Sum of RGB (Red+Green+Blue) = 76+48+22=146 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.05% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3016 is #B3CFE9. Grayscale: #353535. Windows color (decimal): -11784170 or 1454156. OLE color: 1454156.
HSL color Cylindrical-coordinate representation of color #4C3016: hue angle of 28.89º 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 #4C3016 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 48 | 22 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.70 |
| HSL | 28.89º | 0.55% | 0.19% | - |
| HSV(B) | 28.89º | 0.71% | 0.3% | - |
| XYZ | 4.18 | 3.71 | 1.25 | - |
| YUV | 53.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 48 | 22 | 0 | 0.37 | 0.71 | 0.70 | 28.89 | 0.55 | 0.19 |
| Hex | 4C | 30 | 16 | 0 | 25 | 47 | 46 | 1D | 37 | 13 |
| Octal | 114 | 60 | 26 | 0 | 45 | 107 | 106 | 35 | 67 | 23 |
| Binary | 1001100 | 110000 | 10110 | 0 | 100101 | 1000111 | 1000110 | 11101 | 110111 | 10011 |
Color Harmonies of #4C3016
Complementary color
Monochromatic Colors of #4C3016
Black with #4C3016
Text Example
Text Example
White with #4C3016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3016; }
p { color: rgb(76,48,22); }
H1.HeaderClassName
{
color: #4C3016;
}
.AnyTagClassName
{
color: #4C3016;
}
</style>
background-color css
<style>
a { background-color: #4C3016; }
a { background-color: rgb(76,48,22); }
div.DivClassName
{
background-color: #4C3016;
}
.BgClassName
{
background-color: #4C3016;
}
</style>
border-color css
<style>
span { border-color: #4C3016; }
span { border-color: rgb(76,48,22); }
td.TdClassName
{
border-color: #4C3016;
}
.TagClassName
{
border-color: #4C3016;
}
</style>