Shades of Brown Pod #3C201D
Tints of Brown Pod #3C201D
RGB
CMYK
RGB Variations
Color information
#3C201D (or 0x3C201D) is known color: Brown Pod. HEX triplet: 3C, 20 and 1D. RGB value is (60,32,29). Sum of RGB (Red+Green+Blue) = 60+32+29=121 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.59% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 60 - color contains mainly: red. Hex color #3C201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C201D is #C3DFE2. Grayscale: #282828. Windows color (decimal): -12836835 or 1908796. OLE color: 1908796.
HSL color Cylindrical-coordinate representation of color #3C201D: hue angle of 5.81º 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 #3C201D is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 32 | 29 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.76 |
| HSL | 5.81º | 0.35% | 0.17% | - |
| HSV(B) | 5.81º | 0.52% | 0.24% | - |
| XYZ | 2.6 | 2.08 | 1.43 | - |
| YUV | 40.03 | 121.78 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 29 | 0 | 0.47 | 0.52 | 0.76 | 5.81 | 0.35 | 0.17 |
| Hex | 3C | 20 | 1D | 0 | 2F | 34 | 4C | 6 | 23 | 11 |
| Octal | 74 | 40 | 35 | 0 | 57 | 64 | 114 | 6 | 43 | 21 |
| Binary | 111100 | 100000 | 11101 | 0 | 101111 | 110100 | 1001100 | 110 | 100011 | 10001 |
Color Harmonies of #3C201D
Complementary color
Monochromatic Colors of #3C201D
Black with #3C201D
Text Example
Text Example
White with #3C201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C201D; }
p { color: rgb(60,32,29); }
H1.HeaderClassName
{
color: #3C201D;
}
.AnyTagClassName
{
color: #3C201D;
}
</style>
background-color css
<style>
a { background-color: #3C201D; }
a { background-color: rgb(60,32,29); }
div.DivClassName
{
background-color: #3C201D;
}
.BgClassName
{
background-color: #3C201D;
}
</style>
border-color css
<style>
span { border-color: #3C201D; }
span { border-color: rgb(60,32,29); }
td.TdClassName
{
border-color: #3C201D;
}
.TagClassName
{
border-color: #3C201D;
}
</style>