Shades of Brown Pod #4C2012
Tints of Brown Pod #4C2012
RGB
CMYK
RGB Variations
Color information
#4C2012 (or 0x4C2012) is known color: Brown Pod. HEX triplet: 4C, 20 and 12. RGB value is (76,32,18). Sum of RGB (Red+Green+Blue) = 76+32+18=126 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.32% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2012 is #B3DFED. Grayscale: #2B2B2B. Windows color (decimal): -11788270 or 1187916. OLE color: 1187916.
HSL color Cylindrical-coordinate representation of color #4C2012: hue angle of 14.48º 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 #4C2012 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 32 | 18 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.70 |
| HSL | 14.48º | 0.62% | 0.18% | - |
| HSV(B) | 14.48º | 0.76% | 0.3% | - |
| XYZ | 3.61 | 2.61 | 0.89 | - |
| YUV | 43.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 32 | 18 | 0 | 0.58 | 0.76 | 0.70 | 14.48 | 0.62 | 0.18 |
| Hex | 4C | 20 | 12 | 0 | 3A | 4C | 46 | E | 3E | 12 |
| Octal | 114 | 40 | 22 | 0 | 72 | 114 | 106 | 16 | 76 | 22 |
| Binary | 1001100 | 100000 | 10010 | 0 | 111010 | 1001100 | 1000110 | 1110 | 111110 | 10010 |
Color Harmonies of #4C2012
Complementary color
Monochromatic Colors of #4C2012
Black with #4C2012
Text Example
Text Example
White with #4C2012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2012; }
p { color: rgb(76,32,18); }
H1.HeaderClassName
{
color: #4C2012;
}
.AnyTagClassName
{
color: #4C2012;
}
</style>
background-color css
<style>
a { background-color: #4C2012; }
a { background-color: rgb(76,32,18); }
div.DivClassName
{
background-color: #4C2012;
}
.BgClassName
{
background-color: #4C2012;
}
</style>
border-color css
<style>
span { border-color: #4C2012; }
span { border-color: rgb(76,32,18); }
td.TdClassName
{
border-color: #4C2012;
}
.TagClassName
{
border-color: #4C2012;
}
</style>