Shades of Brown Pod #3F1301
Tints of Brown Pod #3F1301
RGB
CMYK
RGB Variations
Color information
#3F1301 (or 0x3F1301) is known color: Brown Pod. HEX triplet: 3F, 13 and 01. RGB value is (63,19,1). Sum of RGB (Red+Green+Blue) = 63+19+1=83 (10% of max value = 765). Red value is 63 (25% from 255 or 75.90% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1301 is #C0ECFE. Grayscale: #1E1E1E. Windows color (decimal): -12643583 or 70463. OLE color: 70463.
HSL color Cylindrical-coordinate representation of color #3F1301: hue angle of 17.42º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F1301 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 19 | 1 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.75 |
| HSL | 17.42º | 0.97% | 0.13% | - |
| HSV(B) | 17.42º | 0.98% | 0.25% | - |
| XYZ | 2.29 | 1.52 | 0.2 | - |
| YUV | 30.1 | 111.58 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 1 | 0 | 0.70 | 0.98 | 0.75 | 17.42 | 0.97 | 0.13 |
| Hex | 3F | 13 | 1 | 0 | 46 | 62 | 4B | 11 | 61 | D |
| Octal | 77 | 23 | 1 | 0 | 106 | 142 | 113 | 21 | 141 | 15 |
| Binary | 111111 | 10011 | 1 | 0 | 1000110 | 1100010 | 1001011 | 10001 | 1100001 | 1101 |
Color Harmonies of #3F1301
Complementary color
Monochromatic Colors of #3F1301
Black with #3F1301
Text Example
Text Example
White with #3F1301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1301; }
p { color: rgb(63,19,1); }
H1.HeaderClassName
{
color: #3F1301;
}
.AnyTagClassName
{
color: #3F1301;
}
</style>
background-color css
<style>
a { background-color: #3F1301; }
a { background-color: rgb(63,19,1); }
div.DivClassName
{
background-color: #3F1301;
}
.BgClassName
{
background-color: #3F1301;
}
</style>
border-color css
<style>
span { border-color: #3F1301; }
span { border-color: rgb(63,19,1); }
td.TdClassName
{
border-color: #3F1301;
}
.TagClassName
{
border-color: #3F1301;
}
</style>