Shades of Brown Pod #3F1F15
Tints of Brown Pod #3F1F15
RGB
CMYK
RGB Variations
Color information
#3F1F15 (or 0x3F1F15) is known color: Brown Pod. HEX triplet: 3F, 1F and 15. RGB value is (63,31,21). Sum of RGB (Red+Green+Blue) = 63+31+21=115 (15% of max value = 765). Red value is 63 (25% from 255 or 54.78% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1F15 is #C0E0EA. Grayscale: #272727. Windows color (decimal): -12640491 or 1384255. OLE color: 1384255.
HSL color Cylindrical-coordinate representation of color #3F1F15: hue angle of 14.29º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F1F15 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 31 | 21 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.75 |
| HSL | 14.29º | 0.5% | 0.16% | - |
| HSV(B) | 14.29º | 0.67% | 0.25% | - |
| XYZ | 2.68 | 2.09 | 0.97 | - |
| YUV | 39.43 | 117.6 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 31 | 21 | 0 | 0.51 | 0.67 | 0.75 | 14.29 | 0.5 | 0.16 |
| Hex | 3F | 1F | 15 | 0 | 33 | 43 | 4B | E | 32 | 10 |
| Octal | 77 | 37 | 25 | 0 | 63 | 103 | 113 | 16 | 62 | 20 |
| Binary | 111111 | 11111 | 10101 | 0 | 110011 | 1000011 | 1001011 | 1110 | 110010 | 10000 |
Color Harmonies of #3F1F15
Complementary color
Monochromatic Colors of #3F1F15
Black with #3F1F15
Text Example
Text Example
White with #3F1F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1F15; }
p { color: rgb(63,31,21); }
H1.HeaderClassName
{
color: #3F1F15;
}
.AnyTagClassName
{
color: #3F1F15;
}
</style>
background-color css
<style>
a { background-color: #3F1F15; }
a { background-color: rgb(63,31,21); }
div.DivClassName
{
background-color: #3F1F15;
}
.BgClassName
{
background-color: #3F1F15;
}
</style>
border-color css
<style>
span { border-color: #3F1F15; }
span { border-color: rgb(63,31,21); }
td.TdClassName
{
border-color: #3F1F15;
}
.TagClassName
{
border-color: #3F1F15;
}
</style>