Shades of Brown Pod #3C1C01
Tints of Brown Pod #3C1C01
RGB
CMYK
RGB Variations
Color information
#3C1C01 (or 0x3C1C01) is known color: Brown Pod. HEX triplet: 3C, 1C and 01. RGB value is (60,28,1). Sum of RGB (Red+Green+Blue) = 60+28+1=89 (11% of max value = 765). Red value is 60 (23.83% from 255 or 67.42% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1C01 is #C3E3FE. Grayscale: #222222. Windows color (decimal): -12837887 or 72764. OLE color: 72764.
HSL color Cylindrical-coordinate representation of color #3C1C01: hue angle of 27.46º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C1C01 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 28 | 1 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.76 |
| HSL | 27.46º | 0.97% | 0.12% | - |
| HSV(B) | 27.46º | 0.98% | 0.24% | - |
| XYZ | 2.28 | 1.79 | 0.25 | - |
| YUV | 34.49 | 109.1 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 28 | 1 | 0 | 0.53 | 0.98 | 0.76 | 27.46 | 0.97 | 0.12 |
| Hex | 3C | 1C | 1 | 0 | 35 | 62 | 4C | 1B | 61 | C |
| Octal | 74 | 34 | 1 | 0 | 65 | 142 | 114 | 33 | 141 | 14 |
| Binary | 111100 | 11100 | 1 | 0 | 110101 | 1100010 | 1001100 | 11011 | 1100001 | 1100 |
Color Harmonies of #3C1C01
Complementary color
Monochromatic Colors of #3C1C01
Black with #3C1C01
Text Example
Text Example
White with #3C1C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1C01; }
p { color: rgb(60,28,1); }
H1.HeaderClassName
{
color: #3C1C01;
}
.AnyTagClassName
{
color: #3C1C01;
}
</style>
background-color css
<style>
a { background-color: #3C1C01; }
a { background-color: rgb(60,28,1); }
div.DivClassName
{
background-color: #3C1C01;
}
.BgClassName
{
background-color: #3C1C01;
}
</style>
border-color css
<style>
span { border-color: #3C1C01; }
span { border-color: rgb(60,28,1); }
td.TdClassName
{
border-color: #3C1C01;
}
.TagClassName
{
border-color: #3C1C01;
}
</style>