Shades of Brown Pod #3F201A
Tints of Brown Pod #3F201A
RGB
CMYK
RGB Variations
Color information
#3F201A (or 0x3F201A) is known color: Brown Pod. HEX triplet: 3F, 20 and 1A. RGB value is (63,32,26). Sum of RGB (Red+Green+Blue) = 63+32+26=121 (16% of max value = 765). Red value is 63 (25% from 255 or 52.07% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 63 - color contains mainly: red. Hex color #3F201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F201A is #C0DFE5. Grayscale: #282828. Windows color (decimal): -12640230 or 1712191. OLE color: 1712191.
HSL color Cylindrical-coordinate representation of color #3F201A: hue angle of 9.73º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F201A is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 32 | 26 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.75 |
| HSL | 9.73º | 0.42% | 0.17% | - |
| HSV(B) | 9.73º | 0.59% | 0.25% | - |
| XYZ | 2.75 | 2.16 | 1.25 | - |
| YUV | 40.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 32 | 26 | 0 | 0.49 | 0.59 | 0.75 | 9.73 | 0.42 | 0.17 |
| Hex | 3F | 20 | 1A | 0 | 31 | 3B | 4B | A | 2A | 11 |
| Octal | 77 | 40 | 32 | 0 | 61 | 73 | 113 | 12 | 52 | 21 |
| Binary | 111111 | 100000 | 11010 | 0 | 110001 | 111011 | 1001011 | 1010 | 101010 | 10001 |
Color Harmonies of #3F201A
Complementary color
Monochromatic Colors of #3F201A
Black with #3F201A
Text Example
Text Example
White with #3F201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F201A; }
p { color: rgb(63,32,26); }
H1.HeaderClassName
{
color: #3F201A;
}
.AnyTagClassName
{
color: #3F201A;
}
</style>
background-color css
<style>
a { background-color: #3F201A; }
a { background-color: rgb(63,32,26); }
div.DivClassName
{
background-color: #3F201A;
}
.BgClassName
{
background-color: #3F201A;
}
</style>
border-color css
<style>
span { border-color: #3F201A; }
span { border-color: rgb(63,32,26); }
td.TdClassName
{
border-color: #3F201A;
}
.TagClassName
{
border-color: #3F201A;
}
</style>