Shades of Brown Pod #3C1804
Tints of Brown Pod #3C1804
RGB
CMYK
RGB Variations
Color information
#3C1804 (or 0x3C1804) is known color: Brown Pod. HEX triplet: 3C, 18 and 04. RGB value is (60,24,4). Sum of RGB (Red+Green+Blue) = 60+24+4=88 (11% of max value = 765). Red value is 60 (23.83% from 255 or 68.18% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1804 is #C3E7FB. Grayscale: #202020. Windows color (decimal): -12838908 or 268348. OLE color: 268348.
HSL color Cylindrical-coordinate representation of color #3C1804: hue angle of 21.43º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C1804 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 24 | 4 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.76 |
| HSL | 21.43º | 0.88% | 0.13% | - |
| HSV(B) | 21.43º | 0.93% | 0.24% | - |
| XYZ | 2.21 | 1.62 | 0.31 | - |
| YUV | 32.48 | 111.93 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 4 | 0 | 0.60 | 0.93 | 0.76 | 21.43 | 0.88 | 0.13 |
| Hex | 3C | 18 | 4 | 0 | 3C | 5D | 4C | 15 | 58 | D |
| Octal | 74 | 30 | 4 | 0 | 74 | 135 | 114 | 25 | 130 | 15 |
| Binary | 111100 | 11000 | 100 | 0 | 111100 | 1011101 | 1001100 | 10101 | 1011000 | 1101 |
Color Harmonies of #3C1804
Complementary color
Monochromatic Colors of #3C1804
Black with #3C1804
Text Example
Text Example
White with #3C1804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1804; }
p { color: rgb(60,24,4); }
H1.HeaderClassName
{
color: #3C1804;
}
.AnyTagClassName
{
color: #3C1804;
}
</style>
background-color css
<style>
a { background-color: #3C1804; }
a { background-color: rgb(60,24,4); }
div.DivClassName
{
background-color: #3C1804;
}
.BgClassName
{
background-color: #3C1804;
}
</style>
border-color css
<style>
span { border-color: #3C1804; }
span { border-color: rgb(60,24,4); }
td.TdClassName
{
border-color: #3C1804;
}
.TagClassName
{
border-color: #3C1804;
}
</style>