Shades of Brown Bramble #4D3010
Tints of Brown Bramble #4D3010
RGB
CMYK
RGB Variations
Color information
#4D3010 (or 0x4D3010) is known color: Brown Bramble. HEX triplet: 4D, 30 and 10. RGB value is (77,48,16). Sum of RGB (Red+Green+Blue) = 77+48+16=141 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.61% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3010 is #B2CFEF. Grayscale: #353535. Windows color (decimal): -11718640 or 1060941. OLE color: 1060941.
HSL color Cylindrical-coordinate representation of color #4D3010: hue angle of 31.48º 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 #4D3010 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 48 | 16 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.70 |
| HSL | 31.48º | 0.66% | 0.18% | - |
| HSV(B) | 31.48º | 0.79% | 0.3% | - |
| XYZ | 4.21 | 3.73 | 0.99 | - |
| YUV | 53.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 48 | 16 | 0 | 0.38 | 0.79 | 0.70 | 31.48 | 0.66 | 0.18 |
| Hex | 4D | 30 | 10 | 0 | 26 | 4F | 46 | 1F | 42 | 12 |
| Octal | 115 | 60 | 20 | 0 | 46 | 117 | 106 | 37 | 102 | 22 |
| Binary | 1001101 | 110000 | 10000 | 0 | 100110 | 1001111 | 1000110 | 11111 | 1000010 | 10010 |
Color Harmonies of #4D3010
Complementary color
Monochromatic Colors of #4D3010
Black with #4D3010
Text Example
Text Example
White with #4D3010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3010; }
p { color: rgb(77,48,16); }
H1.HeaderClassName
{
color: #4D3010;
}
.AnyTagClassName
{
color: #4D3010;
}
</style>
background-color css
<style>
a { background-color: #4D3010; }
a { background-color: rgb(77,48,16); }
div.DivClassName
{
background-color: #4D3010;
}
.BgClassName
{
background-color: #4D3010;
}
</style>
border-color css
<style>
span { border-color: #4D3010; }
span { border-color: rgb(77,48,16); }
td.TdClassName
{
border-color: #4D3010;
}
.TagClassName
{
border-color: #4D3010;
}
</style>