Shades of Brown Pod #3F1601
Tints of Brown Pod #3F1601
RGB
CMYK
RGB Variations
Color information
#3F1601 (or 0x3F1601) is known color: Brown Pod. HEX triplet: 3F, 16 and 01. RGB value is (63,22,1). Sum of RGB (Red+Green+Blue) = 63+22+1=86 (11% of max value = 765). Red value is 63 (25% from 255 or 73.26% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1601 is #C0E9FE. Grayscale: #1F1F1F. Windows color (decimal): -12642815 or 71231. OLE color: 71231.
HSL color Cylindrical-coordinate representation of color #3F1601: hue angle of 20.32º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F1601 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 22 | 1 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.75 |
| HSL | 20.32º | 0.97% | 0.13% | - |
| HSV(B) | 20.32º | 0.98% | 0.25% | - |
| XYZ | 2.34 | 1.63 | 0.22 | - |
| YUV | 31.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 1 | 0 | 0.65 | 0.98 | 0.75 | 20.32 | 0.97 | 0.13 |
| Hex | 3F | 16 | 1 | 0 | 41 | 62 | 4B | 14 | 61 | D |
| Octal | 77 | 26 | 1 | 0 | 101 | 142 | 113 | 24 | 141 | 15 |
| Binary | 111111 | 10110 | 1 | 0 | 1000001 | 1100010 | 1001011 | 10100 | 1100001 | 1101 |
Color Harmonies of #3F1601
Complementary color
Monochromatic Colors of #3F1601
Black with #3F1601
Text Example
Text Example
White with #3F1601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1601; }
p { color: rgb(63,22,1); }
H1.HeaderClassName
{
color: #3F1601;
}
.AnyTagClassName
{
color: #3F1601;
}
</style>
background-color css
<style>
a { background-color: #3F1601; }
a { background-color: rgb(63,22,1); }
div.DivClassName
{
background-color: #3F1601;
}
.BgClassName
{
background-color: #3F1601;
}
</style>
border-color css
<style>
span { border-color: #3F1601; }
span { border-color: rgb(63,22,1); }
td.TdClassName
{
border-color: #3F1601;
}
.TagClassName
{
border-color: #3F1601;
}
</style>