Shades of Brown Pod #3C241A
Tints of Brown Pod #3C241A
RGB
CMYK
RGB Variations
Color information
#3C241A (or 0x3C241A) is known color: Brown Pod. HEX triplet: 3C, 24 and 1A. RGB value is (60,36,26). Sum of RGB (Red+Green+Blue) = 60+36+26=122 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.18% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 60 - color contains mainly: red. Hex color #3C241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C241A is #C3DBE5. Grayscale: #2A2A2A. Windows color (decimal): -12835814 or 1713212. OLE color: 1713212.
HSL color Cylindrical-coordinate representation of color #3C241A: hue angle of 17.65º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C241A is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 36 | 26 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.76 |
| HSL | 17.65º | 0.4% | 0.17% | - |
| HSV(B) | 17.65º | 0.57% | 0.24% | - |
| XYZ | 2.68 | 2.3 | 1.28 | - |
| YUV | 42.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 26 | 0 | 0.40 | 0.57 | 0.76 | 17.65 | 0.4 | 0.17 |
| Hex | 3C | 24 | 1A | 0 | 28 | 39 | 4C | 12 | 28 | 11 |
| Octal | 74 | 44 | 32 | 0 | 50 | 71 | 114 | 22 | 50 | 21 |
| Binary | 111100 | 100100 | 11010 | 0 | 101000 | 111001 | 1001100 | 10010 | 101000 | 10001 |
Color Harmonies of #3C241A
Complementary color
Monochromatic Colors of #3C241A
Black with #3C241A
Text Example
Text Example
White with #3C241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C241A; }
p { color: rgb(60,36,26); }
H1.HeaderClassName
{
color: #3C241A;
}
.AnyTagClassName
{
color: #3C241A;
}
</style>
background-color css
<style>
a { background-color: #3C241A; }
a { background-color: rgb(60,36,26); }
div.DivClassName
{
background-color: #3C241A;
}
.BgClassName
{
background-color: #3C241A;
}
</style>
border-color css
<style>
span { border-color: #3C241A; }
span { border-color: rgb(60,36,26); }
td.TdClassName
{
border-color: #3C241A;
}
.TagClassName
{
border-color: #3C241A;
}
</style>