Shades of Brown Pod #3D2924
Tints of Brown Pod #3D2924
RGB
CMYK
RGB Variations
Color information
#3D2924 (or 0x3D2924) is known color: Brown Pod. HEX triplet: 3D, 29 and 24. RGB value is (61,41,36). Sum of RGB (Red+Green+Blue) = 61+41+36=138 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.20% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2924 is #C2D6DB. Grayscale: #2E2E2E. Windows color (decimal): -12768988 or 2369853. OLE color: 2369853.
HSL color Cylindrical-coordinate representation of color #3D2924: hue angle of 12º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3D2924 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 41 | 36 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.76 |
| HSL | 12º | 0.26% | 0.19% | - |
| HSV(B) | 12º | 0.41% | 0.24% | - |
| XYZ | 3.04 | 2.71 | 2.03 | - |
| YUV | 46.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 41 | 36 | 0 | 0.33 | 0.41 | 0.76 | 12 | 0.26 | 0.19 |
| Hex | 3D | 29 | 24 | 0 | 21 | 29 | 4C | C | 1A | 13 |
| Octal | 75 | 51 | 44 | 0 | 41 | 51 | 114 | 14 | 32 | 23 |
| Binary | 111101 | 101001 | 100100 | 0 | 100001 | 101001 | 1001100 | 1100 | 11010 | 10011 |
Color Harmonies of #3D2924
Complementary color
Monochromatic Colors of #3D2924
Black with #3D2924
Text Example
Text Example
White with #3D2924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2924; }
p { color: rgb(61,41,36); }
H1.HeaderClassName
{
color: #3D2924;
}
.AnyTagClassName
{
color: #3D2924;
}
</style>
background-color css
<style>
a { background-color: #3D2924; }
a { background-color: rgb(61,41,36); }
div.DivClassName
{
background-color: #3D2924;
}
.BgClassName
{
background-color: #3D2924;
}
</style>
border-color css
<style>
span { border-color: #3D2924; }
span { border-color: rgb(61,41,36); }
td.TdClassName
{
border-color: #3D2924;
}
.TagClassName
{
border-color: #3D2924;
}
</style>