Shades of Brown Pod #3F1F12
Tints of Brown Pod #3F1F12
RGB
CMYK
RGB Variations
Color information
#3F1F12 (or 0x3F1F12) is known color: Brown Pod. HEX triplet: 3F, 1F and 12. RGB value is (63,31,18). Sum of RGB (Red+Green+Blue) = 63+31+18=112 (14% of max value = 765). Red value is 63 (25% from 255 or 56.25% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1F12 is #C0E0ED. Grayscale: #272727. Windows color (decimal): -12640494 or 1187647. OLE color: 1187647.
HSL color Cylindrical-coordinate representation of color #3F1F12: hue angle of 17.33º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F1F12 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 31 | 18 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.75 |
| HSL | 17.33º | 0.56% | 0.16% | - |
| HSV(B) | 17.33º | 0.71% | 0.25% | - |
| XYZ | 2.65 | 2.08 | 0.83 | - |
| YUV | 39.09 | 116.1 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 31 | 18 | 0 | 0.51 | 0.71 | 0.75 | 17.33 | 0.56 | 0.16 |
| Hex | 3F | 1F | 12 | 0 | 33 | 47 | 4B | 11 | 38 | 10 |
| Octal | 77 | 37 | 22 | 0 | 63 | 107 | 113 | 21 | 70 | 20 |
| Binary | 111111 | 11111 | 10010 | 0 | 110011 | 1000111 | 1001011 | 10001 | 111000 | 10000 |
Color Harmonies of #3F1F12
Complementary color
Monochromatic Colors of #3F1F12
Black with #3F1F12
Text Example
Text Example
White with #3F1F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1F12; }
p { color: rgb(63,31,18); }
H1.HeaderClassName
{
color: #3F1F12;
}
.AnyTagClassName
{
color: #3F1F12;
}
</style>
background-color css
<style>
a { background-color: #3F1F12; }
a { background-color: rgb(63,31,18); }
div.DivClassName
{
background-color: #3F1F12;
}
.BgClassName
{
background-color: #3F1F12;
}
</style>
border-color css
<style>
span { border-color: #3F1F12; }
span { border-color: rgb(63,31,18); }
td.TdClassName
{
border-color: #3F1F12;
}
.TagClassName
{
border-color: #3F1F12;
}
</style>