Shades of Brown Pod #3C1B16
Tints of Brown Pod #3C1B16
RGB
CMYK
RGB Variations
Color information
#3C1B16 (or 0x3C1B16) is known color: Brown Pod. HEX triplet: 3C, 1B and 16. RGB value is (60,27,22). Sum of RGB (Red+Green+Blue) = 60+27+22=109 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.05% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1B16 is #C3E4E9. Grayscale: #242424. Windows color (decimal): -12838122 or 1448764. OLE color: 1448764.
HSL color Cylindrical-coordinate representation of color #3C1B16: hue angle of 7.89º 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 #3C1B16 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 27 | 22 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.76 |
| HSL | 7.89º | 0.46% | 0.16% | - |
| HSV(B) | 7.89º | 0.63% | 0.24% | - |
| XYZ | 2.4 | 1.8 | 0.98 | - |
| YUV | 36.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 27 | 22 | 0 | 0.55 | 0.63 | 0.76 | 7.89 | 0.46 | 0.16 |
| Hex | 3C | 1B | 16 | 0 | 37 | 3F | 4C | 8 | 2E | 10 |
| Octal | 74 | 33 | 26 | 0 | 67 | 77 | 114 | 10 | 56 | 20 |
| Binary | 111100 | 11011 | 10110 | 0 | 110111 | 111111 | 1001100 | 1000 | 101110 | 10000 |
Color Harmonies of #3C1B16
Complementary color
Monochromatic Colors of #3C1B16
Black with #3C1B16
Text Example
Text Example
White with #3C1B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1B16; }
p { color: rgb(60,27,22); }
H1.HeaderClassName
{
color: #3C1B16;
}
.AnyTagClassName
{
color: #3C1B16;
}
</style>
background-color css
<style>
a { background-color: #3C1B16; }
a { background-color: rgb(60,27,22); }
div.DivClassName
{
background-color: #3C1B16;
}
.BgClassName
{
background-color: #3C1B16;
}
</style>
border-color css
<style>
span { border-color: #3C1B16; }
span { border-color: rgb(60,27,22); }
td.TdClassName
{
border-color: #3C1B16;
}
.TagClassName
{
border-color: #3C1B16;
}
</style>