Shades of Brown Pod #4C1E12
Tints of Brown Pod #4C1E12
RGB
CMYK
RGB Variations
Color information
#4C1E12 (or 0x4C1E12) is known color: Brown Pod. HEX triplet: 4C, 1E and 12. RGB value is (76,30,18). Sum of RGB (Red+Green+Blue) = 76+30+18=124 (16% of max value = 765). Red value is 76 (30.08% from 255 or 61.29% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C1E12 is #B3E1ED. Grayscale: #2A2A2A. Windows color (decimal): -11788782 or 1187404. OLE color: 1187404.
HSL color Cylindrical-coordinate representation of color #4C1E12: hue angle of 12.41º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C1E12 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 30 | 18 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.70 |
| HSL | 12.41º | 0.62% | 0.18% | - |
| HSV(B) | 12.41º | 0.76% | 0.3% | - |
| XYZ | 3.55 | 2.51 | 0.87 | - |
| YUV | 42.39 | 114.24 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 30 | 18 | 0 | 0.61 | 0.76 | 0.70 | 12.41 | 0.62 | 0.18 |
| Hex | 4C | 1E | 12 | 0 | 3D | 4C | 46 | C | 3E | 12 |
| Octal | 114 | 36 | 22 | 0 | 75 | 114 | 106 | 14 | 76 | 22 |
| Binary | 1001100 | 11110 | 10010 | 0 | 111101 | 1001100 | 1000110 | 1100 | 111110 | 10010 |
Color Harmonies of #4C1E12
Complementary color
Monochromatic Colors of #4C1E12
Black with #4C1E12
Text Example
Text Example
White with #4C1E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1E12; }
p { color: rgb(76,30,18); }
H1.HeaderClassName
{
color: #4C1E12;
}
.AnyTagClassName
{
color: #4C1E12;
}
</style>
background-color css
<style>
a { background-color: #4C1E12; }
a { background-color: rgb(76,30,18); }
div.DivClassName
{
background-color: #4C1E12;
}
.BgClassName
{
background-color: #4C1E12;
}
</style>
border-color css
<style>
span { border-color: #4C1E12; }
span { border-color: rgb(76,30,18); }
td.TdClassName
{
border-color: #4C1E12;
}
.TagClassName
{
border-color: #4C1E12;
}
</style>