Shades of Brown Pod #3F1C14
Tints of Brown Pod #3F1C14
RGB
CMYK
RGB Variations
Color information
#3F1C14 (or 0x3F1C14) is known color: Brown Pod. HEX triplet: 3F, 1C and 14. RGB value is (63,28,20). Sum of RGB (Red+Green+Blue) = 63+28+20=111 (14% of max value = 765). Red value is 63 (25% from 255 or 56.76% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1C14 is #C0E3EB. Grayscale: #252525. Windows color (decimal): -12641260 or 1317951. OLE color: 1317951.
HSL color Cylindrical-coordinate representation of color #3F1C14: hue angle of 11.16º 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 #3F1C14 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 28 | 20 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.75 |
| HSL | 11.16º | 0.52% | 0.16% | - |
| HSV(B) | 11.16º | 0.68% | 0.25% | - |
| XYZ | 2.59 | 1.94 | 0.9 | - |
| YUV | 37.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 28 | 20 | 0 | 0.56 | 0.68 | 0.75 | 11.16 | 0.52 | 0.16 |
| Hex | 3F | 1C | 14 | 0 | 38 | 44 | 4B | B | 34 | 10 |
| Octal | 77 | 34 | 24 | 0 | 70 | 104 | 113 | 13 | 64 | 20 |
| Binary | 111111 | 11100 | 10100 | 0 | 111000 | 1000100 | 1001011 | 1011 | 110100 | 10000 |
Color Harmonies of #3F1C14
Complementary color
Monochromatic Colors of #3F1C14
Black with #3F1C14
Text Example
Text Example
White with #3F1C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1C14; }
p { color: rgb(63,28,20); }
H1.HeaderClassName
{
color: #3F1C14;
}
.AnyTagClassName
{
color: #3F1C14;
}
</style>
background-color css
<style>
a { background-color: #3F1C14; }
a { background-color: rgb(63,28,20); }
div.DivClassName
{
background-color: #3F1C14;
}
.BgClassName
{
background-color: #3F1C14;
}
</style>
border-color css
<style>
span { border-color: #3F1C14; }
span { border-color: rgb(63,28,20); }
td.TdClassName
{
border-color: #3F1C14;
}
.TagClassName
{
border-color: #3F1C14;
}
</style>