Shades of Brown Pod #3C1C07
Tints of Brown Pod #3C1C07
RGB
CMYK
RGB Variations
Color information
#3C1C07 (or 0x3C1C07) is known color: Brown Pod. HEX triplet: 3C, 1C and 07. RGB value is (60,28,7). Sum of RGB (Red+Green+Blue) = 60+28+7=95 (12% of max value = 765). Red value is 60 (23.83% from 255 or 63.16% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 7 (3.12% from 255 or 7.37% from 95); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1C07 is #C3E3F8. Grayscale: #232323. Windows color (decimal): -12837881 or 465980. OLE color: 465980.
HSL color Cylindrical-coordinate representation of color #3C1C07: hue angle of 23.77º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C1C07 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 28 | 7 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.76 |
| HSL | 23.77º | 0.79% | 0.13% | - |
| HSV(B) | 23.77º | 0.88% | 0.24% | - |
| XYZ | 2.32 | 1.81 | 0.43 | - |
| YUV | 35.17 | 112.1 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 28 | 7 | 0 | 0.53 | 0.88 | 0.76 | 23.77 | 0.79 | 0.13 |
| Hex | 3C | 1C | 7 | 0 | 35 | 58 | 4C | 18 | 4F | D |
| Octal | 74 | 34 | 7 | 0 | 65 | 130 | 114 | 30 | 117 | 15 |
| Binary | 111100 | 11100 | 111 | 0 | 110101 | 1011000 | 1001100 | 11000 | 1001111 | 1101 |
Color Harmonies of #3C1C07
Complementary color
Monochromatic Colors of #3C1C07
Black with #3C1C07
Text Example
Text Example
White with #3C1C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1C07; }
p { color: rgb(60,28,7); }
H1.HeaderClassName
{
color: #3C1C07;
}
.AnyTagClassName
{
color: #3C1C07;
}
</style>
background-color css
<style>
a { background-color: #3C1C07; }
a { background-color: rgb(60,28,7); }
div.DivClassName
{
background-color: #3C1C07;
}
.BgClassName
{
background-color: #3C1C07;
}
</style>
border-color css
<style>
span { border-color: #3C1C07; }
span { border-color: rgb(60,28,7); }
td.TdClassName
{
border-color: #3C1C07;
}
.TagClassName
{
border-color: #3C1C07;
}
</style>