Shades of Brown Pod #3D2921
Tints of Brown Pod #3D2921
RGB
CMYK
RGB Variations
Color information
#3D2921 (or 0x3D2921) is known color: Brown Pod. HEX triplet: 3D, 29 and 21. RGB value is (61,41,33). Sum of RGB (Red+Green+Blue) = 61+41+33=135 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.19% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2921 is #C2D6DE. Grayscale: #2E2E2E. Windows color (decimal): -12768991 or 2173245. OLE color: 2173245.
HSL color Cylindrical-coordinate representation of color #3D2921: hue angle of 17.14º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D2921 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 41 | 33 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.76 |
| HSL | 17.14º | 0.3% | 0.18% | - |
| HSV(B) | 17.14º | 0.46% | 0.24% | - |
| XYZ | 2.99 | 2.69 | 1.8 | - |
| YUV | 46.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 41 | 33 | 0 | 0.33 | 0.46 | 0.76 | 17.14 | 0.3 | 0.18 |
| Hex | 3D | 29 | 21 | 0 | 21 | 2E | 4C | 11 | 1E | 12 |
| Octal | 75 | 51 | 41 | 0 | 41 | 56 | 114 | 21 | 36 | 22 |
| Binary | 111101 | 101001 | 100001 | 0 | 100001 | 101110 | 1001100 | 10001 | 11110 | 10010 |
Color Harmonies of #3D2921
Complementary color
Monochromatic Colors of #3D2921
Black with #3D2921
Text Example
Text Example
White with #3D2921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2921; }
p { color: rgb(61,41,33); }
H1.HeaderClassName
{
color: #3D2921;
}
.AnyTagClassName
{
color: #3D2921;
}
</style>
background-color css
<style>
a { background-color: #3D2921; }
a { background-color: rgb(61,41,33); }
div.DivClassName
{
background-color: #3D2921;
}
.BgClassName
{
background-color: #3D2921;
}
</style>
border-color css
<style>
span { border-color: #3D2921; }
span { border-color: rgb(61,41,33); }
td.TdClassName
{
border-color: #3D2921;
}
.TagClassName
{
border-color: #3D2921;
}
</style>