Shades of Brown Pod #3C1E0D
Tints of Brown Pod #3C1E0D
RGB
CMYK
RGB Variations
Color information
#3C1E0D (or 0x3C1E0D) is known color: Brown Pod. HEX triplet: 3C, 1E and 0D. RGB value is (60,30,13). Sum of RGB (Red+Green+Blue) = 60+30+13=103 (13% of max value = 765). Red value is 60 (23.83% from 255 or 58.25% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1E0D is #C3E1F2. Grayscale: #252525. Windows color (decimal): -12837363 or 859708. OLE color: 859708.
HSL color Cylindrical-coordinate representation of color #3C1E0D: hue angle of 21.7º 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 #3C1E0D is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 30 | 13 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.76 |
| HSL | 21.7º | 0.64% | 0.14% | - |
| HSV(B) | 21.7º | 0.78% | 0.24% | - |
| XYZ | 2.4 | 1.92 | 0.62 | - |
| YUV | 37.03 | 114.44 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 30 | 13 | 0 | 0.50 | 0.78 | 0.76 | 21.7 | 0.64 | 0.14 |
| Hex | 3C | 1E | D | 0 | 32 | 4E | 4C | 16 | 40 | E |
| Octal | 74 | 36 | 15 | 0 | 62 | 116 | 114 | 26 | 100 | 16 |
| Binary | 111100 | 11110 | 1101 | 0 | 110010 | 1001110 | 1001100 | 10110 | 1000000 | 1110 |
Color Harmonies of #3C1E0D
Complementary color
Monochromatic Colors of #3C1E0D
Black with #3C1E0D
Text Example
Text Example
White with #3C1E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1E0D; }
p { color: rgb(60,30,13); }
H1.HeaderClassName
{
color: #3C1E0D;
}
.AnyTagClassName
{
color: #3C1E0D;
}
</style>
background-color css
<style>
a { background-color: #3C1E0D; }
a { background-color: rgb(60,30,13); }
div.DivClassName
{
background-color: #3C1E0D;
}
.BgClassName
{
background-color: #3C1E0D;
}
</style>
border-color css
<style>
span { border-color: #3C1E0D; }
span { border-color: rgb(60,30,13); }
td.TdClassName
{
border-color: #3C1E0D;
}
.TagClassName
{
border-color: #3C1E0D;
}
</style>