Shades of Brown Pod #3C1901
Tints of Brown Pod #3C1901
RGB
CMYK
RGB Variations
Color information
#3C1901 (or 0x3C1901) is known color: Brown Pod. HEX triplet: 3C, 19 and 01. RGB value is (60,25,1). Sum of RGB (Red+Green+Blue) = 60+25+1=86 (11% of max value = 765). Red value is 60 (23.83% from 255 or 69.77% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1901 is #C3E6FE. Grayscale: #202020. Windows color (decimal): -12838655 or 71996. OLE color: 71996.
HSL color Cylindrical-coordinate representation of color #3C1901: hue angle of 24.41º 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 #3C1901 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 25 | 1 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.76 |
| HSL | 24.41º | 0.97% | 0.12% | - |
| HSV(B) | 24.41º | 0.98% | 0.24% | - |
| XYZ | 2.22 | 1.66 | 0.23 | - |
| YUV | 32.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 1 | 0 | 0.58 | 0.98 | 0.76 | 24.41 | 0.97 | 0.12 |
| Hex | 3C | 19 | 1 | 0 | 3A | 62 | 4C | 18 | 61 | C |
| Octal | 74 | 31 | 1 | 0 | 72 | 142 | 114 | 30 | 141 | 14 |
| Binary | 111100 | 11001 | 1 | 0 | 111010 | 1100010 | 1001100 | 11000 | 1100001 | 1100 |
Color Harmonies of #3C1901
Complementary color
Monochromatic Colors of #3C1901
Black with #3C1901
Text Example
Text Example
White with #3C1901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1901; }
p { color: rgb(60,25,1); }
H1.HeaderClassName
{
color: #3C1901;
}
.AnyTagClassName
{
color: #3C1901;
}
</style>
background-color css
<style>
a { background-color: #3C1901; }
a { background-color: rgb(60,25,1); }
div.DivClassName
{
background-color: #3C1901;
}
.BgClassName
{
background-color: #3C1901;
}
</style>
border-color css
<style>
span { border-color: #3C1901; }
span { border-color: rgb(60,25,1); }
td.TdClassName
{
border-color: #3C1901;
}
.TagClassName
{
border-color: #3C1901;
}
</style>