Shades of Brown Pod #3C241E
Tints of Brown Pod #3C241E
RGB
CMYK
RGB Variations
Color information
#3C241E (or 0x3C241E) is known color: Brown Pod. HEX triplet: 3C, 24 and 1E. RGB value is (60,36,30). Sum of RGB (Red+Green+Blue) = 60+36+30=126 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.62% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 60 - color contains mainly: red. Hex color #3C241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C241E is #C3DBE1. Grayscale: #2A2A2A. Windows color (decimal): -12835810 or 1975356. OLE color: 1975356.
HSL color Cylindrical-coordinate representation of color #3C241E: hue angle of 12º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C241E is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 36 | 30 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.76 |
| HSL | 12º | 0.33% | 0.18% | - |
| HSV(B) | 12º | 0.5% | 0.24% | - |
| XYZ | 2.73 | 2.32 | 1.53 | - |
| YUV | 42.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 30 | 0 | 0.40 | 0.50 | 0.76 | 12 | 0.33 | 0.18 |
| Hex | 3C | 24 | 1E | 0 | 28 | 32 | 4C | C | 21 | 12 |
| Octal | 74 | 44 | 36 | 0 | 50 | 62 | 114 | 14 | 41 | 22 |
| Binary | 111100 | 100100 | 11110 | 0 | 101000 | 110010 | 1001100 | 1100 | 100001 | 10010 |
Color Harmonies of #3C241E
Complementary color
Monochromatic Colors of #3C241E
Black with #3C241E
Text Example
Text Example
White with #3C241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C241E; }
p { color: rgb(60,36,30); }
H1.HeaderClassName
{
color: #3C241E;
}
.AnyTagClassName
{
color: #3C241E;
}
</style>
background-color css
<style>
a { background-color: #3C241E; }
a { background-color: rgb(60,36,30); }
div.DivClassName
{
background-color: #3C241E;
}
.BgClassName
{
background-color: #3C241E;
}
</style>
border-color css
<style>
span { border-color: #3C241E; }
span { border-color: rgb(60,36,30); }
td.TdClassName
{
border-color: #3C241E;
}
.TagClassName
{
border-color: #3C241E;
}
</style>