Shades of Brown Pod #3D200A
Tints of Brown Pod #3D200A
RGB
CMYK
RGB Variations
Color information
#3D200A (or 0x3D200A) is known color: Brown Pod. HEX triplet: 3D, 20 and 0A. RGB value is (61,32,10). Sum of RGB (Red+Green+Blue) = 61+32+10=103 (13% of max value = 765). Red value is 61 (24.22% from 255 or 59.22% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 61 - color contains mainly: red. Hex color #3D200A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D200A is #C2DFF5. Grayscale: #262626. Windows color (decimal): -12771318 or 663613. OLE color: 663613.
HSL color Cylindrical-coordinate representation of color #3D200A: hue angle of 25.88º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D200A is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 32 | 10 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.76 |
| HSL | 25.88º | 0.72% | 0.14% | - |
| HSV(B) | 25.88º | 0.84% | 0.24% | - |
| XYZ | 2.5 | 2.05 | 0.55 | - |
| YUV | 38.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 32 | 10 | 0 | 0.48 | 0.84 | 0.76 | 25.88 | 0.72 | 0.14 |
| Hex | 3D | 20 | A | 0 | 30 | 54 | 4C | 1A | 48 | E |
| Octal | 75 | 40 | 12 | 0 | 60 | 124 | 114 | 32 | 110 | 16 |
| Binary | 111101 | 100000 | 1010 | 0 | 110000 | 1010100 | 1001100 | 11010 | 1001000 | 1110 |
Color Harmonies of #3D200A
Complementary color
Monochromatic Colors of #3D200A
Black with #3D200A
Text Example
Text Example
White with #3D200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D200A; }
p { color: rgb(61,32,10); }
H1.HeaderClassName
{
color: #3D200A;
}
.AnyTagClassName
{
color: #3D200A;
}
</style>
background-color css
<style>
a { background-color: #3D200A; }
a { background-color: rgb(61,32,10); }
div.DivClassName
{
background-color: #3D200A;
}
.BgClassName
{
background-color: #3D200A;
}
</style>
border-color css
<style>
span { border-color: #3D200A; }
span { border-color: rgb(61,32,10); }
td.TdClassName
{
border-color: #3D200A;
}
.TagClassName
{
border-color: #3D200A;
}
</style>