Shades of Brown Pod #3C2218
Tints of Brown Pod #3C2218
RGB
CMYK
RGB Variations
Color information
#3C2218 (or 0x3C2218) is known color: Brown Pod. HEX triplet: 3C, 22 and 18. RGB value is (60,34,24). Sum of RGB (Red+Green+Blue) = 60+34+24=118 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.85% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2218 is #C3DDE7. Grayscale: #282828. Windows color (decimal): -12836328 or 1581628. OLE color: 1581628.
HSL color Cylindrical-coordinate representation of color #3C2218: hue angle of 16.67º 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 #3C2218 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 34 | 24 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.76 |
| HSL | 16.67º | 0.43% | 0.16% | - |
| HSV(B) | 16.67º | 0.6% | 0.24% | - |
| XYZ | 2.6 | 2.17 | 1.15 | - |
| YUV | 40.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 24 | 0 | 0.43 | 0.60 | 0.76 | 16.67 | 0.43 | 0.16 |
| Hex | 3C | 22 | 18 | 0 | 2B | 3C | 4C | 11 | 2B | 10 |
| Octal | 74 | 42 | 30 | 0 | 53 | 74 | 114 | 21 | 53 | 20 |
| Binary | 111100 | 100010 | 11000 | 0 | 101011 | 111100 | 1001100 | 10001 | 101011 | 10000 |
Color Harmonies of #3C2218
Complementary color
Monochromatic Colors of #3C2218
Black with #3C2218
Text Example
Text Example
White with #3C2218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2218; }
p { color: rgb(60,34,24); }
H1.HeaderClassName
{
color: #3C2218;
}
.AnyTagClassName
{
color: #3C2218;
}
</style>
background-color css
<style>
a { background-color: #3C2218; }
a { background-color: rgb(60,34,24); }
div.DivClassName
{
background-color: #3C2218;
}
.BgClassName
{
background-color: #3C2218;
}
</style>
border-color css
<style>
span { border-color: #3C2218; }
span { border-color: rgb(60,34,24); }
td.TdClassName
{
border-color: #3C2218;
}
.TagClassName
{
border-color: #3C2218;
}
</style>