Shades of Brown Pod #3C1D0D
Tints of Brown Pod #3C1D0D
RGB
CMYK
RGB Variations
Color information
#3C1D0D (or 0x3C1D0D) is known color: Brown Pod. HEX triplet: 3C, 1D and 0D. RGB value is (60,29,13). Sum of RGB (Red+Green+Blue) = 60+29+13=102 (13% of max value = 765). Red value is 60 (23.83% from 255 or 58.82% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1D0D is #C3E2F2. Grayscale: #242424. Windows color (decimal): -12837619 or 859452. OLE color: 859452.
HSL color Cylindrical-coordinate representation of color #3C1D0D: hue angle of 20.43º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C1D0D is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 29 | 13 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.76 |
| HSL | 20.43º | 0.64% | 0.14% | - |
| HSV(B) | 20.43º | 0.78% | 0.24% | - |
| XYZ | 2.38 | 1.87 | 0.62 | - |
| YUV | 36.45 | 114.77 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 29 | 13 | 0 | 0.52 | 0.78 | 0.76 | 20.43 | 0.64 | 0.14 |
| Hex | 3C | 1D | D | 0 | 34 | 4E | 4C | 14 | 40 | E |
| Octal | 74 | 35 | 15 | 0 | 64 | 116 | 114 | 24 | 100 | 16 |
| Binary | 111100 | 11101 | 1101 | 0 | 110100 | 1001110 | 1001100 | 10100 | 1000000 | 1110 |
Color Harmonies of #3C1D0D
Complementary color
Monochromatic Colors of #3C1D0D
Black with #3C1D0D
Text Example
Text Example
White with #3C1D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1D0D; }
p { color: rgb(60,29,13); }
H1.HeaderClassName
{
color: #3C1D0D;
}
.AnyTagClassName
{
color: #3C1D0D;
}
</style>
background-color css
<style>
a { background-color: #3C1D0D; }
a { background-color: rgb(60,29,13); }
div.DivClassName
{
background-color: #3C1D0D;
}
.BgClassName
{
background-color: #3C1D0D;
}
</style>
border-color css
<style>
span { border-color: #3C1D0D; }
span { border-color: rgb(60,29,13); }
td.TdClassName
{
border-color: #3C1D0D;
}
.TagClassName
{
border-color: #3C1D0D;
}
</style>