Shades of Brown Pod #4C2419
Tints of Brown Pod #4C2419
RGB
CMYK
RGB Variations
Color information
#4C2419 (or 0x4C2419) is known color: Brown Pod. HEX triplet: 4C, 24 and 19. RGB value is (76,36,25). Sum of RGB (Red+Green+Blue) = 76+36+25=137 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.47% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2419 is #B3DBE6. Grayscale: #2E2E2E. Windows color (decimal): -11787239 or 1647692. OLE color: 1647692.
HSL color Cylindrical-coordinate representation of color #4C2419: hue angle of 12.94º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C2419 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 36 | 25 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.70 |
| HSL | 12.94º | 0.5% | 0.2% | - |
| HSV(B) | 12.94º | 0.67% | 0.3% | - |
| XYZ | 3.79 | 2.87 | 1.27 | - |
| YUV | 46.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 25 | 0 | 0.53 | 0.67 | 0.70 | 12.94 | 0.5 | 0.2 |
| Hex | 4C | 24 | 19 | 0 | 35 | 43 | 46 | D | 32 | 14 |
| Octal | 114 | 44 | 31 | 0 | 65 | 103 | 106 | 15 | 62 | 24 |
| Binary | 1001100 | 100100 | 11001 | 0 | 110101 | 1000011 | 1000110 | 1101 | 110010 | 10100 |
Color Harmonies of #4C2419
Complementary color
Monochromatic Colors of #4C2419
Black with #4C2419
Text Example
Text Example
White with #4C2419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2419; }
p { color: rgb(76,36,25); }
H1.HeaderClassName
{
color: #4C2419;
}
.AnyTagClassName
{
color: #4C2419;
}
</style>
background-color css
<style>
a { background-color: #4C2419; }
a { background-color: rgb(76,36,25); }
div.DivClassName
{
background-color: #4C2419;
}
.BgClassName
{
background-color: #4C2419;
}
</style>
border-color css
<style>
span { border-color: #4C2419; }
span { border-color: rgb(76,36,25); }
td.TdClassName
{
border-color: #4C2419;
}
.TagClassName
{
border-color: #4C2419;
}
</style>