Shades of Brown Pod #4D2214
Tints of Brown Pod #4D2214
RGB
CMYK
RGB Variations
Color information
#4D2214 (or 0x4D2214) is known color: Brown Pod. HEX triplet: 4D, 22 and 14. RGB value is (77,34,20). Sum of RGB (Red+Green+Blue) = 77+34+20=131 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.78% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2214 is #B2DDEB. Grayscale: #2D2D2D. Windows color (decimal): -11722220 or 1319501. OLE color: 1319501.
HSL color Cylindrical-coordinate representation of color #4D2214: hue angle of 14.74º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D2214 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 34 | 20 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.70 |
| HSL | 14.74º | 0.59% | 0.19% | - |
| HSV(B) | 14.74º | 0.74% | 0.3% | - |
| XYZ | 3.76 | 2.77 | 1 | - |
| YUV | 45.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 20 | 0 | 0.56 | 0.74 | 0.70 | 14.74 | 0.59 | 0.19 |
| Hex | 4D | 22 | 14 | 0 | 38 | 4A | 46 | F | 3B | 13 |
| Octal | 115 | 42 | 24 | 0 | 70 | 112 | 106 | 17 | 73 | 23 |
| Binary | 1001101 | 100010 | 10100 | 0 | 111000 | 1001010 | 1000110 | 1111 | 111011 | 10011 |
Color Harmonies of #4D2214
Complementary color
Monochromatic Colors of #4D2214
Black with #4D2214
Text Example
Text Example
White with #4D2214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2214; }
p { color: rgb(77,34,20); }
H1.HeaderClassName
{
color: #4D2214;
}
.AnyTagClassName
{
color: #4D2214;
}
</style>
background-color css
<style>
a { background-color: #4D2214; }
a { background-color: rgb(77,34,20); }
div.DivClassName
{
background-color: #4D2214;
}
.BgClassName
{
background-color: #4D2214;
}
</style>
border-color css
<style>
span { border-color: #4D2214; }
span { border-color: rgb(77,34,20); }
td.TdClassName
{
border-color: #4D2214;
}
.TagClassName
{
border-color: #4D2214;
}
</style>