Shades of Brown Pod #3F2118
Tints of Brown Pod #3F2118
RGB
CMYK
RGB Variations
Color information
#3F2118 (or 0x3F2118) is known color: Brown Pod. HEX triplet: 3F, 21 and 18. RGB value is (63,33,24). Sum of RGB (Red+Green+Blue) = 63+33+24=120 (15% of max value = 765). Red value is 63 (25% from 255 or 52.5% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2118 is #C0DEE7. Grayscale: #292929. Windows color (decimal): -12639976 or 1581375. OLE color: 1581375.
HSL color Cylindrical-coordinate representation of color #3F2118: hue angle of 13.85º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F2118 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 33 | 24 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.75 |
| HSL | 13.85º | 0.45% | 0.17% | - |
| HSV(B) | 13.85º | 0.62% | 0.25% | - |
| XYZ | 2.76 | 2.21 | 1.15 | - |
| YUV | 40.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 33 | 24 | 0 | 0.48 | 0.62 | 0.75 | 13.85 | 0.45 | 0.17 |
| Hex | 3F | 21 | 18 | 0 | 30 | 3E | 4B | E | 2D | 11 |
| Octal | 77 | 41 | 30 | 0 | 60 | 76 | 113 | 16 | 55 | 21 |
| Binary | 111111 | 100001 | 11000 | 0 | 110000 | 111110 | 1001011 | 1110 | 101101 | 10001 |
Color Harmonies of #3F2118
Complementary color
Monochromatic Colors of #3F2118
Black with #3F2118
Text Example
Text Example
White with #3F2118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2118; }
p { color: rgb(63,33,24); }
H1.HeaderClassName
{
color: #3F2118;
}
.AnyTagClassName
{
color: #3F2118;
}
</style>
background-color css
<style>
a { background-color: #3F2118; }
a { background-color: rgb(63,33,24); }
div.DivClassName
{
background-color: #3F2118;
}
.BgClassName
{
background-color: #3F2118;
}
</style>
border-color css
<style>
span { border-color: #3F2118; }
span { border-color: rgb(63,33,24); }
td.TdClassName
{
border-color: #3F2118;
}
.TagClassName
{
border-color: #3F2118;
}
</style>