Shades of Brown Pod #3D200D
Tints of Brown Pod #3D200D
RGB
CMYK
RGB Variations
Color information
#3D200D (or 0x3D200D) is known color: Brown Pod. HEX triplet: 3D, 20 and 0D. RGB value is (61,32,13). Sum of RGB (Red+Green+Blue) = 61+32+13=106 (14% of max value = 765). Red value is 61 (24.22% from 255 or 57.55% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 61 - color contains mainly: red. Hex color #3D200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D200D is #C2DFF2. Grayscale: #262626. Windows color (decimal): -12771315 or 860221. OLE color: 860221.
HSL color Cylindrical-coordinate representation of color #3D200D: hue angle of 23.75º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D200D is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 32 | 13 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.76 |
| HSL | 23.75º | 0.65% | 0.15% | - |
| HSV(B) | 23.75º | 0.79% | 0.24% | - |
| XYZ | 2.51 | 2.05 | 0.64 | - |
| YUV | 38.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 32 | 13 | 0 | 0.48 | 0.79 | 0.76 | 23.75 | 0.65 | 0.15 |
| Hex | 3D | 20 | D | 0 | 30 | 4F | 4C | 18 | 41 | F |
| Octal | 75 | 40 | 15 | 0 | 60 | 117 | 114 | 30 | 101 | 17 |
| Binary | 111101 | 100000 | 1101 | 0 | 110000 | 1001111 | 1001100 | 11000 | 1000001 | 1111 |
Color Harmonies of #3D200D
Complementary color
Monochromatic Colors of #3D200D
Black with #3D200D
Text Example
Text Example
White with #3D200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D200D; }
p { color: rgb(61,32,13); }
H1.HeaderClassName
{
color: #3D200D;
}
.AnyTagClassName
{
color: #3D200D;
}
</style>
background-color css
<style>
a { background-color: #3D200D; }
a { background-color: rgb(61,32,13); }
div.DivClassName
{
background-color: #3D200D;
}
.BgClassName
{
background-color: #3D200D;
}
</style>
border-color css
<style>
span { border-color: #3D200D; }
span { border-color: rgb(61,32,13); }
td.TdClassName
{
border-color: #3D200D;
}
.TagClassName
{
border-color: #3D200D;
}
</style>