Shades of Brown Pod #3D2219
Tints of Brown Pod #3D2219
RGB
CMYK
RGB Variations
Color information
#3D2219 (or 0x3D2219) is known color: Brown Pod. HEX triplet: 3D, 22 and 19. RGB value is (61,34,25). Sum of RGB (Red+Green+Blue) = 61+34+25=120 (15% of max value = 765). Red value is 61 (24.22% from 255 or 50.83% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2219 is #C2DDE6. Grayscale: #292929. Windows color (decimal): -12770791 or 1647165. OLE color: 1647165.
HSL color Cylindrical-coordinate representation of color #3D2219: hue angle of 15º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D2219 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 34 | 25 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.76 |
| HSL | 15º | 0.42% | 0.17% | - |
| HSV(B) | 15º | 0.59% | 0.24% | - |
| XYZ | 2.67 | 2.21 | 1.2 | - |
| YUV | 41.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 34 | 25 | 0 | 0.44 | 0.59 | 0.76 | 15 | 0.42 | 0.17 |
| Hex | 3D | 22 | 19 | 0 | 2C | 3B | 4C | F | 2A | 11 |
| Octal | 75 | 42 | 31 | 0 | 54 | 73 | 114 | 17 | 52 | 21 |
| Binary | 111101 | 100010 | 11001 | 0 | 101100 | 111011 | 1001100 | 1111 | 101010 | 10001 |
Color Harmonies of #3D2219
Complementary color
Monochromatic Colors of #3D2219
Black with #3D2219
Text Example
Text Example
White with #3D2219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2219; }
p { color: rgb(61,34,25); }
H1.HeaderClassName
{
color: #3D2219;
}
.AnyTagClassName
{
color: #3D2219;
}
</style>
background-color css
<style>
a { background-color: #3D2219; }
a { background-color: rgb(61,34,25); }
div.DivClassName
{
background-color: #3D2219;
}
.BgClassName
{
background-color: #3D2219;
}
</style>
border-color css
<style>
span { border-color: #3D2219; }
span { border-color: rgb(61,34,25); }
td.TdClassName
{
border-color: #3D2219;
}
.TagClassName
{
border-color: #3D2219;
}
</style>