Shades of Brown Pod #3D221E
Tints of Brown Pod #3D221E
RGB
CMYK
RGB Variations
Color information
#3D221E (or 0x3D221E) is known color: Brown Pod. HEX triplet: 3D, 22 and 1E. RGB value is (61,34,30). Sum of RGB (Red+Green+Blue) = 61+34+30=125 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.8% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 61 - color contains mainly: red. Hex color #3D221E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D221E is #C2DDE1. Grayscale: #292929. Windows color (decimal): -12770786 or 1974845. OLE color: 1974845.
HSL color Cylindrical-coordinate representation of color #3D221E: hue angle of 7.74º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D221E is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 34 | 30 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.76 |
| HSL | 7.74º | 0.34% | 0.18% | - |
| HSV(B) | 7.74º | 0.51% | 0.24% | - |
| XYZ | 2.73 | 2.23 | 1.51 | - |
| YUV | 41.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 34 | 30 | 0 | 0.44 | 0.51 | 0.76 | 7.74 | 0.34 | 0.18 |
| Hex | 3D | 22 | 1E | 0 | 2C | 33 | 4C | 8 | 22 | 12 |
| Octal | 75 | 42 | 36 | 0 | 54 | 63 | 114 | 10 | 42 | 22 |
| Binary | 111101 | 100010 | 11110 | 0 | 101100 | 110011 | 1001100 | 1000 | 100010 | 10010 |
Color Harmonies of #3D221E
Complementary color
Monochromatic Colors of #3D221E
Black with #3D221E
Text Example
Text Example
White with #3D221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D221E; }
p { color: rgb(61,34,30); }
H1.HeaderClassName
{
color: #3D221E;
}
.AnyTagClassName
{
color: #3D221E;
}
</style>
background-color css
<style>
a { background-color: #3D221E; }
a { background-color: rgb(61,34,30); }
div.DivClassName
{
background-color: #3D221E;
}
.BgClassName
{
background-color: #3D221E;
}
</style>
border-color css
<style>
span { border-color: #3D221E; }
span { border-color: rgb(61,34,30); }
td.TdClassName
{
border-color: #3D221E;
}
.TagClassName
{
border-color: #3D221E;
}
</style>