Shades of Brown Pod #3F1906
Tints of Brown Pod #3F1906
RGB
CMYK
RGB Variations
Color information
#3F1906 (or 0x3F1906) is known color: Brown Pod. HEX triplet: 3F, 19 and 06. RGB value is (63,25,6). Sum of RGB (Red+Green+Blue) = 63+25+6=94 (12% of max value = 765). Red value is 63 (25% from 255 or 67.02% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1906 is #C0E6F9. Grayscale: #222222. Windows color (decimal): -12642042 or 399679. OLE color: 399679.
HSL color Cylindrical-coordinate representation of color #3F1906: hue angle of 20º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F1906 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 25 | 6 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.75 |
| HSL | 20º | 0.83% | 0.14% | - |
| HSV(B) | 20º | 0.9% | 0.25% | - |
| XYZ | 2.43 | 1.77 | 0.38 | - |
| YUV | 34.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 6 | 0 | 0.60 | 0.90 | 0.75 | 20 | 0.83 | 0.14 |
| Hex | 3F | 19 | 6 | 0 | 3C | 5A | 4B | 14 | 53 | E |
| Octal | 77 | 31 | 6 | 0 | 74 | 132 | 113 | 24 | 123 | 16 |
| Binary | 111111 | 11001 | 110 | 0 | 111100 | 1011010 | 1001011 | 10100 | 1010011 | 1110 |
Color Harmonies of #3F1906
Complementary color
Monochromatic Colors of #3F1906
Black with #3F1906
Text Example
Text Example
White with #3F1906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1906; }
p { color: rgb(63,25,6); }
H1.HeaderClassName
{
color: #3F1906;
}
.AnyTagClassName
{
color: #3F1906;
}
</style>
background-color css
<style>
a { background-color: #3F1906; }
a { background-color: rgb(63,25,6); }
div.DivClassName
{
background-color: #3F1906;
}
.BgClassName
{
background-color: #3F1906;
}
</style>
border-color css
<style>
span { border-color: #3F1906; }
span { border-color: rgb(63,25,6); }
td.TdClassName
{
border-color: #3F1906;
}
.TagClassName
{
border-color: #3F1906;
}
</style>