Shades of Brown Pod #3C1D0C
Tints of Brown Pod #3C1D0C
RGB
CMYK
RGB Variations
Color information
#3C1D0C (or 0x3C1D0C) is known color: Brown Pod. HEX triplet: 3C, 1D and 0C. RGB value is (60,29,12). Sum of RGB (Red+Green+Blue) = 60+29+12=101 (13% of max value = 765). Red value is 60 (23.83% from 255 or 59.41% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1D0C is #C3E2F3. Grayscale: #242424. Windows color (decimal): -12837620 or 793916. OLE color: 793916.
HSL color Cylindrical-coordinate representation of color #3C1D0C: hue angle of 21.25º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C1D0C is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 29 | 12 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.76 |
| HSL | 21.25º | 0.67% | 0.14% | - |
| HSV(B) | 21.25º | 0.8% | 0.24% | - |
| XYZ | 2.37 | 1.87 | 0.58 | - |
| YUV | 36.33 | 114.27 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 29 | 12 | 0 | 0.52 | 0.80 | 0.76 | 21.25 | 0.67 | 0.14 |
| Hex | 3C | 1D | C | 0 | 34 | 50 | 4C | 15 | 43 | E |
| Octal | 74 | 35 | 14 | 0 | 64 | 120 | 114 | 25 | 103 | 16 |
| Binary | 111100 | 11101 | 1100 | 0 | 110100 | 1010000 | 1001100 | 10101 | 1000011 | 1110 |
Color Harmonies of #3C1D0C
Complementary color
Monochromatic Colors of #3C1D0C
Black with #3C1D0C
Text Example
Text Example
White with #3C1D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1D0C; }
p { color: rgb(60,29,12); }
H1.HeaderClassName
{
color: #3C1D0C;
}
.AnyTagClassName
{
color: #3C1D0C;
}
</style>
background-color css
<style>
a { background-color: #3C1D0C; }
a { background-color: rgb(60,29,12); }
div.DivClassName
{
background-color: #3C1D0C;
}
.BgClassName
{
background-color: #3C1D0C;
}
</style>
border-color css
<style>
span { border-color: #3C1D0C; }
span { border-color: rgb(60,29,12); }
td.TdClassName
{
border-color: #3C1D0C;
}
.TagClassName
{
border-color: #3C1D0C;
}
</style>