Shades of Brown Bramble #4D311C
Tints of Brown Bramble #4D311C
RGB
CMYK
RGB Variations
Color information
#4D311C (or 0x4D311C) is known color: Brown Bramble. HEX triplet: 4D, 31 and 1C. RGB value is (77,49,28). Sum of RGB (Red+Green+Blue) = 77+49+28=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D311C is #B2CEE3. Grayscale: #373737. Windows color (decimal): -11718372 or 1847629. OLE color: 1847629.
HSL color Cylindrical-coordinate representation of color #4D311C: hue angle of 25.71º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D311C is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 49 | 28 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.70 |
| HSL | 25.71º | 0.47% | 0.21% | - |
| HSV(B) | 25.71º | 0.64% | 0.3% | - |
| XYZ | 4.37 | 3.86 | 1.61 | - |
| YUV | 54.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 49 | 28 | 0 | 0.36 | 0.64 | 0.70 | 25.71 | 0.47 | 0.21 |
| Hex | 4D | 31 | 1C | 0 | 24 | 40 | 46 | 1A | 2F | 15 |
| Octal | 115 | 61 | 34 | 0 | 44 | 100 | 106 | 32 | 57 | 25 |
| Binary | 1001101 | 110001 | 11100 | 0 | 100100 | 1000000 | 1000110 | 11010 | 101111 | 10101 |
Color Harmonies of #4D311C
Complementary color
Monochromatic Colors of #4D311C
Black with #4D311C
Text Example
Text Example
White with #4D311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D311C; }
p { color: rgb(77,49,28); }
H1.HeaderClassName
{
color: #4D311C;
}
.AnyTagClassName
{
color: #4D311C;
}
</style>
background-color css
<style>
a { background-color: #4D311C; }
a { background-color: rgb(77,49,28); }
div.DivClassName
{
background-color: #4D311C;
}
.BgClassName
{
background-color: #4D311C;
}
</style>
border-color css
<style>
span { border-color: #4D311C; }
span { border-color: rgb(77,49,28); }
td.TdClassName
{
border-color: #4D311C;
}
.TagClassName
{
border-color: #4D311C;
}
</style>