Shades of Brown Pod #3C1502
Tints of Brown Pod #3C1502
RGB
CMYK
RGB Variations
Color information
#3C1502 (or 0x3C1502) is known color: Brown Pod. HEX triplet: 3C, 15 and 02. RGB value is (60,21,2). Sum of RGB (Red+Green+Blue) = 60+21+2=83 (10% of max value = 765). Red value is 60 (23.83% from 255 or 72.29% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1502 is #C3EAFD. Grayscale: #1E1E1E. Windows color (decimal): -12839678 or 136508. OLE color: 136508.
HSL color Cylindrical-coordinate representation of color #3C1502: hue angle of 19.66º 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 #3C1502 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 21 | 2 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.76 |
| HSL | 19.66º | 0.94% | 0.12% | - |
| HSV(B) | 19.66º | 0.97% | 0.24% | - |
| XYZ | 2.14 | 1.5 | 0.23 | - |
| YUV | 30.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 21 | 2 | 0 | 0.65 | 0.97 | 0.76 | 19.66 | 0.94 | 0.12 |
| Hex | 3C | 15 | 2 | 0 | 41 | 61 | 4C | 14 | 5E | C |
| Octal | 74 | 25 | 2 | 0 | 101 | 141 | 114 | 24 | 136 | 14 |
| Binary | 111100 | 10101 | 10 | 0 | 1000001 | 1100001 | 1001100 | 10100 | 1011110 | 1100 |
Color Harmonies of #3C1502
Complementary color
Monochromatic Colors of #3C1502
Black with #3C1502
Text Example
Text Example
White with #3C1502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1502; }
p { color: rgb(60,21,2); }
H1.HeaderClassName
{
color: #3C1502;
}
.AnyTagClassName
{
color: #3C1502;
}
</style>
background-color css
<style>
a { background-color: #3C1502; }
a { background-color: rgb(60,21,2); }
div.DivClassName
{
background-color: #3C1502;
}
.BgClassName
{
background-color: #3C1502;
}
</style>
border-color css
<style>
span { border-color: #3C1502; }
span { border-color: rgb(60,21,2); }
td.TdClassName
{
border-color: #3C1502;
}
.TagClassName
{
border-color: #3C1502;
}
</style>