Shades of Brown Bramble #4D3210
Tints of Brown Bramble #4D3210
RGB
CMYK
RGB Variations
Color information
#4D3210 (or 0x4D3210) is known color: Brown Bramble. HEX triplet: 4D, 32 and 10. RGB value is (77,50,16). Sum of RGB (Red+Green+Blue) = 77+50+16=143 (18% of max value = 765). Red value is 77 (30.47% from 255 or 53.85% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3210 is #B2CDEF. Grayscale: #363636. Windows color (decimal): -11718128 or 1061453. OLE color: 1061453.
HSL color Cylindrical-coordinate representation of color #4D3210: hue angle of 33.44º 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 #4D3210 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 50 | 16 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.70 |
| HSL | 33.44º | 0.66% | 0.18% | - |
| HSV(B) | 33.44º | 0.79% | 0.3% | - |
| XYZ | 4.29 | 3.9 | 1.02 | - |
| YUV | 54.2 | 106.45 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 16 | 0 | 0.35 | 0.79 | 0.70 | 33.44 | 0.66 | 0.18 |
| Hex | 4D | 32 | 10 | 0 | 23 | 4F | 46 | 21 | 42 | 12 |
| Octal | 115 | 62 | 20 | 0 | 43 | 117 | 106 | 41 | 102 | 22 |
| Binary | 1001101 | 110010 | 10000 | 0 | 100011 | 1001111 | 1000110 | 100001 | 1000010 | 10010 |
Color Harmonies of #4D3210
Complementary color
Monochromatic Colors of #4D3210
Black with #4D3210
Text Example
Text Example
White with #4D3210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3210; }
p { color: rgb(77,50,16); }
H1.HeaderClassName
{
color: #4D3210;
}
.AnyTagClassName
{
color: #4D3210;
}
</style>
background-color css
<style>
a { background-color: #4D3210; }
a { background-color: rgb(77,50,16); }
div.DivClassName
{
background-color: #4D3210;
}
.BgClassName
{
background-color: #4D3210;
}
</style>
border-color css
<style>
span { border-color: #4D3210; }
span { border-color: rgb(77,50,16); }
td.TdClassName
{
border-color: #4D3210;
}
.TagClassName
{
border-color: #4D3210;
}
</style>