Shades of Brown Pod #3F1A09
Tints of Brown Pod #3F1A09
RGB
CMYK
RGB Variations
Color information
#3F1A09 (or 0x3F1A09) is known color: Brown Pod. HEX triplet: 3F, 1A and 09. RGB value is (63,26,9). Sum of RGB (Red+Green+Blue) = 63+26+9=98 (12% of max value = 765). Red value is 63 (25% from 255 or 64.29% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1A09 is #C0E5F6. Grayscale: #232323. Windows color (decimal): -12641783 or 596543. OLE color: 596543.
HSL color Cylindrical-coordinate representation of color #3F1A09: hue angle of 18.89º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F1A09 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 26 | 9 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.75 |
| HSL | 18.89º | 0.75% | 0.14% | - |
| HSV(B) | 18.89º | 0.86% | 0.25% | - |
| XYZ | 2.47 | 1.82 | 0.48 | - |
| YUV | 35.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 26 | 9 | 0 | 0.59 | 0.86 | 0.75 | 18.89 | 0.75 | 0.14 |
| Hex | 3F | 1A | 9 | 0 | 3B | 56 | 4B | 13 | 4B | E |
| Octal | 77 | 32 | 11 | 0 | 73 | 126 | 113 | 23 | 113 | 16 |
| Binary | 111111 | 11010 | 1001 | 0 | 111011 | 1010110 | 1001011 | 10011 | 1001011 | 1110 |
Color Harmonies of #3F1A09
Complementary color
Monochromatic Colors of #3F1A09
Black with #3F1A09
Text Example
Text Example
White with #3F1A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1A09; }
p { color: rgb(63,26,9); }
H1.HeaderClassName
{
color: #3F1A09;
}
.AnyTagClassName
{
color: #3F1A09;
}
</style>
background-color css
<style>
a { background-color: #3F1A09; }
a { background-color: rgb(63,26,9); }
div.DivClassName
{
background-color: #3F1A09;
}
.BgClassName
{
background-color: #3F1A09;
}
</style>
border-color css
<style>
span { border-color: #3F1A09; }
span { border-color: rgb(63,26,9); }
td.TdClassName
{
border-color: #3F1A09;
}
.TagClassName
{
border-color: #3F1A09;
}
</style>