Shades of Brown Pod #3F1402
Tints of Brown Pod #3F1402
RGB
CMYK
RGB Variations
Color information
#3F1402 (or 0x3F1402) is known color: Brown Pod. HEX triplet: 3F, 14 and 02. RGB value is (63,20,2). Sum of RGB (Red+Green+Blue) = 63+20+2=85 (11% of max value = 765). Red value is 63 (25% from 255 or 74.12% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1402 is #C0EBFD. Grayscale: #1E1E1E. Windows color (decimal): -12643326 or 136255. OLE color: 136255.
HSL color Cylindrical-coordinate representation of color #3F1402: hue angle of 17.7º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F1402 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 20 | 2 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.75 |
| HSL | 17.7º | 0.94% | 0.13% | - |
| HSV(B) | 17.7º | 0.97% | 0.25% | - |
| XYZ | 2.31 | 1.56 | 0.24 | - |
| YUV | 30.81 | 111.75 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 2 | 0 | 0.68 | 0.97 | 0.75 | 17.7 | 0.94 | 0.13 |
| Hex | 3F | 14 | 2 | 0 | 44 | 61 | 4B | 12 | 5E | D |
| Octal | 77 | 24 | 2 | 0 | 104 | 141 | 113 | 22 | 136 | 15 |
| Binary | 111111 | 10100 | 10 | 0 | 1000100 | 1100001 | 1001011 | 10010 | 1011110 | 1101 |
Color Harmonies of #3F1402
Complementary color
Monochromatic Colors of #3F1402
Black with #3F1402
Text Example
Text Example
White with #3F1402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1402; }
p { color: rgb(63,20,2); }
H1.HeaderClassName
{
color: #3F1402;
}
.AnyTagClassName
{
color: #3F1402;
}
</style>
background-color css
<style>
a { background-color: #3F1402; }
a { background-color: rgb(63,20,2); }
div.DivClassName
{
background-color: #3F1402;
}
.BgClassName
{
background-color: #3F1402;
}
</style>
border-color css
<style>
span { border-color: #3F1402; }
span { border-color: rgb(63,20,2); }
td.TdClassName
{
border-color: #3F1402;
}
.TagClassName
{
border-color: #3F1402;
}
</style>