Shades of Brown Pod #3C1602
Tints of Brown Pod #3C1602
RGB
CMYK
RGB Variations
Color information
#3C1602 (or 0x3C1602) is known color: Brown Pod. HEX triplet: 3C, 16 and 02. RGB value is (60,22,2). Sum of RGB (Red+Green+Blue) = 60+22+2=84 (11% of max value = 765). Red value is 60 (23.83% from 255 or 71.43% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1602 is #C3E9FD. Grayscale: #1F1F1F. Windows color (decimal): -12839422 or 136764. OLE color: 136764.
HSL color Cylindrical-coordinate representation of color #3C1602: hue angle of 20.69º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C1602 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 22 | 2 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.76 |
| HSL | 20.69º | 0.94% | 0.12% | - |
| HSV(B) | 20.69º | 0.97% | 0.24% | - |
| XYZ | 2.16 | 1.54 | 0.24 | - |
| YUV | 31.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 22 | 2 | 0 | 0.63 | 0.97 | 0.76 | 20.69 | 0.94 | 0.12 |
| Hex | 3C | 16 | 2 | 0 | 3F | 61 | 4C | 15 | 5E | C |
| Octal | 74 | 26 | 2 | 0 | 77 | 141 | 114 | 25 | 136 | 14 |
| Binary | 111100 | 10110 | 10 | 0 | 111111 | 1100001 | 1001100 | 10101 | 1011110 | 1100 |
Color Harmonies of #3C1602
Complementary color
Monochromatic Colors of #3C1602
Black with #3C1602
Text Example
Text Example
White with #3C1602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1602; }
p { color: rgb(60,22,2); }
H1.HeaderClassName
{
color: #3C1602;
}
.AnyTagClassName
{
color: #3C1602;
}
</style>
background-color css
<style>
a { background-color: #3C1602; }
a { background-color: rgb(60,22,2); }
div.DivClassName
{
background-color: #3C1602;
}
.BgClassName
{
background-color: #3C1602;
}
</style>
border-color css
<style>
span { border-color: #3C1602; }
span { border-color: rgb(60,22,2); }
td.TdClassName
{
border-color: #3C1602;
}
.TagClassName
{
border-color: #3C1602;
}
</style>