Shades of Brown Pod #3F251E
Tints of Brown Pod #3F251E
RGB
CMYK
RGB Variations
Color information
#3F251E (or 0x3F251E) is known color: Brown Pod. HEX triplet: 3F, 25 and 1E. RGB value is (63,37,30). Sum of RGB (Red+Green+Blue) = 63+37+30=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 63 - color contains mainly: red. Hex color #3F251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F251E is #C0DAE1. Grayscale: #2C2C2C. Windows color (decimal): -12638946 or 1975615. OLE color: 1975615.
HSL color Cylindrical-coordinate representation of color #3F251E: hue angle of 12.73º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F251E is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 37 | 30 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.75 |
| HSL | 12.73º | 0.35% | 0.18% | - |
| HSV(B) | 12.73º | 0.52% | 0.25% | - |
| XYZ | 2.95 | 2.47 | 1.55 | - |
| YUV | 43.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 30 | 0 | 0.41 | 0.52 | 0.75 | 12.73 | 0.35 | 0.18 |
| Hex | 3F | 25 | 1E | 0 | 29 | 34 | 4B | D | 23 | 12 |
| Octal | 77 | 45 | 36 | 0 | 51 | 64 | 113 | 15 | 43 | 22 |
| Binary | 111111 | 100101 | 11110 | 0 | 101001 | 110100 | 1001011 | 1101 | 100011 | 10010 |
Color Harmonies of #3F251E
Complementary color
Monochromatic Colors of #3F251E
Black with #3F251E
Text Example
Text Example
White with #3F251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F251E; }
p { color: rgb(63,37,30); }
H1.HeaderClassName
{
color: #3F251E;
}
.AnyTagClassName
{
color: #3F251E;
}
</style>
background-color css
<style>
a { background-color: #3F251E; }
a { background-color: rgb(63,37,30); }
div.DivClassName
{
background-color: #3F251E;
}
.BgClassName
{
background-color: #3F251E;
}
</style>
border-color css
<style>
span { border-color: #3F251E; }
span { border-color: rgb(63,37,30); }
td.TdClassName
{
border-color: #3F251E;
}
.TagClassName
{
border-color: #3F251E;
}
</style>