Shades of Brown Bramble #4E331D
Tints of Brown Bramble #4E331D
RGB
CMYK
RGB Variations
Color information
#4E331D (or 0x4E331D) is known color: Brown Bramble. HEX triplet: 4E, 33 and 1D. RGB value is (78,51,29). Sum of RGB (Red+Green+Blue) = 78+51+29=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E331D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E331D is #B1CCE2. Grayscale: #383838. Windows color (decimal): -11652323 or 1913678. OLE color: 1913678.
HSL color Cylindrical-coordinate representation of color #4E331D: hue angle of 26.94º 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 #4E331D is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 51 | 29 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.69 |
| HSL | 26.94º | 0.46% | 0.21% | - |
| HSV(B) | 26.94º | 0.63% | 0.31% | - |
| XYZ | 4.55 | 4.08 | 1.71 | - |
| YUV | 56.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 51 | 29 | 0 | 0.35 | 0.63 | 0.69 | 26.94 | 0.46 | 0.21 |
| Hex | 4E | 33 | 1D | 0 | 23 | 3F | 45 | 1B | 2E | 15 |
| Octal | 116 | 63 | 35 | 0 | 43 | 77 | 105 | 33 | 56 | 25 |
| Binary | 1001110 | 110011 | 11101 | 0 | 100011 | 111111 | 1000101 | 11011 | 101110 | 10101 |
Color Harmonies of #4E331D
Complementary color
Monochromatic Colors of #4E331D
Black with #4E331D
Text Example
Text Example
White with #4E331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E331D; }
p { color: rgb(78,51,29); }
H1.HeaderClassName
{
color: #4E331D;
}
.AnyTagClassName
{
color: #4E331D;
}
</style>
background-color css
<style>
a { background-color: #4E331D; }
a { background-color: rgb(78,51,29); }
div.DivClassName
{
background-color: #4E331D;
}
.BgClassName
{
background-color: #4E331D;
}
</style>
border-color css
<style>
span { border-color: #4E331D; }
span { border-color: rgb(78,51,29); }
td.TdClassName
{
border-color: #4E331D;
}
.TagClassName
{
border-color: #4E331D;
}
</style>