Shades of Brown Pod #3C241F
Tints of Brown Pod #3C241F
RGB
CMYK
RGB Variations
Color information
#3C241F (or 0x3C241F) is known color: Brown Pod. HEX triplet: 3C, 24 and 1F. RGB value is (60,36,31). Sum of RGB (Red+Green+Blue) = 60+36+31=127 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.24% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 60 - color contains mainly: red. Hex color #3C241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C241F is #C3DBE0. Grayscale: #2A2A2A. Windows color (decimal): -12835809 or 2040892. OLE color: 2040892.
HSL color Cylindrical-coordinate representation of color #3C241F: hue angle of 10.34º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C241F is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 36 | 31 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.76 |
| HSL | 10.34º | 0.32% | 0.18% | - |
| HSV(B) | 10.34º | 0.48% | 0.24% | - |
| XYZ | 2.74 | 2.32 | 1.6 | - |
| YUV | 42.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 31 | 0 | 0.40 | 0.48 | 0.76 | 10.34 | 0.32 | 0.18 |
| Hex | 3C | 24 | 1F | 0 | 28 | 30 | 4C | A | 20 | 12 |
| Octal | 74 | 44 | 37 | 0 | 50 | 60 | 114 | 12 | 40 | 22 |
| Binary | 111100 | 100100 | 11111 | 0 | 101000 | 110000 | 1001100 | 1010 | 100000 | 10010 |
Color Harmonies of #3C241F
Complementary color
Monochromatic Colors of #3C241F
Black with #3C241F
Text Example
Text Example
White with #3C241F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C241F; }
p { color: rgb(60,36,31); }
H1.HeaderClassName
{
color: #3C241F;
}
.AnyTagClassName
{
color: #3C241F;
}
</style>
background-color css
<style>
a { background-color: #3C241F; }
a { background-color: rgb(60,36,31); }
div.DivClassName
{
background-color: #3C241F;
}
.BgClassName
{
background-color: #3C241F;
}
</style>
border-color css
<style>
span { border-color: #3C241F; }
span { border-color: rgb(60,36,31); }
td.TdClassName
{
border-color: #3C241F;
}
.TagClassName
{
border-color: #3C241F;
}
</style>