Shades of Brown Pod #3C1D18
Tints of Brown Pod #3C1D18
RGB
CMYK
RGB Variations
Color information
#3C1D18 (or 0x3C1D18) is known color: Brown Pod. HEX triplet: 3C, 1D and 18. RGB value is (60,29,24). Sum of RGB (Red+Green+Blue) = 60+29+24=113 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.10% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1D18 is #C3E2E7. Grayscale: #252525. Windows color (decimal): -12837608 or 1580348. OLE color: 1580348.
HSL color Cylindrical-coordinate representation of color #3C1D18: hue angle of 8.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 #3C1D18 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 29 | 24 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.76 |
| HSL | 8.33º | 0.43% | 0.16% | - |
| HSV(B) | 8.33º | 0.6% | 0.24% | - |
| XYZ | 2.47 | 1.91 | 1.1 | - |
| YUV | 37.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 29 | 24 | 0 | 0.52 | 0.60 | 0.76 | 8.33 | 0.43 | 0.16 |
| Hex | 3C | 1D | 18 | 0 | 34 | 3C | 4C | 8 | 2B | 10 |
| Octal | 74 | 35 | 30 | 0 | 64 | 74 | 114 | 10 | 53 | 20 |
| Binary | 111100 | 11101 | 11000 | 0 | 110100 | 111100 | 1001100 | 1000 | 101011 | 10000 |
Color Harmonies of #3C1D18
Complementary color
Monochromatic Colors of #3C1D18
Black with #3C1D18
Text Example
Text Example
White with #3C1D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1D18; }
p { color: rgb(60,29,24); }
H1.HeaderClassName
{
color: #3C1D18;
}
.AnyTagClassName
{
color: #3C1D18;
}
</style>
background-color css
<style>
a { background-color: #3C1D18; }
a { background-color: rgb(60,29,24); }
div.DivClassName
{
background-color: #3C1D18;
}
.BgClassName
{
background-color: #3C1D18;
}
</style>
border-color css
<style>
span { border-color: #3C1D18; }
span { border-color: rgb(60,29,24); }
td.TdClassName
{
border-color: #3C1D18;
}
.TagClassName
{
border-color: #3C1D18;
}
</style>