Shades of Brown Pod #3D201B
Tints of Brown Pod #3D201B
RGB
CMYK
RGB Variations
Color information
#3D201B (or 0x3D201B) is known color: Brown Pod. HEX triplet: 3D, 20 and 1B. RGB value is (61,32,27). Sum of RGB (Red+Green+Blue) = 61+32+27=120 (15% of max value = 765). Red value is 61 (24.22% from 255 or 50.83% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 61 - color contains mainly: red. Hex color #3D201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D201B is #C2DFE4. Grayscale: #282828. Windows color (decimal): -12771301 or 1777725. OLE color: 1777725.
HSL color Cylindrical-coordinate representation of color #3D201B: hue angle of 8.82º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D201B is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 32 | 27 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.76 |
| HSL | 8.82º | 0.39% | 0.17% | - |
| HSV(B) | 8.82º | 0.56% | 0.24% | - |
| XYZ | 2.64 | 2.1 | 1.3 | - |
| YUV | 40.1 | 120.61 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 32 | 27 | 0 | 0.48 | 0.56 | 0.76 | 8.82 | 0.39 | 0.17 |
| Hex | 3D | 20 | 1B | 0 | 30 | 38 | 4C | 9 | 27 | 11 |
| Octal | 75 | 40 | 33 | 0 | 60 | 70 | 114 | 11 | 47 | 21 |
| Binary | 111101 | 100000 | 11011 | 0 | 110000 | 111000 | 1001100 | 1001 | 100111 | 10001 |
Color Harmonies of #3D201B
Complementary color
Monochromatic Colors of #3D201B
Black with #3D201B
Text Example
Text Example
White with #3D201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D201B; }
p { color: rgb(61,32,27); }
H1.HeaderClassName
{
color: #3D201B;
}
.AnyTagClassName
{
color: #3D201B;
}
</style>
background-color css
<style>
a { background-color: #3D201B; }
a { background-color: rgb(61,32,27); }
div.DivClassName
{
background-color: #3D201B;
}
.BgClassName
{
background-color: #3D201B;
}
</style>
border-color css
<style>
span { border-color: #3D201B; }
span { border-color: rgb(61,32,27); }
td.TdClassName
{
border-color: #3D201B;
}
.TagClassName
{
border-color: #3D201B;
}
</style>