Shades of Brown Pod #4C2215
Tints of Brown Pod #4C2215
RGB
CMYK
RGB Variations
Color information
#4C2215 (or 0x4C2215) is known color: Brown Pod. HEX triplet: 4C, 22 and 15. RGB value is (76,34,21). Sum of RGB (Red+Green+Blue) = 76+34+21=131 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.02% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2215 is #B3DDEA. Grayscale: #2D2D2D. Windows color (decimal): -11787755 or 1385036. OLE color: 1385036.
HSL color Cylindrical-coordinate representation of color #4C2215: hue angle of 14.18º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C2215 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 34 | 21 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.70 |
| HSL | 14.18º | 0.57% | 0.19% | - |
| HSV(B) | 14.18º | 0.72% | 0.3% | - |
| XYZ | 3.69 | 2.73 | 1.04 | - |
| YUV | 45.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 34 | 21 | 0 | 0.55 | 0.72 | 0.70 | 14.18 | 0.57 | 0.19 |
| Hex | 4C | 22 | 15 | 0 | 37 | 48 | 46 | E | 39 | 13 |
| Octal | 114 | 42 | 25 | 0 | 67 | 110 | 106 | 16 | 71 | 23 |
| Binary | 1001100 | 100010 | 10101 | 0 | 110111 | 1001000 | 1000110 | 1110 | 111001 | 10011 |
Color Harmonies of #4C2215
Complementary color
Monochromatic Colors of #4C2215
Black with #4C2215
Text Example
Text Example
White with #4C2215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2215; }
p { color: rgb(76,34,21); }
H1.HeaderClassName
{
color: #4C2215;
}
.AnyTagClassName
{
color: #4C2215;
}
</style>
background-color css
<style>
a { background-color: #4C2215; }
a { background-color: rgb(76,34,21); }
div.DivClassName
{
background-color: #4C2215;
}
.BgClassName
{
background-color: #4C2215;
}
</style>
border-color css
<style>
span { border-color: #4C2215; }
span { border-color: rgb(76,34,21); }
td.TdClassName
{
border-color: #4C2215;
}
.TagClassName
{
border-color: #4C2215;
}
</style>