Shades of Brown Bramble #4D331A
Tints of Brown Bramble #4D331A
RGB
CMYK
RGB Variations
Color information
#4D331A (or 0x4D331A) is known color: Brown Bramble. HEX triplet: 4D, 33 and 1A. RGB value is (77,51,26). Sum of RGB (Red+Green+Blue) = 77+51+26=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D331A is #B2CCE5. Grayscale: #383838. Windows color (decimal): -11717862 or 1717069. OLE color: 1717069.
HSL color Cylindrical-coordinate representation of color #4D331A: hue angle of 29.41º 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 #4D331A is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 51 | 26 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.70 |
| HSL | 29.41º | 0.5% | 0.2% | - |
| HSV(B) | 29.41º | 0.66% | 0.3% | - |
| XYZ | 4.43 | 4.02 | 1.52 | - |
| YUV | 55.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 26 | 0 | 0.34 | 0.66 | 0.70 | 29.41 | 0.5 | 0.2 |
| Hex | 4D | 33 | 1A | 0 | 22 | 42 | 46 | 1D | 32 | 14 |
| Octal | 115 | 63 | 32 | 0 | 42 | 102 | 106 | 35 | 62 | 24 |
| Binary | 1001101 | 110011 | 11010 | 0 | 100010 | 1000010 | 1000110 | 11101 | 110010 | 10100 |
Color Harmonies of #4D331A
Complementary color
Monochromatic Colors of #4D331A
Black with #4D331A
Text Example
Text Example
White with #4D331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D331A; }
p { color: rgb(77,51,26); }
H1.HeaderClassName
{
color: #4D331A;
}
.AnyTagClassName
{
color: #4D331A;
}
</style>
background-color css
<style>
a { background-color: #4D331A; }
a { background-color: rgb(77,51,26); }
div.DivClassName
{
background-color: #4D331A;
}
.BgClassName
{
background-color: #4D331A;
}
</style>
border-color css
<style>
span { border-color: #4D331A; }
span { border-color: rgb(77,51,26); }
td.TdClassName
{
border-color: #4D331A;
}
.TagClassName
{
border-color: #4D331A;
}
</style>