Shades of Brown Bramble #4C3118
Tints of Brown Bramble #4C3118
RGB
CMYK
RGB Variations
Color information
#4C3118 (or 0x4C3118) is known color: Brown Bramble. HEX triplet: 4C, 31 and 18. RGB value is (76,49,24). Sum of RGB (Red+Green+Blue) = 76+49+24=149 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.01% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3118 is #B3CEE7. Grayscale: #363636. Windows color (decimal): -11783912 or 1585484. OLE color: 1585484.
HSL color Cylindrical-coordinate representation of color #4C3118: hue angle of 28.85º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C3118 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 49 | 24 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.70 |
| HSL | 28.85º | 0.52% | 0.2% | - |
| HSV(B) | 28.85º | 0.68% | 0.3% | - |
| XYZ | 4.24 | 3.8 | 1.37 | - |
| YUV | 54.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 49 | 24 | 0 | 0.36 | 0.68 | 0.70 | 28.85 | 0.52 | 0.2 |
| Hex | 4C | 31 | 18 | 0 | 24 | 44 | 46 | 1D | 34 | 14 |
| Octal | 114 | 61 | 30 | 0 | 44 | 104 | 106 | 35 | 64 | 24 |
| Binary | 1001100 | 110001 | 11000 | 0 | 100100 | 1000100 | 1000110 | 11101 | 110100 | 10100 |
Color Harmonies of #4C3118
Complementary color
Monochromatic Colors of #4C3118
Black with #4C3118
Text Example
Text Example
White with #4C3118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3118; }
p { color: rgb(76,49,24); }
H1.HeaderClassName
{
color: #4C3118;
}
.AnyTagClassName
{
color: #4C3118;
}
</style>
background-color css
<style>
a { background-color: #4C3118; }
a { background-color: rgb(76,49,24); }
div.DivClassName
{
background-color: #4C3118;
}
.BgClassName
{
background-color: #4C3118;
}
</style>
border-color css
<style>
span { border-color: #4C3118; }
span { border-color: rgb(76,49,24); }
td.TdClassName
{
border-color: #4C3118;
}
.TagClassName
{
border-color: #4C3118;
}
</style>