Shades of Brown Pod #3C2418
Tints of Brown Pod #3C2418
RGB
CMYK
RGB Variations
Color information
#3C2418 (or 0x3C2418) is known color: Brown Pod. HEX triplet: 3C, 24 and 18. RGB value is (60,36,24). Sum of RGB (Red+Green+Blue) = 60+36+24=120 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2418 is #C3DBE7. Grayscale: #292929. Windows color (decimal): -12835816 or 1582140. OLE color: 1582140.
HSL color Cylindrical-coordinate representation of color #3C2418: hue angle of 20º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C2418 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 36 | 24 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.76 |
| HSL | 20º | 0.43% | 0.16% | - |
| HSV(B) | 20º | 0.6% | 0.24% | - |
| XYZ | 2.66 | 2.29 | 1.17 | - |
| YUV | 41.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 24 | 0 | 0.40 | 0.60 | 0.76 | 20 | 0.43 | 0.16 |
| Hex | 3C | 24 | 18 | 0 | 28 | 3C | 4C | 14 | 2B | 10 |
| Octal | 74 | 44 | 30 | 0 | 50 | 74 | 114 | 24 | 53 | 20 |
| Binary | 111100 | 100100 | 11000 | 0 | 101000 | 111100 | 1001100 | 10100 | 101011 | 10000 |
Color Harmonies of #3C2418
Complementary color
Monochromatic Colors of #3C2418
Black with #3C2418
Text Example
Text Example
White with #3C2418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2418; }
p { color: rgb(60,36,24); }
H1.HeaderClassName
{
color: #3C2418;
}
.AnyTagClassName
{
color: #3C2418;
}
</style>
background-color css
<style>
a { background-color: #3C2418; }
a { background-color: rgb(60,36,24); }
div.DivClassName
{
background-color: #3C2418;
}
.BgClassName
{
background-color: #3C2418;
}
</style>
border-color css
<style>
span { border-color: #3C2418; }
span { border-color: rgb(60,36,24); }
td.TdClassName
{
border-color: #3C2418;
}
.TagClassName
{
border-color: #3C2418;
}
</style>