Shades of Brown Pod #3F1401
Tints of Brown Pod #3F1401
RGB
CMYK
RGB Variations
Color information
#3F1401 (or 0x3F1401) is known color: Brown Pod. HEX triplet: 3F, 14 and 01. RGB value is (63,20,1). Sum of RGB (Red+Green+Blue) = 63+20+1=84 (11% of max value = 765). Red value is 63 (25% from 255 or 75% from 84); Green value is 20 (8.20% from 255 or 23.81% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1401 is #C0EBFE. Grayscale: #1E1E1E. Windows color (decimal): -12643327 or 70719. OLE color: 70719.
HSL color Cylindrical-coordinate representation of color #3F1401: hue angle of 18.39º 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 #3F1401 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 20 | 1 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.75 |
| HSL | 18.39º | 0.97% | 0.13% | - |
| HSV(B) | 18.39º | 0.98% | 0.25% | - |
| XYZ | 2.31 | 1.56 | 0.21 | - |
| YUV | 30.69 | 111.25 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 1 | 0 | 0.68 | 0.98 | 0.75 | 18.39 | 0.97 | 0.13 |
| Hex | 3F | 14 | 1 | 0 | 44 | 62 | 4B | 12 | 61 | D |
| Octal | 77 | 24 | 1 | 0 | 104 | 142 | 113 | 22 | 141 | 15 |
| Binary | 111111 | 10100 | 1 | 0 | 1000100 | 1100010 | 1001011 | 10010 | 1100001 | 1101 |
Color Harmonies of #3F1401
Complementary color
Monochromatic Colors of #3F1401
Black with #3F1401
Text Example
Text Example
White with #3F1401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1401; }
p { color: rgb(63,20,1); }
H1.HeaderClassName
{
color: #3F1401;
}
.AnyTagClassName
{
color: #3F1401;
}
</style>
background-color css
<style>
a { background-color: #3F1401; }
a { background-color: rgb(63,20,1); }
div.DivClassName
{
background-color: #3F1401;
}
.BgClassName
{
background-color: #3F1401;
}
</style>
border-color css
<style>
span { border-color: #3F1401; }
span { border-color: rgb(63,20,1); }
td.TdClassName
{
border-color: #3F1401;
}
.TagClassName
{
border-color: #3F1401;
}
</style>