Shades of Brown Pod #4C2111
Tints of Brown Pod #4C2111
RGB
CMYK
RGB Variations
Color information
#4C2111 (or 0x4C2111) is known color: Brown Pod. HEX triplet: 4C, 21 and 11. RGB value is (76,33,17). Sum of RGB (Red+Green+Blue) = 76+33+17=126 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.32% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2111 is #B3DEEE. Grayscale: #2C2C2C. Windows color (decimal): -11788015 or 1122636. OLE color: 1122636.
HSL color Cylindrical-coordinate representation of color #4C2111: hue angle of 16.27º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C2111 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 33 | 17 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.70 |
| HSL | 16.27º | 0.63% | 0.18% | - |
| HSV(B) | 16.27º | 0.78% | 0.3% | - |
| XYZ | 3.63 | 2.66 | 0.85 | - |
| YUV | 44.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 33 | 17 | 0 | 0.57 | 0.78 | 0.70 | 16.27 | 0.63 | 0.18 |
| Hex | 4C | 21 | 11 | 0 | 39 | 4E | 46 | 10 | 3F | 12 |
| Octal | 114 | 41 | 21 | 0 | 71 | 116 | 106 | 20 | 77 | 22 |
| Binary | 1001100 | 100001 | 10001 | 0 | 111001 | 1001110 | 1000110 | 10000 | 111111 | 10010 |
Color Harmonies of #4C2111
Complementary color
Monochromatic Colors of #4C2111
Black with #4C2111
Text Example
Text Example
White with #4C2111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2111; }
p { color: rgb(76,33,17); }
H1.HeaderClassName
{
color: #4C2111;
}
.AnyTagClassName
{
color: #4C2111;
}
</style>
background-color css
<style>
a { background-color: #4C2111; }
a { background-color: rgb(76,33,17); }
div.DivClassName
{
background-color: #4C2111;
}
.BgClassName
{
background-color: #4C2111;
}
</style>
border-color css
<style>
span { border-color: #4C2111; }
span { border-color: rgb(76,33,17); }
td.TdClassName
{
border-color: #4C2111;
}
.TagClassName
{
border-color: #4C2111;
}
</style>