Shades of Brown Pod #3F1907
Tints of Brown Pod #3F1907
RGB
CMYK
RGB Variations
Color information
#3F1907 (or 0x3F1907) is known color: Brown Pod. HEX triplet: 3F, 19 and 07. RGB value is (63,25,7). Sum of RGB (Red+Green+Blue) = 63+25+7=95 (12% of max value = 765). Red value is 63 (25% from 255 or 66.32% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 7 (3.12% from 255 or 7.37% from 95); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1907 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1907 is #C0E6F8. Grayscale: #222222. Windows color (decimal): -12642041 or 465215. OLE color: 465215.
HSL color Cylindrical-coordinate representation of color #3F1907: hue angle of 19.29º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F1907 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 25 | 7 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.75 |
| HSL | 19.29º | 0.8% | 0.14% | - |
| HSV(B) | 19.29º | 0.89% | 0.25% | - |
| XYZ | 2.44 | 1.77 | 0.41 | - |
| YUV | 34.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 7 | 0 | 0.60 | 0.89 | 0.75 | 19.29 | 0.8 | 0.14 |
| Hex | 3F | 19 | 7 | 0 | 3C | 59 | 4B | 13 | 50 | E |
| Octal | 77 | 31 | 7 | 0 | 74 | 131 | 113 | 23 | 120 | 16 |
| Binary | 111111 | 11001 | 111 | 0 | 111100 | 1011001 | 1001011 | 10011 | 1010000 | 1110 |
Color Harmonies of #3F1907
Complementary color
Monochromatic Colors of #3F1907
Black with #3F1907
Text Example
Text Example
White with #3F1907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1907; }
p { color: rgb(63,25,7); }
H1.HeaderClassName
{
color: #3F1907;
}
.AnyTagClassName
{
color: #3F1907;
}
</style>
background-color css
<style>
a { background-color: #3F1907; }
a { background-color: rgb(63,25,7); }
div.DivClassName
{
background-color: #3F1907;
}
.BgClassName
{
background-color: #3F1907;
}
</style>
border-color css
<style>
span { border-color: #3F1907; }
span { border-color: rgb(63,25,7); }
td.TdClassName
{
border-color: #3F1907;
}
.TagClassName
{
border-color: #3F1907;
}
</style>