Shades of Jacko Bean #3F3529
Tints of Jacko Bean #3F3529
RGB
CMYK
RGB Variations
Color information
#3F3529 (or 0x3F3529) is known color: Jacko Bean. HEX triplet: 3F, 35 and 29. RGB value is (63,53,41). Sum of RGB (Red+Green+Blue) = 63+53+41=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3529 is #C0CAD6. Grayscale: #363636. Windows color (decimal): -12634839 or 2700607. OLE color: 2700607.
HSL color Cylindrical-coordinate representation of color #3F3529: hue angle of 32.73º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F3529 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 53 | 41 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.75 |
| HSL | 32.73º | 0.21% | 0.2% | - |
| HSV(B) | 32.73º | 0.35% | 0.25% | - |
| XYZ | 3.72 | 3.76 | 2.63 | - |
| YUV | 54.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 41 | 0 | 0.16 | 0.35 | 0.75 | 32.73 | 0.21 | 0.2 |
| Hex | 3F | 35 | 29 | 0 | 10 | 23 | 4B | 21 | 15 | 14 |
| Octal | 77 | 65 | 51 | 0 | 20 | 43 | 113 | 41 | 25 | 24 |
| Binary | 111111 | 110101 | 101001 | 0 | 10000 | 100011 | 1001011 | 100001 | 10101 | 10100 |
Color Harmonies of #3F3529
Complementary color
Monochromatic Colors of #3F3529
Black with #3F3529
Text Example
Text Example
White with #3F3529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3529; }
p { color: rgb(63,53,41); }
H1.HeaderClassName
{
color: #3F3529;
}
.AnyTagClassName
{
color: #3F3529;
}
</style>
background-color css
<style>
a { background-color: #3F3529; }
a { background-color: rgb(63,53,41); }
div.DivClassName
{
background-color: #3F3529;
}
.BgClassName
{
background-color: #3F3529;
}
</style>
border-color css
<style>
span { border-color: #3F3529; }
span { border-color: rgb(63,53,41); }
td.TdClassName
{
border-color: #3F3529;
}
.TagClassName
{
border-color: #3F3529;
}
</style>