Shades of Brown Pod #3F271F
Tints of Brown Pod #3F271F
RGB
CMYK
RGB Variations
Color information
#3F271F (or 0x3F271F) is known color: Brown Pod. HEX triplet: 3F, 27 and 1F. RGB value is (63,39,31). Sum of RGB (Red+Green+Blue) = 63+39+31=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F271F is #C0D8E0. Grayscale: #2D2D2D. Windows color (decimal): -12638433 or 2041663. OLE color: 2041663.
HSL color Cylindrical-coordinate representation of color #3F271F: hue angle of 15º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F271F is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 39 | 31 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.75 |
| HSL | 15º | 0.34% | 0.18% | - |
| HSV(B) | 15º | 0.51% | 0.25% | - |
| XYZ | 3.02 | 2.61 | 1.64 | - |
| YUV | 45.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 31 | 0 | 0.38 | 0.51 | 0.75 | 15 | 0.34 | 0.18 |
| Hex | 3F | 27 | 1F | 0 | 26 | 33 | 4B | F | 22 | 12 |
| Octal | 77 | 47 | 37 | 0 | 46 | 63 | 113 | 17 | 42 | 22 |
| Binary | 111111 | 100111 | 11111 | 0 | 100110 | 110011 | 1001011 | 1111 | 100010 | 10010 |
Color Harmonies of #3F271F
Complementary color
Monochromatic Colors of #3F271F
Black with #3F271F
Text Example
Text Example
White with #3F271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F271F; }
p { color: rgb(63,39,31); }
H1.HeaderClassName
{
color: #3F271F;
}
.AnyTagClassName
{
color: #3F271F;
}
</style>
background-color css
<style>
a { background-color: #3F271F; }
a { background-color: rgb(63,39,31); }
div.DivClassName
{
background-color: #3F271F;
}
.BgClassName
{
background-color: #3F271F;
}
</style>
border-color css
<style>
span { border-color: #3F271F; }
span { border-color: rgb(63,39,31); }
td.TdClassName
{
border-color: #3F271F;
}
.TagClassName
{
border-color: #3F271F;
}
</style>