Shades of Brown Pod #3D211D
Tints of Brown Pod #3D211D
RGB
CMYK
RGB Variations
Color information
#3D211D (or 0x3D211D) is known color: Brown Pod. HEX triplet: 3D, 21 and 1D. RGB value is (61,33,29). Sum of RGB (Red+Green+Blue) = 61+33+29=123 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.59% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 61 - color contains mainly: red. Hex color #3D211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D211D is #C2DEE2. Grayscale: #282828. Windows color (decimal): -12771043 or 1909053. OLE color: 1909053.
HSL color Cylindrical-coordinate representation of color #3D211D: hue angle of 7.5º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D211D is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 33 | 29 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.76 |
| HSL | 7.5º | 0.36% | 0.18% | - |
| HSV(B) | 7.5º | 0.52% | 0.24% | - |
| XYZ | 2.69 | 2.17 | 1.44 | - |
| YUV | 40.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 33 | 29 | 0 | 0.46 | 0.52 | 0.76 | 7.5 | 0.36 | 0.18 |
| Hex | 3D | 21 | 1D | 0 | 2E | 34 | 4C | 8 | 24 | 12 |
| Octal | 75 | 41 | 35 | 0 | 56 | 64 | 114 | 10 | 44 | 22 |
| Binary | 111101 | 100001 | 11101 | 0 | 101110 | 110100 | 1001100 | 1000 | 100100 | 10010 |
Color Harmonies of #3D211D
Complementary color
Monochromatic Colors of #3D211D
Black with #3D211D
Text Example
Text Example
White with #3D211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D211D; }
p { color: rgb(61,33,29); }
H1.HeaderClassName
{
color: #3D211D;
}
.AnyTagClassName
{
color: #3D211D;
}
</style>
background-color css
<style>
a { background-color: #3D211D; }
a { background-color: rgb(61,33,29); }
div.DivClassName
{
background-color: #3D211D;
}
.BgClassName
{
background-color: #3D211D;
}
</style>
border-color css
<style>
span { border-color: #3D211D; }
span { border-color: rgb(61,33,29); }
td.TdClassName
{
border-color: #3D211D;
}
.TagClassName
{
border-color: #3D211D;
}
</style>