Shades of Brown Pod #4D1E12
Tints of Brown Pod #4D1E12
RGB
CMYK
RGB Variations
Color information
#4D1E12 (or 0x4D1E12) is known color: Brown Pod. HEX triplet: 4D, 1E and 12. RGB value is (77,30,18). Sum of RGB (Red+Green+Blue) = 77+30+18=125 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.6% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1E12 is #B2E1ED. Grayscale: #2A2A2A. Windows color (decimal): -11723246 or 1187405. OLE color: 1187405.
HSL color Cylindrical-coordinate representation of color #4D1E12: hue angle of 12.2º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D1E12 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 30 | 18 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.70 |
| HSL | 12.2º | 0.62% | 0.19% | - |
| HSV(B) | 12.2º | 0.77% | 0.3% | - |
| XYZ | 3.63 | 2.55 | 0.87 | - |
| YUV | 42.69 | 114.07 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 30 | 18 | 0 | 0.61 | 0.77 | 0.70 | 12.2 | 0.62 | 0.19 |
| Hex | 4D | 1E | 12 | 0 | 3D | 4D | 46 | C | 3E | 13 |
| Octal | 115 | 36 | 22 | 0 | 75 | 115 | 106 | 14 | 76 | 23 |
| Binary | 1001101 | 11110 | 10010 | 0 | 111101 | 1001101 | 1000110 | 1100 | 111110 | 10011 |
Color Harmonies of #4D1E12
Complementary color
Monochromatic Colors of #4D1E12
Black with #4D1E12
Text Example
Text Example
White with #4D1E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1E12; }
p { color: rgb(77,30,18); }
H1.HeaderClassName
{
color: #4D1E12;
}
.AnyTagClassName
{
color: #4D1E12;
}
</style>
background-color css
<style>
a { background-color: #4D1E12; }
a { background-color: rgb(77,30,18); }
div.DivClassName
{
background-color: #4D1E12;
}
.BgClassName
{
background-color: #4D1E12;
}
</style>
border-color css
<style>
span { border-color: #4D1E12; }
span { border-color: rgb(77,30,18); }
td.TdClassName
{
border-color: #4D1E12;
}
.TagClassName
{
border-color: #4D1E12;
}
</style>