Shades of Brown Pod #3C1802
Tints of Brown Pod #3C1802
RGB
CMYK
RGB Variations
Color information
#3C1802 (or 0x3C1802) is known color: Brown Pod. HEX triplet: 3C, 18 and 02. RGB value is (60,24,2). Sum of RGB (Red+Green+Blue) = 60+24+2=86 (11% of max value = 765). Red value is 60 (23.83% from 255 or 69.77% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1802 is #C3E7FD. Grayscale: #202020. Windows color (decimal): -12838910 or 137276. OLE color: 137276.
HSL color Cylindrical-coordinate representation of color #3C1802: hue angle of 22.76º 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 #3C1802 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 24 | 2 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.76 |
| HSL | 22.76º | 0.94% | 0.12% | - |
| HSV(B) | 22.76º | 0.97% | 0.24% | - |
| XYZ | 2.2 | 1.62 | 0.25 | - |
| YUV | 32.26 | 110.93 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 2 | 0 | 0.60 | 0.97 | 0.76 | 22.76 | 0.94 | 0.12 |
| Hex | 3C | 18 | 2 | 0 | 3C | 61 | 4C | 17 | 5E | C |
| Octal | 74 | 30 | 2 | 0 | 74 | 141 | 114 | 27 | 136 | 14 |
| Binary | 111100 | 11000 | 10 | 0 | 111100 | 1100001 | 1001100 | 10111 | 1011110 | 1100 |
Color Harmonies of #3C1802
Complementary color
Monochromatic Colors of #3C1802
Black with #3C1802
Text Example
Text Example
White with #3C1802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1802; }
p { color: rgb(60,24,2); }
H1.HeaderClassName
{
color: #3C1802;
}
.AnyTagClassName
{
color: #3C1802;
}
</style>
background-color css
<style>
a { background-color: #3C1802; }
a { background-color: rgb(60,24,2); }
div.DivClassName
{
background-color: #3C1802;
}
.BgClassName
{
background-color: #3C1802;
}
</style>
border-color css
<style>
span { border-color: #3C1802; }
span { border-color: rgb(60,24,2); }
td.TdClassName
{
border-color: #3C1802;
}
.TagClassName
{
border-color: #3C1802;
}
</style>