Shades of Brown Bramble #4E301A
Tints of Brown Bramble #4E301A
RGB
CMYK
RGB Variations
Color information
#4E301A (or 0x4E301A) is known color: Brown Bramble. HEX triplet: 4E, 30 and 1A. RGB value is (78,48,26). Sum of RGB (Red+Green+Blue) = 78+48+26=152 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.32% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 78 - color contains mainly: red. Hex color #4E301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E301A is #B1CFE5. Grayscale: #363636. Windows color (decimal): -11653094 or 1716302. OLE color: 1716302.
HSL color Cylindrical-coordinate representation of color #4E301A: hue angle of 25.38º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E301A is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 48 | 26 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.69 |
| HSL | 25.38º | 0.5% | 0.2% | - |
| HSV(B) | 25.38º | 0.67% | 0.31% | - |
| XYZ | 4.39 | 3.81 | 1.48 | - |
| YUV | 54.46 | 111.94 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 48 | 26 | 0 | 0.38 | 0.67 | 0.69 | 25.38 | 0.5 | 0.2 |
| Hex | 4E | 30 | 1A | 0 | 26 | 43 | 45 | 19 | 32 | 14 |
| Octal | 116 | 60 | 32 | 0 | 46 | 103 | 105 | 31 | 62 | 24 |
| Binary | 1001110 | 110000 | 11010 | 0 | 100110 | 1000011 | 1000101 | 11001 | 110010 | 10100 |
Color Harmonies of #4E301A
Complementary color
Monochromatic Colors of #4E301A
Black with #4E301A
Text Example
Text Example
White with #4E301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E301A; }
p { color: rgb(78,48,26); }
H1.HeaderClassName
{
color: #4E301A;
}
.AnyTagClassName
{
color: #4E301A;
}
</style>
background-color css
<style>
a { background-color: #4E301A; }
a { background-color: rgb(78,48,26); }
div.DivClassName
{
background-color: #4E301A;
}
.BgClassName
{
background-color: #4E301A;
}
</style>
border-color css
<style>
span { border-color: #4E301A; }
span { border-color: rgb(78,48,26); }
td.TdClassName
{
border-color: #4E301A;
}
.TagClassName
{
border-color: #4E301A;
}
</style>