Shades of Brown Pod #3F1F08
Tints of Brown Pod #3F1F08
RGB
CMYK
RGB Variations
Color information
#3F1F08 (or 0x3F1F08) is known color: Brown Pod. HEX triplet: 3F, 1F and 08. RGB value is (63,31,8). Sum of RGB (Red+Green+Blue) = 63+31+8=102 (13% of max value = 765). Red value is 63 (25% from 255 or 61.76% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1F08 is #C0E0F7. Grayscale: #262626. Windows color (decimal): -12640504 or 532287. OLE color: 532287.
HSL color Cylindrical-coordinate representation of color #3F1F08: hue angle of 25.09º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F1F08 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 31 | 8 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.75 |
| HSL | 25.09º | 0.77% | 0.14% | - |
| HSV(B) | 25.09º | 0.87% | 0.25% | - |
| XYZ | 2.58 | 2.05 | 0.49 | - |
| YUV | 37.95 | 111.1 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 31 | 8 | 0 | 0.51 | 0.87 | 0.75 | 25.09 | 0.77 | 0.14 |
| Hex | 3F | 1F | 8 | 0 | 33 | 57 | 4B | 19 | 4D | E |
| Octal | 77 | 37 | 10 | 0 | 63 | 127 | 113 | 31 | 115 | 16 |
| Binary | 111111 | 11111 | 1000 | 0 | 110011 | 1010111 | 1001011 | 11001 | 1001101 | 1110 |
Color Harmonies of #3F1F08
Complementary color
Monochromatic Colors of #3F1F08
Black with #3F1F08
Text Example
Text Example
White with #3F1F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1F08; }
p { color: rgb(63,31,8); }
H1.HeaderClassName
{
color: #3F1F08;
}
.AnyTagClassName
{
color: #3F1F08;
}
</style>
background-color css
<style>
a { background-color: #3F1F08; }
a { background-color: rgb(63,31,8); }
div.DivClassName
{
background-color: #3F1F08;
}
.BgClassName
{
background-color: #3F1F08;
}
</style>
border-color css
<style>
span { border-color: #3F1F08; }
span { border-color: rgb(63,31,8); }
td.TdClassName
{
border-color: #3F1F08;
}
.TagClassName
{
border-color: #3F1F08;
}
</style>