Shades of Brown Pod #3D210E
Tints of Brown Pod #3D210E
RGB
CMYK
RGB Variations
Color information
#3D210E (or 0x3D210E) is known color: Brown Pod. HEX triplet: 3D, 21 and 0E. RGB value is (61,33,14). Sum of RGB (Red+Green+Blue) = 61+33+14=108 (14% of max value = 765). Red value is 61 (24.22% from 255 or 56.48% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 61 - color contains mainly: red. Hex color #3D210E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D210E is #C2DEF1. Grayscale: #272727. Windows color (decimal): -12771058 or 926013. OLE color: 926013.
HSL color Cylindrical-coordinate representation of color #3D210E: hue angle of 24.26º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D210E is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 33 | 14 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.76 |
| HSL | 24.26º | 0.63% | 0.15% | - |
| HSV(B) | 24.26º | 0.77% | 0.24% | - |
| XYZ | 2.55 | 2.11 | 0.69 | - |
| YUV | 39.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 33 | 14 | 0 | 0.46 | 0.77 | 0.76 | 24.26 | 0.63 | 0.15 |
| Hex | 3D | 21 | E | 0 | 2E | 4D | 4C | 18 | 3F | F |
| Octal | 75 | 41 | 16 | 0 | 56 | 115 | 114 | 30 | 77 | 17 |
| Binary | 111101 | 100001 | 1110 | 0 | 101110 | 1001101 | 1001100 | 11000 | 111111 | 1111 |
Color Harmonies of #3D210E
Complementary color
Monochromatic Colors of #3D210E
Black with #3D210E
Text Example
Text Example
White with #3D210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D210E; }
p { color: rgb(61,33,14); }
H1.HeaderClassName
{
color: #3D210E;
}
.AnyTagClassName
{
color: #3D210E;
}
</style>
background-color css
<style>
a { background-color: #3D210E; }
a { background-color: rgb(61,33,14); }
div.DivClassName
{
background-color: #3D210E;
}
.BgClassName
{
background-color: #3D210E;
}
</style>
border-color css
<style>
span { border-color: #3D210E; }
span { border-color: rgb(61,33,14); }
td.TdClassName
{
border-color: #3D210E;
}
.TagClassName
{
border-color: #3D210E;
}
</style>