Shades of Brown Pod #3F211B
Tints of Brown Pod #3F211B
RGB
CMYK
RGB Variations
Color information
#3F211B (or 0x3F211B) is known color: Brown Pod. HEX triplet: 3F, 21 and 1B. RGB value is (63,33,27). Sum of RGB (Red+Green+Blue) = 63+33+27=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F211B is #C0DEE4. Grayscale: #292929. Windows color (decimal): -12639973 or 1777983. OLE color: 1777983.
HSL color Cylindrical-coordinate representation of color #3F211B: hue angle of 10º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F211B is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 33 | 27 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.75 |
| HSL | 10º | 0.4% | 0.18% | - |
| HSV(B) | 10º | 0.57% | 0.25% | - |
| XYZ | 2.79 | 2.22 | 1.32 | - |
| YUV | 41.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 33 | 27 | 0 | 0.48 | 0.57 | 0.75 | 10 | 0.4 | 0.18 |
| Hex | 3F | 21 | 1B | 0 | 30 | 39 | 4B | A | 28 | 12 |
| Octal | 77 | 41 | 33 | 0 | 60 | 71 | 113 | 12 | 50 | 22 |
| Binary | 111111 | 100001 | 11011 | 0 | 110000 | 111001 | 1001011 | 1010 | 101000 | 10010 |
Color Harmonies of #3F211B
Complementary color
Monochromatic Colors of #3F211B
Black with #3F211B
Text Example
Text Example
White with #3F211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F211B; }
p { color: rgb(63,33,27); }
H1.HeaderClassName
{
color: #3F211B;
}
.AnyTagClassName
{
color: #3F211B;
}
</style>
background-color css
<style>
a { background-color: #3F211B; }
a { background-color: rgb(63,33,27); }
div.DivClassName
{
background-color: #3F211B;
}
.BgClassName
{
background-color: #3F211B;
}
</style>
border-color css
<style>
span { border-color: #3F211B; }
span { border-color: rgb(63,33,27); }
td.TdClassName
{
border-color: #3F211B;
}
.TagClassName
{
border-color: #3F211B;
}
</style>