Shades of Brown Pod #3C211D
Tints of Brown Pod #3C211D
RGB
CMYK
RGB Variations
Color information
#3C211D (or 0x3C211D) is known color: Brown Pod. HEX triplet: 3C, 21 and 1D. RGB value is (60,33,29). Sum of RGB (Red+Green+Blue) = 60+33+29=122 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.18% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 60 - color contains mainly: red. Hex color #3C211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C211D is #C3DEE2. Grayscale: #282828. Windows color (decimal): -12836579 or 1909052. OLE color: 1909052.
HSL color Cylindrical-coordinate representation of color #3C211D: hue angle of 7.74º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C211D is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 33 | 29 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.76 |
| HSL | 7.74º | 0.35% | 0.17% | - |
| HSV(B) | 7.74º | 0.52% | 0.24% | - |
| XYZ | 2.63 | 2.14 | 1.44 | - |
| YUV | 40.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 29 | 0 | 0.45 | 0.52 | 0.76 | 7.74 | 0.35 | 0.17 |
| Hex | 3C | 21 | 1D | 0 | 2D | 34 | 4C | 8 | 23 | 11 |
| Octal | 74 | 41 | 35 | 0 | 55 | 64 | 114 | 10 | 43 | 21 |
| Binary | 111100 | 100001 | 11101 | 0 | 101101 | 110100 | 1001100 | 1000 | 100011 | 10001 |
Color Harmonies of #3C211D
Complementary color
Monochromatic Colors of #3C211D
Black with #3C211D
Text Example
Text Example
White with #3C211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C211D; }
p { color: rgb(60,33,29); }
H1.HeaderClassName
{
color: #3C211D;
}
.AnyTagClassName
{
color: #3C211D;
}
</style>
background-color css
<style>
a { background-color: #3C211D; }
a { background-color: rgb(60,33,29); }
div.DivClassName
{
background-color: #3C211D;
}
.BgClassName
{
background-color: #3C211D;
}
</style>
border-color css
<style>
span { border-color: #3C211D; }
span { border-color: rgb(60,33,29); }
td.TdClassName
{
border-color: #3C211D;
}
.TagClassName
{
border-color: #3C211D;
}
</style>