Shades of Jacko Bean #3E3528
Tints of Jacko Bean #3E3528
RGB
CMYK
RGB Variations
Color information
#3E3528 (or 0x3E3528) is known color: Jacko Bean. HEX triplet: 3E, 35 and 28. RGB value is (62,53,40). Sum of RGB (Red+Green+Blue) = 62+53+40=155 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3528 is #C1CAD7. Grayscale: #363636. Windows color (decimal): -12700376 or 2635070. OLE color: 2635070.
HSL color Cylindrical-coordinate representation of color #3E3528: hue angle of 35.45º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E3528 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 53 | 40 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.76 |
| HSL | 35.45º | 0.22% | 0.2% | - |
| HSV(B) | 35.45º | 0.35% | 0.24% | - |
| XYZ | 3.64 | 3.72 | 2.53 | - |
| YUV | 54.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 40 | 0 | 0.15 | 0.35 | 0.76 | 35.45 | 0.22 | 0.2 |
| Hex | 3E | 35 | 28 | 0 | F | 23 | 4C | 23 | 16 | 14 |
| Octal | 76 | 65 | 50 | 0 | 17 | 43 | 114 | 43 | 26 | 24 |
| Binary | 111110 | 110101 | 101000 | 0 | 1111 | 100011 | 1001100 | 100011 | 10110 | 10100 |
Color Harmonies of #3E3528
Complementary color
Monochromatic Colors of #3E3528
Black with #3E3528
Text Example
Text Example
White with #3E3528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3528; }
p { color: rgb(62,53,40); }
H1.HeaderClassName
{
color: #3E3528;
}
.AnyTagClassName
{
color: #3E3528;
}
</style>
background-color css
<style>
a { background-color: #3E3528; }
a { background-color: rgb(62,53,40); }
div.DivClassName
{
background-color: #3E3528;
}
.BgClassName
{
background-color: #3E3528;
}
</style>
border-color css
<style>
span { border-color: #3E3528; }
span { border-color: rgb(62,53,40); }
td.TdClassName
{
border-color: #3E3528;
}
.TagClassName
{
border-color: #3E3528;
}
</style>