Shades of Brown Pod #3F2414
Tints of Brown Pod #3F2414
RGB
CMYK
RGB Variations
Color information
#3F2414 (or 0x3F2414) is known color: Brown Pod. HEX triplet: 3F, 24 and 14. RGB value is (63,36,20). Sum of RGB (Red+Green+Blue) = 63+36+20=119 (15% of max value = 765). Red value is 63 (25% from 255 or 52.94% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2414 is #C0DBEB. Grayscale: #2A2A2A. Windows color (decimal): -12639212 or 1319999. OLE color: 1319999.
HSL color Cylindrical-coordinate representation of color #3F2414: hue angle of 22.33º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F2414 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 36 | 20 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.75 |
| HSL | 22.33º | 0.52% | 0.16% | - |
| HSV(B) | 22.33º | 0.68% | 0.25% | - |
| XYZ | 2.81 | 2.37 | 0.97 | - |
| YUV | 42.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 20 | 0 | 0.43 | 0.68 | 0.75 | 22.33 | 0.52 | 0.16 |
| Hex | 3F | 24 | 14 | 0 | 2B | 44 | 4B | 16 | 34 | 10 |
| Octal | 77 | 44 | 24 | 0 | 53 | 104 | 113 | 26 | 64 | 20 |
| Binary | 111111 | 100100 | 10100 | 0 | 101011 | 1000100 | 1001011 | 10110 | 110100 | 10000 |
Color Harmonies of #3F2414
Complementary color
Monochromatic Colors of #3F2414
Black with #3F2414
Text Example
Text Example
White with #3F2414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2414; }
p { color: rgb(63,36,20); }
H1.HeaderClassName
{
color: #3F2414;
}
.AnyTagClassName
{
color: #3F2414;
}
</style>
background-color css
<style>
a { background-color: #3F2414; }
a { background-color: rgb(63,36,20); }
div.DivClassName
{
background-color: #3F2414;
}
.BgClassName
{
background-color: #3F2414;
}
</style>
border-color css
<style>
span { border-color: #3F2414; }
span { border-color: rgb(63,36,20); }
td.TdClassName
{
border-color: #3F2414;
}
.TagClassName
{
border-color: #3F2414;
}
</style>