Shades of Brown Pod #3D221F
Tints of Brown Pod #3D221F
RGB
CMYK
RGB Variations
Color information
#3D221F (or 0x3D221F) is known color: Brown Pod. HEX triplet: 3D, 22 and 1F. RGB value is (61,34,31). Sum of RGB (Red+Green+Blue) = 61+34+31=126 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.41% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 61 - color contains mainly: red. Hex color #3D221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D221F is #C2DDE0. Grayscale: #292929. Windows color (decimal): -12770785 or 2040381. OLE color: 2040381.
HSL color Cylindrical-coordinate representation of color #3D221F: hue angle of 6º 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 #3D221F is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 34 | 31 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.76 |
| HSL | 6º | 0.33% | 0.18% | - |
| HSV(B) | 6º | 0.49% | 0.24% | - |
| XYZ | 2.74 | 2.24 | 1.58 | - |
| YUV | 41.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 34 | 31 | 0 | 0.44 | 0.49 | 0.76 | 6 | 0.33 | 0.18 |
| Hex | 3D | 22 | 1F | 0 | 2C | 31 | 4C | 6 | 21 | 12 |
| Octal | 75 | 42 | 37 | 0 | 54 | 61 | 114 | 6 | 41 | 22 |
| Binary | 111101 | 100010 | 11111 | 0 | 101100 | 110001 | 1001100 | 110 | 100001 | 10010 |
Color Harmonies of #3D221F
Complementary color
Monochromatic Colors of #3D221F
Black with #3D221F
Text Example
Text Example
White with #3D221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D221F; }
p { color: rgb(61,34,31); }
H1.HeaderClassName
{
color: #3D221F;
}
.AnyTagClassName
{
color: #3D221F;
}
</style>
background-color css
<style>
a { background-color: #3D221F; }
a { background-color: rgb(61,34,31); }
div.DivClassName
{
background-color: #3D221F;
}
.BgClassName
{
background-color: #3D221F;
}
</style>
border-color css
<style>
span { border-color: #3D221F; }
span { border-color: rgb(61,34,31); }
td.TdClassName
{
border-color: #3D221F;
}
.TagClassName
{
border-color: #3D221F;
}
</style>