Shades of Brown Pod #3F1804
Tints of Brown Pod #3F1804
RGB
CMYK
RGB Variations
Color information
#3F1804 (or 0x3F1804) is known color: Brown Pod. HEX triplet: 3F, 18 and 04. RGB value is (63,24,4). Sum of RGB (Red+Green+Blue) = 63+24+4=91 (12% of max value = 765). Red value is 63 (25% from 255 or 69.23% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1804 is #C0E7FB. Grayscale: #212121. Windows color (decimal): -12642300 or 268351. OLE color: 268351.
HSL color Cylindrical-coordinate representation of color #3F1804: hue angle of 20.34º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F1804 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 24 | 4 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.75 |
| HSL | 20.34º | 0.88% | 0.13% | - |
| HSV(B) | 20.34º | 0.94% | 0.25% | - |
| XYZ | 2.4 | 1.72 | 0.32 | - |
| YUV | 33.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 4 | 0 | 0.62 | 0.94 | 0.75 | 20.34 | 0.88 | 0.13 |
| Hex | 3F | 18 | 4 | 0 | 3E | 5E | 4B | 14 | 58 | D |
| Octal | 77 | 30 | 4 | 0 | 76 | 136 | 113 | 24 | 130 | 15 |
| Binary | 111111 | 11000 | 100 | 0 | 111110 | 1011110 | 1001011 | 10100 | 1011000 | 1101 |
Color Harmonies of #3F1804
Complementary color
Monochromatic Colors of #3F1804
Black with #3F1804
Text Example
Text Example
White with #3F1804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1804; }
p { color: rgb(63,24,4); }
H1.HeaderClassName
{
color: #3F1804;
}
.AnyTagClassName
{
color: #3F1804;
}
</style>
background-color css
<style>
a { background-color: #3F1804; }
a { background-color: rgb(63,24,4); }
div.DivClassName
{
background-color: #3F1804;
}
.BgClassName
{
background-color: #3F1804;
}
</style>
border-color css
<style>
span { border-color: #3F1804; }
span { border-color: rgb(63,24,4); }
td.TdClassName
{
border-color: #3F1804;
}
.TagClassName
{
border-color: #3F1804;
}
</style>