Shades of Brown Bramble #4D301A
Tints of Brown Bramble #4D301A
RGB
CMYK
RGB Variations
Color information
#4D301A (or 0x4D301A) is known color: Brown Bramble. HEX triplet: 4D, 30 and 1A. RGB value is (77,48,26). Sum of RGB (Red+Green+Blue) = 77+48+26=151 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.99% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 77 - color contains mainly: red. Hex color #4D301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D301A is #B2CFE5. Grayscale: #363636. Windows color (decimal): -11718630 or 1716301. OLE color: 1716301.
HSL color Cylindrical-coordinate representation of color #4D301A: hue angle of 25.88º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D301A is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 48 | 26 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.70 |
| HSL | 25.88º | 0.5% | 0.2% | - |
| HSV(B) | 25.88º | 0.66% | 0.3% | - |
| XYZ | 4.3 | 3.77 | 1.48 | - |
| YUV | 54.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 48 | 26 | 0 | 0.38 | 0.66 | 0.70 | 25.88 | 0.5 | 0.2 |
| Hex | 4D | 30 | 1A | 0 | 26 | 42 | 46 | 1A | 32 | 14 |
| Octal | 115 | 60 | 32 | 0 | 46 | 102 | 106 | 32 | 62 | 24 |
| Binary | 1001101 | 110000 | 11010 | 0 | 100110 | 1000010 | 1000110 | 11010 | 110010 | 10100 |
Color Harmonies of #4D301A
Complementary color
Monochromatic Colors of #4D301A
Black with #4D301A
Text Example
Text Example
White with #4D301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D301A; }
p { color: rgb(77,48,26); }
H1.HeaderClassName
{
color: #4D301A;
}
.AnyTagClassName
{
color: #4D301A;
}
</style>
background-color css
<style>
a { background-color: #4D301A; }
a { background-color: rgb(77,48,26); }
div.DivClassName
{
background-color: #4D301A;
}
.BgClassName
{
background-color: #4D301A;
}
</style>
border-color css
<style>
span { border-color: #4D301A; }
span { border-color: rgb(77,48,26); }
td.TdClassName
{
border-color: #4D301A;
}
.TagClassName
{
border-color: #4D301A;
}
</style>