Shades of Brown Pod #3F1811
Tints of Brown Pod #3F1811
RGB
CMYK
RGB Variations
Color information
#3F1811 (or 0x3F1811) is known color: Brown Pod. HEX triplet: 3F, 18 and 11. RGB value is (63,24,17). Sum of RGB (Red+Green+Blue) = 63+24+17=104 (13% of max value = 765). Red value is 63 (25% from 255 or 60.58% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1811 is #C0E7EE. Grayscale: #222222. Windows color (decimal): -12642287 or 1120319. OLE color: 1120319.
HSL color Cylindrical-coordinate representation of color #3F1811: hue angle of 9.13º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F1811 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 24 | 17 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.75 |
| HSL | 9.13º | 0.58% | 0.16% | - |
| HSV(B) | 9.13º | 0.73% | 0.25% | - |
| XYZ | 2.48 | 1.75 | 0.74 | - |
| YUV | 34.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 17 | 0 | 0.62 | 0.73 | 0.75 | 9.13 | 0.58 | 0.16 |
| Hex | 3F | 18 | 11 | 0 | 3E | 49 | 4B | 9 | 3A | 10 |
| Octal | 77 | 30 | 21 | 0 | 76 | 111 | 113 | 11 | 72 | 20 |
| Binary | 111111 | 11000 | 10001 | 0 | 111110 | 1001001 | 1001011 | 1001 | 111010 | 10000 |
Color Harmonies of #3F1811
Complementary color
Monochromatic Colors of #3F1811
Black with #3F1811
Text Example
Text Example
White with #3F1811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1811; }
p { color: rgb(63,24,17); }
H1.HeaderClassName
{
color: #3F1811;
}
.AnyTagClassName
{
color: #3F1811;
}
</style>
background-color css
<style>
a { background-color: #3F1811; }
a { background-color: rgb(63,24,17); }
div.DivClassName
{
background-color: #3F1811;
}
.BgClassName
{
background-color: #3F1811;
}
</style>
border-color css
<style>
span { border-color: #3F1811; }
span { border-color: rgb(63,24,17); }
td.TdClassName
{
border-color: #3F1811;
}
.TagClassName
{
border-color: #3F1811;
}
</style>