Shades of Brown Pod #3C231D
Tints of Brown Pod #3C231D
RGB
CMYK
RGB Variations
Color information
#3C231D (or 0x3C231D) is known color: Brown Pod. HEX triplet: 3C, 23 and 1D. RGB value is (60,35,29). Sum of RGB (Red+Green+Blue) = 60+35+29=124 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.39% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 60 - color contains mainly: red. Hex color #3C231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C231D is #C3DCE2. Grayscale: #292929. Windows color (decimal): -12836067 or 1909564. OLE color: 1909564.
HSL color Cylindrical-coordinate representation of color #3C231D: hue angle of 11.61º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C231D is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 35 | 29 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.76 |
| HSL | 11.61º | 0.35% | 0.17% | - |
| HSV(B) | 11.61º | 0.52% | 0.24% | - |
| XYZ | 2.69 | 2.25 | 1.46 | - |
| YUV | 41.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 35 | 29 | 0 | 0.42 | 0.52 | 0.76 | 11.61 | 0.35 | 0.17 |
| Hex | 3C | 23 | 1D | 0 | 2A | 34 | 4C | C | 23 | 11 |
| Octal | 74 | 43 | 35 | 0 | 52 | 64 | 114 | 14 | 43 | 21 |
| Binary | 111100 | 100011 | 11101 | 0 | 101010 | 110100 | 1001100 | 1100 | 100011 | 10001 |
Color Harmonies of #3C231D
Complementary color
Monochromatic Colors of #3C231D
Black with #3C231D
Text Example
Text Example
White with #3C231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C231D; }
p { color: rgb(60,35,29); }
H1.HeaderClassName
{
color: #3C231D;
}
.AnyTagClassName
{
color: #3C231D;
}
</style>
background-color css
<style>
a { background-color: #3C231D; }
a { background-color: rgb(60,35,29); }
div.DivClassName
{
background-color: #3C231D;
}
.BgClassName
{
background-color: #3C231D;
}
</style>
border-color css
<style>
span { border-color: #3C231D; }
span { border-color: rgb(60,35,29); }
td.TdClassName
{
border-color: #3C231D;
}
.TagClassName
{
border-color: #3C231D;
}
</style>