Shades of Brown Pod #3F2319
Tints of Brown Pod #3F2319
RGB
CMYK
RGB Variations
Color information
#3F2319 (or 0x3F2319) is known color: Brown Pod. HEX triplet: 3F, 23 and 19. RGB value is (63,35,25). Sum of RGB (Red+Green+Blue) = 63+35+25=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2319 is #C0DCE6. Grayscale: #2A2A2A. Windows color (decimal): -12639463 or 1647423. OLE color: 1647423.
HSL color Cylindrical-coordinate representation of color #3F2319: hue angle of 15.79º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F2319 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 35 | 25 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.75 |
| HSL | 15.79º | 0.43% | 0.17% | - |
| HSV(B) | 15.79º | 0.6% | 0.25% | - |
| XYZ | 2.83 | 2.33 | 1.22 | - |
| YUV | 42.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 25 | 0 | 0.44 | 0.60 | 0.75 | 15.79 | 0.43 | 0.17 |
| Hex | 3F | 23 | 19 | 0 | 2C | 3C | 4B | 10 | 2B | 11 |
| Octal | 77 | 43 | 31 | 0 | 54 | 74 | 113 | 20 | 53 | 21 |
| Binary | 111111 | 100011 | 11001 | 0 | 101100 | 111100 | 1001011 | 10000 | 101011 | 10001 |
Color Harmonies of #3F2319
Complementary color
Monochromatic Colors of #3F2319
Black with #3F2319
Text Example
Text Example
White with #3F2319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2319; }
p { color: rgb(63,35,25); }
H1.HeaderClassName
{
color: #3F2319;
}
.AnyTagClassName
{
color: #3F2319;
}
</style>
background-color css
<style>
a { background-color: #3F2319; }
a { background-color: rgb(63,35,25); }
div.DivClassName
{
background-color: #3F2319;
}
.BgClassName
{
background-color: #3F2319;
}
</style>
border-color css
<style>
span { border-color: #3F2319; }
span { border-color: rgb(63,35,25); }
td.TdClassName
{
border-color: #3F2319;
}
.TagClassName
{
border-color: #3F2319;
}
</style>