Shades of Brown Pod #3D2213
Tints of Brown Pod #3D2213
RGB
CMYK
RGB Variations
Color information
#3D2213 (or 0x3D2213) is known color: Brown Pod. HEX triplet: 3D, 22 and 13. RGB value is (61,34,19). Sum of RGB (Red+Green+Blue) = 61+34+19=114 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.51% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2213 is #C2DDEC. Grayscale: #282828. Windows color (decimal): -12770797 or 1253949. OLE color: 1253949.
HSL color Cylindrical-coordinate representation of color #3D2213: hue angle of 21.43º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D2213 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 34 | 19 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.76 |
| HSL | 21.43º | 0.53% | 0.16% | - |
| HSV(B) | 21.43º | 0.69% | 0.24% | - |
| XYZ | 2.61 | 2.18 | 0.9 | - |
| YUV | 40.36 | 115.95 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 34 | 19 | 0 | 0.44 | 0.69 | 0.76 | 21.43 | 0.53 | 0.16 |
| Hex | 3D | 22 | 13 | 0 | 2C | 45 | 4C | 15 | 34 | 10 |
| Octal | 75 | 42 | 23 | 0 | 54 | 105 | 114 | 25 | 64 | 20 |
| Binary | 111101 | 100010 | 10011 | 0 | 101100 | 1000101 | 1001100 | 10101 | 110100 | 10000 |
Color Harmonies of #3D2213
Complementary color
Monochromatic Colors of #3D2213
Black with #3D2213
Text Example
Text Example
White with #3D2213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2213; }
p { color: rgb(61,34,19); }
H1.HeaderClassName
{
color: #3D2213;
}
.AnyTagClassName
{
color: #3D2213;
}
</style>
background-color css
<style>
a { background-color: #3D2213; }
a { background-color: rgb(61,34,19); }
div.DivClassName
{
background-color: #3D2213;
}
.BgClassName
{
background-color: #3D2213;
}
</style>
border-color css
<style>
span { border-color: #3D2213; }
span { border-color: rgb(61,34,19); }
td.TdClassName
{
border-color: #3D2213;
}
.TagClassName
{
border-color: #3D2213;
}
</style>