Shades of Brown Bramble #4E351F
Tints of Brown Bramble #4E351F
RGB
CMYK
RGB Variations
Color information
#4E351F (or 0x4E351F) is known color: Brown Bramble. HEX triplet: 4E, 35 and 1F. RGB value is (78,53,31). Sum of RGB (Red+Green+Blue) = 78+53+31=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 78 - color contains mainly: red. Hex color #4E351F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E351F is #B1CAE0. Grayscale: #3A3A3A. Windows color (decimal): -11651809 or 2045262. OLE color: 2045262.
HSL color Cylindrical-coordinate representation of color #4E351F: hue angle of 28.09º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E351F is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 53 | 31 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.69 |
| HSL | 28.09º | 0.43% | 0.21% | - |
| HSV(B) | 28.09º | 0.6% | 0.31% | - |
| XYZ | 4.66 | 4.26 | 1.87 | - |
| YUV | 57.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 31 | 0 | 0.32 | 0.60 | 0.69 | 28.09 | 0.43 | 0.21 |
| Hex | 4E | 35 | 1F | 0 | 20 | 3C | 45 | 1C | 2B | 15 |
| Octal | 116 | 65 | 37 | 0 | 40 | 74 | 105 | 34 | 53 | 25 |
| Binary | 1001110 | 110101 | 11111 | 0 | 100000 | 111100 | 1000101 | 11100 | 101011 | 10101 |
Color Harmonies of #4E351F
Complementary color
Monochromatic Colors of #4E351F
Black with #4E351F
Text Example
Text Example
White with #4E351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E351F; }
p { color: rgb(78,53,31); }
H1.HeaderClassName
{
color: #4E351F;
}
.AnyTagClassName
{
color: #4E351F;
}
</style>
background-color css
<style>
a { background-color: #4E351F; }
a { background-color: rgb(78,53,31); }
div.DivClassName
{
background-color: #4E351F;
}
.BgClassName
{
background-color: #4E351F;
}
</style>
border-color css
<style>
span { border-color: #4E351F; }
span { border-color: rgb(78,53,31); }
td.TdClassName
{
border-color: #4E351F;
}
.TagClassName
{
border-color: #4E351F;
}
</style>