Shades of Brown Pod #3F1913
Tints of Brown Pod #3F1913
RGB
CMYK
RGB Variations
Color information
#3F1913 (or 0x3F1913) is known color: Brown Pod. HEX triplet: 3F, 19 and 13. RGB value is (63,25,19). Sum of RGB (Red+Green+Blue) = 63+25+19=107 (14% of max value = 765). Red value is 63 (25% from 255 or 58.88% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1913 is #C0E6EC. Grayscale: #232323. Windows color (decimal): -12642029 or 1251647. OLE color: 1251647.
HSL color Cylindrical-coordinate representation of color #3F1913: hue angle of 8.18º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F1913 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 25 | 19 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.75 |
| HSL | 8.18º | 0.54% | 0.16% | - |
| HSV(B) | 8.18º | 0.7% | 0.25% | - |
| XYZ | 2.52 | 1.8 | 0.83 | - |
| YUV | 35.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 19 | 0 | 0.60 | 0.70 | 0.75 | 8.18 | 0.54 | 0.16 |
| Hex | 3F | 19 | 13 | 0 | 3C | 46 | 4B | 8 | 36 | 10 |
| Octal | 77 | 31 | 23 | 0 | 74 | 106 | 113 | 10 | 66 | 20 |
| Binary | 111111 | 11001 | 10011 | 0 | 111100 | 1000110 | 1001011 | 1000 | 110110 | 10000 |
Color Harmonies of #3F1913
Complementary color
Monochromatic Colors of #3F1913
Black with #3F1913
Text Example
Text Example
White with #3F1913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1913; }
p { color: rgb(63,25,19); }
H1.HeaderClassName
{
color: #3F1913;
}
.AnyTagClassName
{
color: #3F1913;
}
</style>
background-color css
<style>
a { background-color: #3F1913; }
a { background-color: rgb(63,25,19); }
div.DivClassName
{
background-color: #3F1913;
}
.BgClassName
{
background-color: #3F1913;
}
</style>
border-color css
<style>
span { border-color: #3F1913; }
span { border-color: rgb(63,25,19); }
td.TdClassName
{
border-color: #3F1913;
}
.TagClassName
{
border-color: #3F1913;
}
</style>