Shades of Brown Pod #4E1509
Tints of Brown Pod #4E1509
RGB
CMYK
RGB Variations
Color information
#4E1509 (or 0x4E1509) is known color: Brown Pod. HEX triplet: 4E, 15 and 09. RGB value is (78,21,9). Sum of RGB (Red+Green+Blue) = 78+21+9=108 (14% of max value = 765). Red value is 78 (30.86% from 255 or 72.22% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1509 is #B1EAF6. Grayscale: #242424. Windows color (decimal): -11660023 or 595278. OLE color: 595278.
HSL color Cylindrical-coordinate representation of color #4E1509: hue angle of 10.43º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E1509 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 21 | 9 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.69 |
| HSL | 10.43º | 0.79% | 0.17% | - |
| HSV(B) | 10.43º | 0.88% | 0.31% | - |
| XYZ | 3.46 | 2.18 | 0.5 | - |
| YUV | 36.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 9 | 0 | 0.73 | 0.88 | 0.69 | 10.43 | 0.79 | 0.17 |
| Hex | 4E | 15 | 9 | 0 | 49 | 58 | 45 | A | 4F | 11 |
| Octal | 116 | 25 | 11 | 0 | 111 | 130 | 105 | 12 | 117 | 21 |
| Binary | 1001110 | 10101 | 1001 | 0 | 1001001 | 1011000 | 1000101 | 1010 | 1001111 | 10001 |
Color Harmonies of #4E1509
Complementary color
Monochromatic Colors of #4E1509
Black with #4E1509
Text Example
Text Example
White with #4E1509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1509; }
p { color: rgb(78,21,9); }
H1.HeaderClassName
{
color: #4E1509;
}
.AnyTagClassName
{
color: #4E1509;
}
</style>
background-color css
<style>
a { background-color: #4E1509; }
a { background-color: rgb(78,21,9); }
div.DivClassName
{
background-color: #4E1509;
}
.BgClassName
{
background-color: #4E1509;
}
</style>
border-color css
<style>
span { border-color: #4E1509; }
span { border-color: rgb(78,21,9); }
td.TdClassName
{
border-color: #4E1509;
}
.TagClassName
{
border-color: #4E1509;
}
</style>