Shades of Brown Pod #3D210D
Tints of Brown Pod #3D210D
RGB
CMYK
RGB Variations
Color information
#3D210D (or 0x3D210D) is known color: Brown Pod. HEX triplet: 3D, 21 and 0D. RGB value is (61,33,13). Sum of RGB (Red+Green+Blue) = 61+33+13=107 (14% of max value = 765). Red value is 61 (24.22% from 255 or 57.01% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 61 - color contains mainly: red. Hex color #3D210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D210D is #C2DEF2. Grayscale: #272727. Windows color (decimal): -12771059 or 860477. OLE color: 860477.
HSL color Cylindrical-coordinate representation of color #3D210D: hue angle of 25º 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 #3D210D is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 33 | 13 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.76 |
| HSL | 25º | 0.65% | 0.15% | - |
| HSV(B) | 25º | 0.79% | 0.24% | - |
| XYZ | 2.54 | 2.11 | 0.65 | - |
| YUV | 39.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 33 | 13 | 0 | 0.46 | 0.79 | 0.76 | 25 | 0.65 | 0.15 |
| Hex | 3D | 21 | D | 0 | 2E | 4F | 4C | 19 | 41 | F |
| Octal | 75 | 41 | 15 | 0 | 56 | 117 | 114 | 31 | 101 | 17 |
| Binary | 111101 | 100001 | 1101 | 0 | 101110 | 1001111 | 1001100 | 11001 | 1000001 | 1111 |
Color Harmonies of #3D210D
Complementary color
Monochromatic Colors of #3D210D
Black with #3D210D
Text Example
Text Example
White with #3D210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D210D; }
p { color: rgb(61,33,13); }
H1.HeaderClassName
{
color: #3D210D;
}
.AnyTagClassName
{
color: #3D210D;
}
</style>
background-color css
<style>
a { background-color: #3D210D; }
a { background-color: rgb(61,33,13); }
div.DivClassName
{
background-color: #3D210D;
}
.BgClassName
{
background-color: #3D210D;
}
</style>
border-color css
<style>
span { border-color: #3D210D; }
span { border-color: rgb(61,33,13); }
td.TdClassName
{
border-color: #3D210D;
}
.TagClassName
{
border-color: #3D210D;
}
</style>