Shades of Brown Pod #4C2414
Tints of Brown Pod #4C2414
RGB
CMYK
RGB Variations
Color information
#4C2414 (or 0x4C2414) is known color: Brown Pod. HEX triplet: 4C, 24 and 14. RGB value is (76,36,20). Sum of RGB (Red+Green+Blue) = 76+36+20=132 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.58% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2414 is #B3DBEB. Grayscale: #2E2E2E. Windows color (decimal): -11787244 or 1320012. OLE color: 1320012.
HSL color Cylindrical-coordinate representation of color #4C2414: hue angle of 17.14º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C2414 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 36 | 20 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.70 |
| HSL | 17.14º | 0.58% | 0.19% | - |
| HSV(B) | 17.14º | 0.74% | 0.3% | - |
| XYZ | 3.74 | 2.85 | 1.01 | - |
| YUV | 46.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 20 | 0 | 0.53 | 0.74 | 0.70 | 17.14 | 0.58 | 0.19 |
| Hex | 4C | 24 | 14 | 0 | 35 | 4A | 46 | 11 | 3A | 13 |
| Octal | 114 | 44 | 24 | 0 | 65 | 112 | 106 | 21 | 72 | 23 |
| Binary | 1001100 | 100100 | 10100 | 0 | 110101 | 1001010 | 1000110 | 10001 | 111010 | 10011 |
Color Harmonies of #4C2414
Complementary color
Monochromatic Colors of #4C2414
Black with #4C2414
Text Example
Text Example
White with #4C2414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2414; }
p { color: rgb(76,36,20); }
H1.HeaderClassName
{
color: #4C2414;
}
.AnyTagClassName
{
color: #4C2414;
}
</style>
background-color css
<style>
a { background-color: #4C2414; }
a { background-color: rgb(76,36,20); }
div.DivClassName
{
background-color: #4C2414;
}
.BgClassName
{
background-color: #4C2414;
}
</style>
border-color css
<style>
span { border-color: #4C2414; }
span { border-color: rgb(76,36,20); }
td.TdClassName
{
border-color: #4C2414;
}
.TagClassName
{
border-color: #4C2414;
}
</style>