Shades of Brown Bramble #4D3110
Tints of Brown Bramble #4D3110
RGB
CMYK
RGB Variations
Color information
#4D3110 (or 0x4D3110) is known color: Brown Bramble. HEX triplet: 4D, 31 and 10. RGB value is (77,49,16). Sum of RGB (Red+Green+Blue) = 77+49+16=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3110 is #B2CEEF. Grayscale: #353535. Windows color (decimal): -11718384 or 1061197. OLE color: 1061197.
HSL color Cylindrical-coordinate representation of color #4D3110: hue angle of 32.46º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D3110 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 49 | 16 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.70 |
| HSL | 32.46º | 0.66% | 0.18% | - |
| HSV(B) | 32.46º | 0.79% | 0.3% | - |
| XYZ | 4.25 | 3.81 | 1 | - |
| YUV | 53.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 49 | 16 | 0 | 0.36 | 0.79 | 0.70 | 32.46 | 0.66 | 0.18 |
| Hex | 4D | 31 | 10 | 0 | 24 | 4F | 46 | 20 | 42 | 12 |
| Octal | 115 | 61 | 20 | 0 | 44 | 117 | 106 | 40 | 102 | 22 |
| Binary | 1001101 | 110001 | 10000 | 0 | 100100 | 1001111 | 1000110 | 100000 | 1000010 | 10010 |
Color Harmonies of #4D3110
Complementary color
Monochromatic Colors of #4D3110
Black with #4D3110
Text Example
Text Example
White with #4D3110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3110; }
p { color: rgb(77,49,16); }
H1.HeaderClassName
{
color: #4D3110;
}
.AnyTagClassName
{
color: #4D3110;
}
</style>
background-color css
<style>
a { background-color: #4D3110; }
a { background-color: rgb(77,49,16); }
div.DivClassName
{
background-color: #4D3110;
}
.BgClassName
{
background-color: #4D3110;
}
</style>
border-color css
<style>
span { border-color: #4D3110; }
span { border-color: rgb(77,49,16); }
td.TdClassName
{
border-color: #4D3110;
}
.TagClassName
{
border-color: #4D3110;
}
</style>