Shades of Brown Pod #4C1D13
Tints of Brown Pod #4C1D13
RGB
CMYK
RGB Variations
Color information
#4C1D13 (or 0x4C1D13) is known color: Brown Pod. HEX triplet: 4C, 1D and 13. RGB value is (76,29,19). Sum of RGB (Red+Green+Blue) = 76+29+19=124 (16% of max value = 765). Red value is 76 (30.08% from 255 or 61.29% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C1D13 is #B3E2EC. Grayscale: #2A2A2A. Windows color (decimal): -11789037 or 1252684. OLE color: 1252684.
HSL color Cylindrical-coordinate representation of color #4C1D13: hue angle of 10.53º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C1D13 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 29 | 19 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.70 |
| HSL | 10.53º | 0.6% | 0.19% | - |
| HSV(B) | 10.53º | 0.75% | 0.3% | - |
| XYZ | 3.54 | 2.46 | 0.9 | - |
| YUV | 41.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 29 | 19 | 0 | 0.62 | 0.75 | 0.70 | 10.53 | 0.6 | 0.19 |
| Hex | 4C | 1D | 13 | 0 | 3E | 4B | 46 | B | 3C | 13 |
| Octal | 114 | 35 | 23 | 0 | 76 | 113 | 106 | 13 | 74 | 23 |
| Binary | 1001100 | 11101 | 10011 | 0 | 111110 | 1001011 | 1000110 | 1011 | 111100 | 10011 |
Color Harmonies of #4C1D13
Complementary color
Monochromatic Colors of #4C1D13
Black with #4C1D13
Text Example
Text Example
White with #4C1D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1D13; }
p { color: rgb(76,29,19); }
H1.HeaderClassName
{
color: #4C1D13;
}
.AnyTagClassName
{
color: #4C1D13;
}
</style>
background-color css
<style>
a { background-color: #4C1D13; }
a { background-color: rgb(76,29,19); }
div.DivClassName
{
background-color: #4C1D13;
}
.BgClassName
{
background-color: #4C1D13;
}
</style>
border-color css
<style>
span { border-color: #4C1D13; }
span { border-color: rgb(76,29,19); }
td.TdClassName
{
border-color: #4C1D13;
}
.TagClassName
{
border-color: #4C1D13;
}
</style>