Shades of Brown Pod #3D2215
Tints of Brown Pod #3D2215
RGB
CMYK
RGB Variations
Color information
#3D2215 (or 0x3D2215) is known color: Brown Pod. HEX triplet: 3D, 22 and 15. RGB value is (61,34,21). Sum of RGB (Red+Green+Blue) = 61+34+21=116 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.59% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2215 is #C2DDEA. Grayscale: #282828. Windows color (decimal): -12770795 or 1385021. OLE color: 1385021.
HSL color Cylindrical-coordinate representation of color #3D2215: hue angle of 19.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D2215 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 34 | 21 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.76 |
| HSL | 19.5º | 0.49% | 0.16% | - |
| HSV(B) | 19.5º | 0.66% | 0.24% | - |
| XYZ | 2.63 | 2.19 | 0.99 | - |
| YUV | 40.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 34 | 21 | 0 | 0.44 | 0.66 | 0.76 | 19.5 | 0.49 | 0.16 |
| Hex | 3D | 22 | 15 | 0 | 2C | 42 | 4C | 14 | 31 | 10 |
| Octal | 75 | 42 | 25 | 0 | 54 | 102 | 114 | 24 | 61 | 20 |
| Binary | 111101 | 100010 | 10101 | 0 | 101100 | 1000010 | 1001100 | 10100 | 110001 | 10000 |
Color Harmonies of #3D2215
Complementary color
Monochromatic Colors of #3D2215
Black with #3D2215
Text Example
Text Example
White with #3D2215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2215; }
p { color: rgb(61,34,21); }
H1.HeaderClassName
{
color: #3D2215;
}
.AnyTagClassName
{
color: #3D2215;
}
</style>
background-color css
<style>
a { background-color: #3D2215; }
a { background-color: rgb(61,34,21); }
div.DivClassName
{
background-color: #3D2215;
}
.BgClassName
{
background-color: #3D2215;
}
</style>
border-color css
<style>
span { border-color: #3D2215; }
span { border-color: rgb(61,34,21); }
td.TdClassName
{
border-color: #3D2215;
}
.TagClassName
{
border-color: #3D2215;
}
</style>