Shades of Brown Pod #4C2212
Tints of Brown Pod #4C2212
RGB
CMYK
RGB Variations
Color information
#4C2212 (or 0x4C2212) is known color: Brown Pod. HEX triplet: 4C, 22 and 12. RGB value is (76,34,18). Sum of RGB (Red+Green+Blue) = 76+34+18=128 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.38% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2212 is #B3DDED. Grayscale: #2C2C2C. Windows color (decimal): -11787758 or 1188428. OLE color: 1188428.
HSL color Cylindrical-coordinate representation of color #4C2212: hue angle of 16.55º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C2212 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 34 | 18 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.70 |
| HSL | 16.55º | 0.62% | 0.18% | - |
| HSV(B) | 16.55º | 0.76% | 0.3% | - |
| XYZ | 3.66 | 2.72 | 0.91 | - |
| YUV | 44.73 | 112.91 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 34 | 18 | 0 | 0.55 | 0.76 | 0.70 | 16.55 | 0.62 | 0.18 |
| Hex | 4C | 22 | 12 | 0 | 37 | 4C | 46 | 11 | 3E | 12 |
| Octal | 114 | 42 | 22 | 0 | 67 | 114 | 106 | 21 | 76 | 22 |
| Binary | 1001100 | 100010 | 10010 | 0 | 110111 | 1001100 | 1000110 | 10001 | 111110 | 10010 |
Color Harmonies of #4C2212
Complementary color
Monochromatic Colors of #4C2212
Black with #4C2212
Text Example
Text Example
White with #4C2212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2212; }
p { color: rgb(76,34,18); }
H1.HeaderClassName
{
color: #4C2212;
}
.AnyTagClassName
{
color: #4C2212;
}
</style>
background-color css
<style>
a { background-color: #4C2212; }
a { background-color: rgb(76,34,18); }
div.DivClassName
{
background-color: #4C2212;
}
.BgClassName
{
background-color: #4C2212;
}
</style>
border-color css
<style>
span { border-color: #4C2212; }
span { border-color: rgb(76,34,18); }
td.TdClassName
{
border-color: #4C2212;
}
.TagClassName
{
border-color: #4C2212;
}
</style>