Shades of Brown Pod #3F1F10
Tints of Brown Pod #3F1F10
RGB
CMYK
RGB Variations
Color information
#3F1F10 (or 0x3F1F10) is known color: Brown Pod. HEX triplet: 3F, 1F and 10. RGB value is (63,31,16). Sum of RGB (Red+Green+Blue) = 63+31+16=110 (14% of max value = 765). Red value is 63 (25% from 255 or 57.27% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1F10 is #C0E0EF. Grayscale: #262626. Windows color (decimal): -12640496 or 1056575. OLE color: 1056575.
HSL color Cylindrical-coordinate representation of color #3F1F10: hue angle of 19.15º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F1F10 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 31 | 16 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.75 |
| HSL | 19.15º | 0.59% | 0.15% | - |
| HSV(B) | 19.15º | 0.75% | 0.25% | - |
| XYZ | 2.63 | 2.07 | 0.75 | - |
| YUV | 38.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 31 | 16 | 0 | 0.51 | 0.75 | 0.75 | 19.15 | 0.59 | 0.15 |
| Hex | 3F | 1F | 10 | 0 | 33 | 4B | 4B | 13 | 3B | F |
| Octal | 77 | 37 | 20 | 0 | 63 | 113 | 113 | 23 | 73 | 17 |
| Binary | 111111 | 11111 | 10000 | 0 | 110011 | 1001011 | 1001011 | 10011 | 111011 | 1111 |
Color Harmonies of #3F1F10
Complementary color
Monochromatic Colors of #3F1F10
Black with #3F1F10
Text Example
Text Example
White with #3F1F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1F10; }
p { color: rgb(63,31,16); }
H1.HeaderClassName
{
color: #3F1F10;
}
.AnyTagClassName
{
color: #3F1F10;
}
</style>
background-color css
<style>
a { background-color: #3F1F10; }
a { background-color: rgb(63,31,16); }
div.DivClassName
{
background-color: #3F1F10;
}
.BgClassName
{
background-color: #3F1F10;
}
</style>
border-color css
<style>
span { border-color: #3F1F10; }
span { border-color: rgb(63,31,16); }
td.TdClassName
{
border-color: #3F1F10;
}
.TagClassName
{
border-color: #3F1F10;
}
</style>