Shades of Brown Bramble #4D3218
Tints of Brown Bramble #4D3218
RGB
CMYK
RGB Variations
Color information
#4D3218 (or 0x4D3218) is known color: Brown Bramble. HEX triplet: 4D, 32 and 18. RGB value is (77,50,24). Sum of RGB (Red+Green+Blue) = 77+50+24=151 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.99% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3218 is #B2CDE7. Grayscale: #373737. Windows color (decimal): -11718120 or 1585741. OLE color: 1585741.
HSL color Cylindrical-coordinate representation of color #4D3218: hue angle of 29.43º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D3218 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 50 | 24 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.70 |
| HSL | 29.43º | 0.52% | 0.2% | - |
| HSV(B) | 29.43º | 0.69% | 0.3% | - |
| XYZ | 4.37 | 3.92 | 1.39 | - |
| YUV | 55.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 24 | 0 | 0.35 | 0.69 | 0.70 | 29.43 | 0.52 | 0.2 |
| Hex | 4D | 32 | 18 | 0 | 23 | 45 | 46 | 1D | 34 | 14 |
| Octal | 115 | 62 | 30 | 0 | 43 | 105 | 106 | 35 | 64 | 24 |
| Binary | 1001101 | 110010 | 11000 | 0 | 100011 | 1000101 | 1000110 | 11101 | 110100 | 10100 |
Color Harmonies of #4D3218
Complementary color
Monochromatic Colors of #4D3218
Black with #4D3218
Text Example
Text Example
White with #4D3218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3218; }
p { color: rgb(77,50,24); }
H1.HeaderClassName
{
color: #4D3218;
}
.AnyTagClassName
{
color: #4D3218;
}
</style>
background-color css
<style>
a { background-color: #4D3218; }
a { background-color: rgb(77,50,24); }
div.DivClassName
{
background-color: #4D3218;
}
.BgClassName
{
background-color: #4D3218;
}
</style>
border-color css
<style>
span { border-color: #4D3218; }
span { border-color: rgb(77,50,24); }
td.TdClassName
{
border-color: #4D3218;
}
.TagClassName
{
border-color: #4D3218;
}
</style>