Shades of Brown Pod #3F201C
Tints of Brown Pod #3F201C
RGB
CMYK
RGB Variations
Color information
#3F201C (or 0x3F201C) is known color: Brown Pod. HEX triplet: 3F, 20 and 1C. RGB value is (63,32,28). Sum of RGB (Red+Green+Blue) = 63+32+28=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F201C is #C0DFE3. Grayscale: #282828. Windows color (decimal): -12640228 or 1843263. OLE color: 1843263.
HSL color Cylindrical-coordinate representation of color #3F201C: hue angle of 6.86º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F201C is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 32 | 28 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.75 |
| HSL | 6.86º | 0.38% | 0.18% | - |
| HSV(B) | 6.86º | 0.56% | 0.25% | - |
| XYZ | 2.78 | 2.17 | 1.37 | - |
| YUV | 40.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 32 | 28 | 0 | 0.49 | 0.56 | 0.75 | 6.86 | 0.38 | 0.18 |
| Hex | 3F | 20 | 1C | 0 | 31 | 38 | 4B | 7 | 26 | 12 |
| Octal | 77 | 40 | 34 | 0 | 61 | 70 | 113 | 7 | 46 | 22 |
| Binary | 111111 | 100000 | 11100 | 0 | 110001 | 111000 | 1001011 | 111 | 100110 | 10010 |
Color Harmonies of #3F201C
Complementary color
Monochromatic Colors of #3F201C
Black with #3F201C
Text Example
Text Example
White with #3F201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F201C; }
p { color: rgb(63,32,28); }
H1.HeaderClassName
{
color: #3F201C;
}
.AnyTagClassName
{
color: #3F201C;
}
</style>
background-color css
<style>
a { background-color: #3F201C; }
a { background-color: rgb(63,32,28); }
div.DivClassName
{
background-color: #3F201C;
}
.BgClassName
{
background-color: #3F201C;
}
</style>
border-color css
<style>
span { border-color: #3F201C; }
span { border-color: rgb(63,32,28); }
td.TdClassName
{
border-color: #3F201C;
}
.TagClassName
{
border-color: #3F201C;
}
</style>