Shades of Brown Pod #3F251F
Tints of Brown Pod #3F251F
RGB
CMYK
RGB Variations
Color information
#3F251F (or 0x3F251F) is known color: Brown Pod. HEX triplet: 3F, 25 and 1F. RGB value is (63,37,31). Sum of RGB (Red+Green+Blue) = 63+37+31=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F251F is #C0DAE0. Grayscale: #2C2C2C. Windows color (decimal): -12638945 or 2041151. OLE color: 2041151.
HSL color Cylindrical-coordinate representation of color #3F251F: hue angle of 11.25º 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 #3F251F is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 37 | 31 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.75 |
| HSL | 11.25º | 0.34% | 0.18% | - |
| HSV(B) | 11.25º | 0.51% | 0.25% | - |
| XYZ | 2.96 | 2.48 | 1.62 | - |
| YUV | 44.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 31 | 0 | 0.41 | 0.51 | 0.75 | 11.25 | 0.34 | 0.18 |
| Hex | 3F | 25 | 1F | 0 | 29 | 33 | 4B | B | 22 | 12 |
| Octal | 77 | 45 | 37 | 0 | 51 | 63 | 113 | 13 | 42 | 22 |
| Binary | 111111 | 100101 | 11111 | 0 | 101001 | 110011 | 1001011 | 1011 | 100010 | 10010 |
Color Harmonies of #3F251F
Complementary color
Monochromatic Colors of #3F251F
Black with #3F251F
Text Example
Text Example
White with #3F251F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F251F; }
p { color: rgb(63,37,31); }
H1.HeaderClassName
{
color: #3F251F;
}
.AnyTagClassName
{
color: #3F251F;
}
</style>
background-color css
<style>
a { background-color: #3F251F; }
a { background-color: rgb(63,37,31); }
div.DivClassName
{
background-color: #3F251F;
}
.BgClassName
{
background-color: #3F251F;
}
</style>
border-color css
<style>
span { border-color: #3F251F; }
span { border-color: rgb(63,37,31); }
td.TdClassName
{
border-color: #3F251F;
}
.TagClassName
{
border-color: #3F251F;
}
</style>