Shades of Brown Pod #3F251B
Tints of Brown Pod #3F251B
RGB
CMYK
RGB Variations
Color information
#3F251B (or 0x3F251B) is known color: Brown Pod. HEX triplet: 3F, 25 and 1B. RGB value is (63,37,27). Sum of RGB (Red+Green+Blue) = 63+37+27=127 (16% of max value = 765). Red value is 63 (25% from 255 or 49.61% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 63 - color contains mainly: red. Hex color #3F251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F251B is #C0DAE4. Grayscale: #2B2B2B. Windows color (decimal): -12638949 or 1779007. OLE color: 1779007.
HSL color Cylindrical-coordinate representation of color #3F251B: hue angle of 16.67º 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 #3F251B is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 37 | 27 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.75 |
| HSL | 16.67º | 0.4% | 0.18% | - |
| HSV(B) | 16.67º | 0.57% | 0.25% | - |
| XYZ | 2.91 | 2.46 | 1.36 | - |
| YUV | 43.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 27 | 0 | 0.41 | 0.57 | 0.75 | 16.67 | 0.4 | 0.18 |
| Hex | 3F | 25 | 1B | 0 | 29 | 39 | 4B | 11 | 28 | 12 |
| Octal | 77 | 45 | 33 | 0 | 51 | 71 | 113 | 21 | 50 | 22 |
| Binary | 111111 | 100101 | 11011 | 0 | 101001 | 111001 | 1001011 | 10001 | 101000 | 10010 |
Color Harmonies of #3F251B
Complementary color
Monochromatic Colors of #3F251B
Black with #3F251B
Text Example
Text Example
White with #3F251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F251B; }
p { color: rgb(63,37,27); }
H1.HeaderClassName
{
color: #3F251B;
}
.AnyTagClassName
{
color: #3F251B;
}
</style>
background-color css
<style>
a { background-color: #3F251B; }
a { background-color: rgb(63,37,27); }
div.DivClassName
{
background-color: #3F251B;
}
.BgClassName
{
background-color: #3F251B;
}
</style>
border-color css
<style>
span { border-color: #3F251B; }
span { border-color: rgb(63,37,27); }
td.TdClassName
{
border-color: #3F251B;
}
.TagClassName
{
border-color: #3F251B;
}
</style>