Shades of Brown Pod #3F1E01
Tints of Brown Pod #3F1E01
RGB
CMYK
RGB Variations
Color information
#3F1E01 (or 0x3F1E01) is known color: Brown Pod. HEX triplet: 3F, 1E and 01. RGB value is (63,30,1). Sum of RGB (Red+Green+Blue) = 63+30+1=94 (12% of max value = 765). Red value is 63 (25% from 255 or 67.02% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1E01 is #C0E1FE. Grayscale: #242424. Windows color (decimal): -12640767 or 73279. OLE color: 73279.
HSL color Cylindrical-coordinate representation of color #3F1E01: hue angle of 28.06º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F1E01 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 30 | 1 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.75 |
| HSL | 28.06º | 0.97% | 0.13% | - |
| HSV(B) | 28.06º | 0.98% | 0.25% | - |
| XYZ | 2.52 | 1.99 | 0.28 | - |
| YUV | 36.56 | 107.93 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 30 | 1 | 0 | 0.52 | 0.98 | 0.75 | 28.06 | 0.97 | 0.13 |
| Hex | 3F | 1E | 1 | 0 | 34 | 62 | 4B | 1C | 61 | D |
| Octal | 77 | 36 | 1 | 0 | 64 | 142 | 113 | 34 | 141 | 15 |
| Binary | 111111 | 11110 | 1 | 0 | 110100 | 1100010 | 1001011 | 11100 | 1100001 | 1101 |
Color Harmonies of #3F1E01
Complementary color
Monochromatic Colors of #3F1E01
Black with #3F1E01
Text Example
Text Example
White with #3F1E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1E01; }
p { color: rgb(63,30,1); }
H1.HeaderClassName
{
color: #3F1E01;
}
.AnyTagClassName
{
color: #3F1E01;
}
</style>
background-color css
<style>
a { background-color: #3F1E01; }
a { background-color: rgb(63,30,1); }
div.DivClassName
{
background-color: #3F1E01;
}
.BgClassName
{
background-color: #3F1E01;
}
</style>
border-color css
<style>
span { border-color: #3F1E01; }
span { border-color: rgb(63,30,1); }
td.TdClassName
{
border-color: #3F1E01;
}
.TagClassName
{
border-color: #3F1E01;
}
</style>