Shades of Brown Pod #3C1E11
Tints of Brown Pod #3C1E11
RGB
CMYK
RGB Variations
Color information
#3C1E11 (or 0x3C1E11) is known color: Brown Pod. HEX triplet: 3C, 1E and 11. RGB value is (60,30,17). Sum of RGB (Red+Green+Blue) = 60+30+17=107 (14% of max value = 765). Red value is 60 (23.83% from 255 or 56.07% from 107); Green value is 30 (12.11% from 255 or 28.04% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1E11 is #C3E1EE. Grayscale: #252525. Windows color (decimal): -12837359 or 1121852. OLE color: 1121852.
HSL color Cylindrical-coordinate representation of color #3C1E11: hue angle of 18.14º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C1E11 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 30 | 17 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.76 |
| HSL | 18.14º | 0.56% | 0.15% | - |
| HSV(B) | 18.14º | 0.72% | 0.24% | - |
| XYZ | 2.43 | 1.93 | 0.77 | - |
| YUV | 37.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 30 | 17 | 0 | 0.50 | 0.72 | 0.76 | 18.14 | 0.56 | 0.15 |
| Hex | 3C | 1E | 11 | 0 | 32 | 48 | 4C | 12 | 38 | F |
| Octal | 74 | 36 | 21 | 0 | 62 | 110 | 114 | 22 | 70 | 17 |
| Binary | 111100 | 11110 | 10001 | 0 | 110010 | 1001000 | 1001100 | 10010 | 111000 | 1111 |
Color Harmonies of #3C1E11
Complementary color
Monochromatic Colors of #3C1E11
Black with #3C1E11
Text Example
Text Example
White with #3C1E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1E11; }
p { color: rgb(60,30,17); }
H1.HeaderClassName
{
color: #3C1E11;
}
.AnyTagClassName
{
color: #3C1E11;
}
</style>
background-color css
<style>
a { background-color: #3C1E11; }
a { background-color: rgb(60,30,17); }
div.DivClassName
{
background-color: #3C1E11;
}
.BgClassName
{
background-color: #3C1E11;
}
</style>
border-color css
<style>
span { border-color: #3C1E11; }
span { border-color: rgb(60,30,17); }
td.TdClassName
{
border-color: #3C1E11;
}
.TagClassName
{
border-color: #3C1E11;
}
</style>