Shades of Brown Pod #4C2015
Tints of Brown Pod #4C2015
RGB
CMYK
RGB Variations
Color information
#4C2015 (or 0x4C2015) is known color: Brown Pod. HEX triplet: 4C, 20 and 15. RGB value is (76,32,21). Sum of RGB (Red+Green+Blue) = 76+32+21=129 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.91% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2015 is #B3DFEA. Grayscale: #2B2B2B. Windows color (decimal): -11788267 or 1384524. OLE color: 1384524.
HSL color Cylindrical-coordinate representation of color #4C2015: hue angle of 12º 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 #4C2015 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 32 | 21 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.70 |
| HSL | 12º | 0.57% | 0.19% | - |
| HSV(B) | 12º | 0.72% | 0.3% | - |
| XYZ | 3.63 | 2.62 | 1.02 | - |
| YUV | 43.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 32 | 21 | 0 | 0.58 | 0.72 | 0.70 | 12 | 0.57 | 0.19 |
| Hex | 4C | 20 | 15 | 0 | 3A | 48 | 46 | C | 39 | 13 |
| Octal | 114 | 40 | 25 | 0 | 72 | 110 | 106 | 14 | 71 | 23 |
| Binary | 1001100 | 100000 | 10101 | 0 | 111010 | 1001000 | 1000110 | 1100 | 111001 | 10011 |
Color Harmonies of #4C2015
Complementary color
Monochromatic Colors of #4C2015
Black with #4C2015
Text Example
Text Example
White with #4C2015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2015; }
p { color: rgb(76,32,21); }
H1.HeaderClassName
{
color: #4C2015;
}
.AnyTagClassName
{
color: #4C2015;
}
</style>
background-color css
<style>
a { background-color: #4C2015; }
a { background-color: rgb(76,32,21); }
div.DivClassName
{
background-color: #4C2015;
}
.BgClassName
{
background-color: #4C2015;
}
</style>
border-color css
<style>
span { border-color: #4C2015; }
span { border-color: rgb(76,32,21); }
td.TdClassName
{
border-color: #4C2015;
}
.TagClassName
{
border-color: #4C2015;
}
</style>