Shades of Brown Pod #3C201B
Tints of Brown Pod #3C201B
RGB
CMYK
RGB Variations
Color information
#3C201B (or 0x3C201B) is known color: Brown Pod. HEX triplet: 3C, 20 and 1B. RGB value is (60,32,27). Sum of RGB (Red+Green+Blue) = 60+32+27=119 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.42% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 60 - color contains mainly: red. Hex color #3C201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C201B is #C3DFE4. Grayscale: #272727. Windows color (decimal): -12836837 or 1777724. OLE color: 1777724.
HSL color Cylindrical-coordinate representation of color #3C201B: hue angle of 9.09º degrees, saturation: 0.38, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C201B is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 32 | 27 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.76 |
| HSL | 9.09º | 0.38% | 0.17% | - |
| HSV(B) | 9.09º | 0.55% | 0.24% | - |
| XYZ | 2.58 | 2.07 | 1.3 | - |
| YUV | 39.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 27 | 0 | 0.47 | 0.55 | 0.76 | 9.09 | 0.38 | 0.17 |
| Hex | 3C | 20 | 1B | 0 | 2F | 37 | 4C | 9 | 26 | 11 |
| Octal | 74 | 40 | 33 | 0 | 57 | 67 | 114 | 11 | 46 | 21 |
| Binary | 111100 | 100000 | 11011 | 0 | 101111 | 110111 | 1001100 | 1001 | 100110 | 10001 |
Color Harmonies of #3C201B
Complementary color
Monochromatic Colors of #3C201B
Black with #3C201B
Text Example
Text Example
White with #3C201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C201B; }
p { color: rgb(60,32,27); }
H1.HeaderClassName
{
color: #3C201B;
}
.AnyTagClassName
{
color: #3C201B;
}
</style>
background-color css
<style>
a { background-color: #3C201B; }
a { background-color: rgb(60,32,27); }
div.DivClassName
{
background-color: #3C201B;
}
.BgClassName
{
background-color: #3C201B;
}
</style>
border-color css
<style>
span { border-color: #3C201B; }
span { border-color: rgb(60,32,27); }
td.TdClassName
{
border-color: #3C201B;
}
.TagClassName
{
border-color: #3C201B;
}
</style>