Shades of Brown Bramble #4E2F18
Tints of Brown Bramble #4E2F18
RGB
CMYK
RGB Variations
Color information
#4E2F18 (or 0x4E2F18) is known color: Brown Bramble. HEX triplet: 4E, 2F and 18. RGB value is (78,47,24). Sum of RGB (Red+Green+Blue) = 78+47+24=149 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.35% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2F18 is #B1D0E7. Grayscale: #353535. Windows color (decimal): -11653352 or 1584974. OLE color: 1584974.
HSL color Cylindrical-coordinate representation of color #4E2F18: hue angle of 25.56º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E2F18 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 47 | 24 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.69 |
| HSL | 25.56º | 0.53% | 0.2% | - |
| HSV(B) | 25.56º | 0.69% | 0.31% | - |
| XYZ | 4.32 | 3.72 | 1.35 | - |
| YUV | 53.65 | 111.27 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 47 | 24 | 0 | 0.40 | 0.69 | 0.69 | 25.56 | 0.53 | 0.2 |
| Hex | 4E | 2F | 18 | 0 | 28 | 45 | 45 | 1A | 35 | 14 |
| Octal | 116 | 57 | 30 | 0 | 50 | 105 | 105 | 32 | 65 | 24 |
| Binary | 1001110 | 101111 | 11000 | 0 | 101000 | 1000101 | 1000101 | 11010 | 110101 | 10100 |
Color Harmonies of #4E2F18
Complementary color
Monochromatic Colors of #4E2F18
Black with #4E2F18
Text Example
Text Example
White with #4E2F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2F18; }
p { color: rgb(78,47,24); }
H1.HeaderClassName
{
color: #4E2F18;
}
.AnyTagClassName
{
color: #4E2F18;
}
</style>
background-color css
<style>
a { background-color: #4E2F18; }
a { background-color: rgb(78,47,24); }
div.DivClassName
{
background-color: #4E2F18;
}
.BgClassName
{
background-color: #4E2F18;
}
</style>
border-color css
<style>
span { border-color: #4E2F18; }
span { border-color: rgb(78,47,24); }
td.TdClassName
{
border-color: #4E2F18;
}
.TagClassName
{
border-color: #4E2F18;
}
</style>