Shades of Brown Bramble #4C2D0E
Tints of Brown Bramble #4C2D0E
RGB
CMYK
RGB Variations
Color information
#4C2D0E (or 0x4C2D0E) is known color: Brown Bramble. HEX triplet: 4C, 2D and 0E. RGB value is (76,45,14). Sum of RGB (Red+Green+Blue) = 76+45+14=135 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.30% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2D0E is #B3D2F1. Grayscale: #323232. Windows color (decimal): -11784946 or 929100. OLE color: 929100.
HSL color Cylindrical-coordinate representation of color #4C2D0E: hue angle of 30º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C2D0E is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 45 | 14 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.70 |
| HSL | 30º | 0.69% | 0.18% | - |
| HSV(B) | 30º | 0.82% | 0.3% | - |
| XYZ | 4 | 3.44 | 0.87 | - |
| YUV | 50.74 | 107.27 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 45 | 14 | 0 | 0.41 | 0.82 | 0.70 | 30 | 0.69 | 0.18 |
| Hex | 4C | 2D | E | 0 | 29 | 52 | 46 | 1E | 45 | 12 |
| Octal | 114 | 55 | 16 | 0 | 51 | 122 | 106 | 36 | 105 | 22 |
| Binary | 1001100 | 101101 | 1110 | 0 | 101001 | 1010010 | 1000110 | 11110 | 1000101 | 10010 |
Color Harmonies of #4C2D0E
Complementary color
Monochromatic Colors of #4C2D0E
Black with #4C2D0E
Text Example
Text Example
White with #4C2D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2D0E; }
p { color: rgb(76,45,14); }
H1.HeaderClassName
{
color: #4C2D0E;
}
.AnyTagClassName
{
color: #4C2D0E;
}
</style>
background-color css
<style>
a { background-color: #4C2D0E; }
a { background-color: rgb(76,45,14); }
div.DivClassName
{
background-color: #4C2D0E;
}
.BgClassName
{
background-color: #4C2D0E;
}
</style>
border-color css
<style>
span { border-color: #4C2D0E; }
span { border-color: rgb(76,45,14); }
td.TdClassName
{
border-color: #4C2D0E;
}
.TagClassName
{
border-color: #4C2D0E;
}
</style>