Shades of Brown Pod #3C2011
Tints of Brown Pod #3C2011
RGB
CMYK
RGB Variations
Color information
#3C2011 (or 0x3C2011) is known color: Brown Pod. HEX triplet: 3C, 20 and 11. RGB value is (60,32,17). Sum of RGB (Red+Green+Blue) = 60+32+17=109 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.05% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2011 is #C3DFEE. Grayscale: #262626. Windows color (decimal): -12836847 or 1122364. OLE color: 1122364.
HSL color Cylindrical-coordinate representation of color #3C2011: hue angle of 20.93º 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 #3C2011 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 32 | 17 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.76 |
| HSL | 20.93º | 0.56% | 0.15% | - |
| HSV(B) | 20.93º | 0.72% | 0.24% | - |
| XYZ | 2.48 | 2.03 | 0.79 | - |
| YUV | 38.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 17 | 0 | 0.47 | 0.72 | 0.76 | 20.93 | 0.56 | 0.15 |
| Hex | 3C | 20 | 11 | 0 | 2F | 48 | 4C | 15 | 38 | F |
| Octal | 74 | 40 | 21 | 0 | 57 | 110 | 114 | 25 | 70 | 17 |
| Binary | 111100 | 100000 | 10001 | 0 | 101111 | 1001000 | 1001100 | 10101 | 111000 | 1111 |
Color Harmonies of #3C2011
Complementary color
Monochromatic Colors of #3C2011
Black with #3C2011
Text Example
Text Example
White with #3C2011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2011; }
p { color: rgb(60,32,17); }
H1.HeaderClassName
{
color: #3C2011;
}
.AnyTagClassName
{
color: #3C2011;
}
</style>
background-color css
<style>
a { background-color: #3C2011; }
a { background-color: rgb(60,32,17); }
div.DivClassName
{
background-color: #3C2011;
}
.BgClassName
{
background-color: #3C2011;
}
</style>
border-color css
<style>
span { border-color: #3C2011; }
span { border-color: rgb(60,32,17); }
td.TdClassName
{
border-color: #3C2011;
}
.TagClassName
{
border-color: #3C2011;
}
</style>