Shades of Brown Pod #3C2018
Tints of Brown Pod #3C2018
RGB
CMYK
RGB Variations
Color information
#3C2018 (or 0x3C2018) is known color: Brown Pod. HEX triplet: 3C, 20 and 18. RGB value is (60,32,24). Sum of RGB (Red+Green+Blue) = 60+32+24=116 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.72% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2018 is #C3DFE7. Grayscale: #272727. Windows color (decimal): -12836840 or 1581116. OLE color: 1581116.
HSL color Cylindrical-coordinate representation of color #3C2018: hue angle of 13.33º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C2018 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 32 | 24 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.76 |
| HSL | 13.33º | 0.43% | 0.16% | - |
| HSV(B) | 13.33º | 0.6% | 0.24% | - |
| XYZ | 2.54 | 2.06 | 1.13 | - |
| YUV | 39.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 24 | 0 | 0.47 | 0.60 | 0.76 | 13.33 | 0.43 | 0.16 |
| Hex | 3C | 20 | 18 | 0 | 2F | 3C | 4C | D | 2B | 10 |
| Octal | 74 | 40 | 30 | 0 | 57 | 74 | 114 | 15 | 53 | 20 |
| Binary | 111100 | 100000 | 11000 | 0 | 101111 | 111100 | 1001100 | 1101 | 101011 | 10000 |
Color Harmonies of #3C2018
Complementary color
Monochromatic Colors of #3C2018
Black with #3C2018
Text Example
Text Example
White with #3C2018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2018; }
p { color: rgb(60,32,24); }
H1.HeaderClassName
{
color: #3C2018;
}
.AnyTagClassName
{
color: #3C2018;
}
</style>
background-color css
<style>
a { background-color: #3C2018; }
a { background-color: rgb(60,32,24); }
div.DivClassName
{
background-color: #3C2018;
}
.BgClassName
{
background-color: #3C2018;
}
</style>
border-color css
<style>
span { border-color: #3C2018; }
span { border-color: rgb(60,32,24); }
td.TdClassName
{
border-color: #3C2018;
}
.TagClassName
{
border-color: #3C2018;
}
</style>