Shades of Brown Pod #3F1A0D
Tints of Brown Pod #3F1A0D
RGB
CMYK
RGB Variations
Color information
#3F1A0D (or 0x3F1A0D) is known color: Brown Pod. HEX triplet: 3F, 1A and 0D. RGB value is (63,26,13). Sum of RGB (Red+Green+Blue) = 63+26+13=102 (13% of max value = 765). Red value is 63 (25% from 255 or 61.76% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1A0D is #C0E5F2. Grayscale: #232323. Windows color (decimal): -12641779 or 858687. OLE color: 858687.
HSL color Cylindrical-coordinate representation of color #3F1A0D: hue angle of 15.6º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F1A0D is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 26 | 13 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.75 |
| HSL | 15.6º | 0.66% | 0.15% | - |
| HSV(B) | 15.6º | 0.79% | 0.25% | - |
| XYZ | 2.49 | 1.82 | 0.6 | - |
| YUV | 35.58 | 115.26 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 26 | 13 | 0 | 0.59 | 0.79 | 0.75 | 15.6 | 0.66 | 0.15 |
| Hex | 3F | 1A | D | 0 | 3B | 4F | 4B | 10 | 42 | F |
| Octal | 77 | 32 | 15 | 0 | 73 | 117 | 113 | 20 | 102 | 17 |
| Binary | 111111 | 11010 | 1101 | 0 | 111011 | 1001111 | 1001011 | 10000 | 1000010 | 1111 |
Color Harmonies of #3F1A0D
Complementary color
Monochromatic Colors of #3F1A0D
Black with #3F1A0D
Text Example
Text Example
White with #3F1A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1A0D; }
p { color: rgb(63,26,13); }
H1.HeaderClassName
{
color: #3F1A0D;
}
.AnyTagClassName
{
color: #3F1A0D;
}
</style>
background-color css
<style>
a { background-color: #3F1A0D; }
a { background-color: rgb(63,26,13); }
div.DivClassName
{
background-color: #3F1A0D;
}
.BgClassName
{
background-color: #3F1A0D;
}
</style>
border-color css
<style>
span { border-color: #3F1A0D; }
span { border-color: rgb(63,26,13); }
td.TdClassName
{
border-color: #3F1A0D;
}
.TagClassName
{
border-color: #3F1A0D;
}
</style>