Shades of Brown Pod #3F271B
Tints of Brown Pod #3F271B
RGB
CMYK
RGB Variations
Color information
#3F271B (or 0x3F271B) is known color: Brown Pod. HEX triplet: 3F, 27 and 1B. RGB value is (63,39,27). Sum of RGB (Red+Green+Blue) = 63+39+27=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 63 - color contains mainly: red. Hex color #3F271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F271B is #C0D8E4. Grayscale: #2C2C2C. Windows color (decimal): -12638437 or 1779519. OLE color: 1779519.
HSL color Cylindrical-coordinate representation of color #3F271B: hue angle of 20º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F271B is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 39 | 27 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.75 |
| HSL | 20º | 0.4% | 0.18% | - |
| HSV(B) | 20º | 0.57% | 0.25% | - |
| XYZ | 2.97 | 2.59 | 1.38 | - |
| YUV | 44.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 27 | 0 | 0.38 | 0.57 | 0.75 | 20 | 0.4 | 0.18 |
| Hex | 3F | 27 | 1B | 0 | 26 | 39 | 4B | 14 | 28 | 12 |
| Octal | 77 | 47 | 33 | 0 | 46 | 71 | 113 | 24 | 50 | 22 |
| Binary | 111111 | 100111 | 11011 | 0 | 100110 | 111001 | 1001011 | 10100 | 101000 | 10010 |
Color Harmonies of #3F271B
Complementary color
Monochromatic Colors of #3F271B
Black with #3F271B
Text Example
Text Example
White with #3F271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F271B; }
p { color: rgb(63,39,27); }
H1.HeaderClassName
{
color: #3F271B;
}
.AnyTagClassName
{
color: #3F271B;
}
</style>
background-color css
<style>
a { background-color: #3F271B; }
a { background-color: rgb(63,39,27); }
div.DivClassName
{
background-color: #3F271B;
}
.BgClassName
{
background-color: #3F271B;
}
</style>
border-color css
<style>
span { border-color: #3F271B; }
span { border-color: rgb(63,39,27); }
td.TdClassName
{
border-color: #3F271B;
}
.TagClassName
{
border-color: #3F271B;
}
</style>