Shades of Brown Pod #3D211F
Tints of Brown Pod #3D211F
RGB
CMYK
RGB Variations
Color information
#3D211F (or 0x3D211F) is known color: Brown Pod. HEX triplet: 3D, 21 and 1F. RGB value is (61,33,31). Sum of RGB (Red+Green+Blue) = 61+33+31=125 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.8% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 61 - color contains mainly: red. Hex color #3D211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D211F is #C2DEE0. Grayscale: #292929. Windows color (decimal): -12771041 or 2040125. OLE color: 2040125.
HSL color Cylindrical-coordinate representation of color #3D211F: hue angle of 4º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D211F is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 33 | 31 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.76 |
| HSL | 4º | 0.33% | 0.18% | - |
| HSV(B) | 4º | 0.49% | 0.24% | - |
| XYZ | 2.72 | 2.18 | 1.57 | - |
| YUV | 41.14 | 122.28 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 33 | 31 | 0 | 0.46 | 0.49 | 0.76 | 4 | 0.33 | 0.18 |
| Hex | 3D | 21 | 1F | 0 | 2E | 31 | 4C | 4 | 21 | 12 |
| Octal | 75 | 41 | 37 | 0 | 56 | 61 | 114 | 4 | 41 | 22 |
| Binary | 111101 | 100001 | 11111 | 0 | 101110 | 110001 | 1001100 | 100 | 100001 | 10010 |
Color Harmonies of #3D211F
Complementary color
Monochromatic Colors of #3D211F
Black with #3D211F
Text Example
Text Example
White with #3D211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D211F; }
p { color: rgb(61,33,31); }
H1.HeaderClassName
{
color: #3D211F;
}
.AnyTagClassName
{
color: #3D211F;
}
</style>
background-color css
<style>
a { background-color: #3D211F; }
a { background-color: rgb(61,33,31); }
div.DivClassName
{
background-color: #3D211F;
}
.BgClassName
{
background-color: #3D211F;
}
</style>
border-color css
<style>
span { border-color: #3D211F; }
span { border-color: rgb(61,33,31); }
td.TdClassName
{
border-color: #3D211F;
}
.TagClassName
{
border-color: #3D211F;
}
</style>