Shades of Brown Pod #3D210B
Tints of Brown Pod #3D210B
RGB
CMYK
RGB Variations
Color information
#3D210B (or 0x3D210B) is known color: Brown Pod. HEX triplet: 3D, 21 and 0B. RGB value is (61,33,11). Sum of RGB (Red+Green+Blue) = 61+33+11=105 (13% of max value = 765). Red value is 61 (24.22% from 255 or 58.10% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 61 - color contains mainly: red. Hex color #3D210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D210B is #C2DEF4. Grayscale: #262626. Windows color (decimal): -12771061 or 729405. OLE color: 729405.
HSL color Cylindrical-coordinate representation of color #3D210B: hue angle of 26.4º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D210B is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 33 | 11 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.76 |
| HSL | 26.4º | 0.69% | 0.14% | - |
| HSV(B) | 26.4º | 0.82% | 0.24% | - |
| XYZ | 2.53 | 2.1 | 0.59 | - |
| YUV | 38.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 33 | 11 | 0 | 0.46 | 0.82 | 0.76 | 26.4 | 0.69 | 0.14 |
| Hex | 3D | 21 | B | 0 | 2E | 52 | 4C | 1A | 45 | E |
| Octal | 75 | 41 | 13 | 0 | 56 | 122 | 114 | 32 | 105 | 16 |
| Binary | 111101 | 100001 | 1011 | 0 | 101110 | 1010010 | 1001100 | 11010 | 1000101 | 1110 |
Color Harmonies of #3D210B
Complementary color
Monochromatic Colors of #3D210B
Black with #3D210B
Text Example
Text Example
White with #3D210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D210B; }
p { color: rgb(61,33,11); }
H1.HeaderClassName
{
color: #3D210B;
}
.AnyTagClassName
{
color: #3D210B;
}
</style>
background-color css
<style>
a { background-color: #3D210B; }
a { background-color: rgb(61,33,11); }
div.DivClassName
{
background-color: #3D210B;
}
.BgClassName
{
background-color: #3D210B;
}
</style>
border-color css
<style>
span { border-color: #3D210B; }
span { border-color: rgb(61,33,11); }
td.TdClassName
{
border-color: #3D210B;
}
.TagClassName
{
border-color: #3D210B;
}
</style>