Shades of Brown Pod #3D201A
Tints of Brown Pod #3D201A
RGB
CMYK
RGB Variations
Color information
#3D201A (or 0x3D201A) is known color: Brown Pod. HEX triplet: 3D, 20 and 1A. RGB value is (61,32,26). Sum of RGB (Red+Green+Blue) = 61+32+26=119 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.26% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 61 - color contains mainly: red. Hex color #3D201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D201A is #C2DFE5. Grayscale: #282828. Windows color (decimal): -12771302 or 1712189. OLE color: 1712189.
HSL color Cylindrical-coordinate representation of color #3D201A: hue angle of 10.29º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D201A is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 32 | 26 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.76 |
| HSL | 10.29º | 0.4% | 0.17% | - |
| HSV(B) | 10.29º | 0.57% | 0.24% | - |
| XYZ | 2.63 | 2.1 | 1.24 | - |
| YUV | 39.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 32 | 26 | 0 | 0.48 | 0.57 | 0.76 | 10.29 | 0.4 | 0.17 |
| Hex | 3D | 20 | 1A | 0 | 30 | 39 | 4C | A | 28 | 11 |
| Octal | 75 | 40 | 32 | 0 | 60 | 71 | 114 | 12 | 50 | 21 |
| Binary | 111101 | 100000 | 11010 | 0 | 110000 | 111001 | 1001100 | 1010 | 101000 | 10001 |
Color Harmonies of #3D201A
Complementary color
Monochromatic Colors of #3D201A
Black with #3D201A
Text Example
Text Example
White with #3D201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D201A; }
p { color: rgb(61,32,26); }
H1.HeaderClassName
{
color: #3D201A;
}
.AnyTagClassName
{
color: #3D201A;
}
</style>
background-color css
<style>
a { background-color: #3D201A; }
a { background-color: rgb(61,32,26); }
div.DivClassName
{
background-color: #3D201A;
}
.BgClassName
{
background-color: #3D201A;
}
</style>
border-color css
<style>
span { border-color: #3D201A; }
span { border-color: rgb(61,32,26); }
td.TdClassName
{
border-color: #3D201A;
}
.TagClassName
{
border-color: #3D201A;
}
</style>