Shades of Brown Bramble #4E321D
Tints of Brown Bramble #4E321D
RGB
CMYK
RGB Variations
Color information
#4E321D (or 0x4E321D) is known color: Brown Bramble. HEX triplet: 4E, 32 and 1D. RGB value is (78,50,29). Sum of RGB (Red+Green+Blue) = 78+50+29=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E321D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E321D is #B1CDE2. Grayscale: #383838. Windows color (decimal): -11652579 or 1913422. OLE color: 1913422.
HSL color Cylindrical-coordinate representation of color #4E321D: hue angle of 25.71º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E321D is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 50 | 29 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.69 |
| HSL | 25.71º | 0.46% | 0.21% | - |
| HSV(B) | 25.71º | 0.63% | 0.31% | - |
| XYZ | 4.5 | 3.99 | 1.7 | - |
| YUV | 55.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 50 | 29 | 0 | 0.36 | 0.63 | 0.69 | 25.71 | 0.46 | 0.21 |
| Hex | 4E | 32 | 1D | 0 | 24 | 3F | 45 | 1A | 2E | 15 |
| Octal | 116 | 62 | 35 | 0 | 44 | 77 | 105 | 32 | 56 | 25 |
| Binary | 1001110 | 110010 | 11101 | 0 | 100100 | 111111 | 1000101 | 11010 | 101110 | 10101 |
Color Harmonies of #4E321D
Complementary color
Monochromatic Colors of #4E321D
Black with #4E321D
Text Example
Text Example
White with #4E321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E321D; }
p { color: rgb(78,50,29); }
H1.HeaderClassName
{
color: #4E321D;
}
.AnyTagClassName
{
color: #4E321D;
}
</style>
background-color css
<style>
a { background-color: #4E321D; }
a { background-color: rgb(78,50,29); }
div.DivClassName
{
background-color: #4E321D;
}
.BgClassName
{
background-color: #4E321D;
}
</style>
border-color css
<style>
span { border-color: #4E321D; }
span { border-color: rgb(78,50,29); }
td.TdClassName
{
border-color: #4E321D;
}
.TagClassName
{
border-color: #4E321D;
}
</style>