Shades of Brown Pod #3C2016
Tints of Brown Pod #3C2016
RGB
CMYK
RGB Variations
Color information
#3C2016 (or 0x3C2016) is known color: Brown Pod. HEX triplet: 3C, 20 and 16. RGB value is (60,32,22). Sum of RGB (Red+Green+Blue) = 60+32+22=114 (15% of max value = 765). Red value is 60 (23.83% from 255 or 52.63% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2016 is #C3DFE9. Grayscale: #272727. Windows color (decimal): -12836842 or 1450044. OLE color: 1450044.
HSL color Cylindrical-coordinate representation of color #3C2016: hue angle of 15.79º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C2016 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 32 | 22 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.76 |
| HSL | 15.79º | 0.46% | 0.16% | - |
| HSV(B) | 15.79º | 0.63% | 0.24% | - |
| XYZ | 2.52 | 2.05 | 1.02 | - |
| YUV | 39.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 22 | 0 | 0.47 | 0.63 | 0.76 | 15.79 | 0.46 | 0.16 |
| Hex | 3C | 20 | 16 | 0 | 2F | 3F | 4C | 10 | 2E | 10 |
| Octal | 74 | 40 | 26 | 0 | 57 | 77 | 114 | 20 | 56 | 20 |
| Binary | 111100 | 100000 | 10110 | 0 | 101111 | 111111 | 1001100 | 10000 | 101110 | 10000 |
Color Harmonies of #3C2016
Complementary color
Monochromatic Colors of #3C2016
Black with #3C2016
Text Example
Text Example
White with #3C2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2016; }
p { color: rgb(60,32,22); }
H1.HeaderClassName
{
color: #3C2016;
}
.AnyTagClassName
{
color: #3C2016;
}
</style>
background-color css
<style>
a { background-color: #3C2016; }
a { background-color: rgb(60,32,22); }
div.DivClassName
{
background-color: #3C2016;
}
.BgClassName
{
background-color: #3C2016;
}
</style>
border-color css
<style>
span { border-color: #3C2016; }
span { border-color: rgb(60,32,22); }
td.TdClassName
{
border-color: #3C2016;
}
.TagClassName
{
border-color: #3C2016;
}
</style>