Shades of Jacko Bean #3E3529
Tints of Jacko Bean #3E3529
RGB
CMYK
RGB Variations
Color information
#3E3529 (or 0x3E3529) is known color: Jacko Bean. HEX triplet: 3E, 35 and 29. RGB value is (62,53,41). Sum of RGB (Red+Green+Blue) = 62+53+41=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3529 is #C1CAD6. Grayscale: #363636. Windows color (decimal): -12700375 or 2700606. OLE color: 2700606.
HSL color Cylindrical-coordinate representation of color #3E3529: hue angle of 34.29º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E3529 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 53 | 41 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.76 |
| HSL | 34.29º | 0.2% | 0.2% | - |
| HSV(B) | 34.29º | 0.34% | 0.24% | - |
| XYZ | 3.66 | 3.73 | 2.62 | - |
| YUV | 54.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 41 | 0 | 0.15 | 0.34 | 0.76 | 34.29 | 0.2 | 0.2 |
| Hex | 3E | 35 | 29 | 0 | F | 22 | 4C | 22 | 14 | 14 |
| Octal | 76 | 65 | 51 | 0 | 17 | 42 | 114 | 42 | 24 | 24 |
| Binary | 111110 | 110101 | 101001 | 0 | 1111 | 100010 | 1001100 | 100010 | 10100 | 10100 |
Color Harmonies of #3E3529
Complementary color
Monochromatic Colors of #3E3529
Black with #3E3529
Text Example
Text Example
White with #3E3529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3529; }
p { color: rgb(62,53,41); }
H1.HeaderClassName
{
color: #3E3529;
}
.AnyTagClassName
{
color: #3E3529;
}
</style>
background-color css
<style>
a { background-color: #3E3529; }
a { background-color: rgb(62,53,41); }
div.DivClassName
{
background-color: #3E3529;
}
.BgClassName
{
background-color: #3E3529;
}
</style>
border-color css
<style>
span { border-color: #3E3529; }
span { border-color: rgb(62,53,41); }
td.TdClassName
{
border-color: #3E3529;
}
.TagClassName
{
border-color: #3E3529;
}
</style>