Shades of Brown Pod #4D2112
Tints of Brown Pod #4D2112
RGB
CMYK
RGB Variations
Color information
#4D2112 (or 0x4D2112) is known color: Brown Pod. HEX triplet: 4D, 21 and 12. RGB value is (77,33,18). Sum of RGB (Red+Green+Blue) = 77+33+18=128 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.16% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2112 is #B2DEED. Grayscale: #2C2C2C. Windows color (decimal): -11722478 or 1188173. OLE color: 1188173.
HSL color Cylindrical-coordinate representation of color #4D2112: hue angle of 15.25º 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 #4D2112 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 33 | 18 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.70 |
| HSL | 15.25º | 0.62% | 0.19% | - |
| HSV(B) | 15.25º | 0.77% | 0.3% | - |
| XYZ | 3.71 | 2.71 | 0.9 | - |
| YUV | 44.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 18 | 0 | 0.57 | 0.77 | 0.70 | 15.25 | 0.62 | 0.19 |
| Hex | 4D | 21 | 12 | 0 | 39 | 4D | 46 | F | 3E | 13 |
| Octal | 115 | 41 | 22 | 0 | 71 | 115 | 106 | 17 | 76 | 23 |
| Binary | 1001101 | 100001 | 10010 | 0 | 111001 | 1001101 | 1000110 | 1111 | 111110 | 10011 |
Color Harmonies of #4D2112
Complementary color
Monochromatic Colors of #4D2112
Black with #4D2112
Text Example
Text Example
White with #4D2112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2112; }
p { color: rgb(77,33,18); }
H1.HeaderClassName
{
color: #4D2112;
}
.AnyTagClassName
{
color: #4D2112;
}
</style>
background-color css
<style>
a { background-color: #4D2112; }
a { background-color: rgb(77,33,18); }
div.DivClassName
{
background-color: #4D2112;
}
.BgClassName
{
background-color: #4D2112;
}
</style>
border-color css
<style>
span { border-color: #4D2112; }
span { border-color: rgb(77,33,18); }
td.TdClassName
{
border-color: #4D2112;
}
.TagClassName
{
border-color: #4D2112;
}
</style>