Shades of Jacko Bean #3E3527
Tints of Jacko Bean #3E3527
RGB
CMYK
RGB Variations
Color information
#3E3527 (or 0x3E3527) is known color: Jacko Bean. HEX triplet: 3E, 35 and 27. RGB value is (62,53,39). Sum of RGB (Red+Green+Blue) = 62+53+39=154 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.26% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3527 is #C1CAD8. Grayscale: #363636. Windows color (decimal): -12700377 or 2569534. OLE color: 2569534.
HSL color Cylindrical-coordinate representation of color #3E3527: hue angle of 36.52º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E3527 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 53 | 39 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.76 |
| HSL | 36.52º | 0.23% | 0.2% | - |
| HSV(B) | 36.52º | 0.37% | 0.24% | - |
| XYZ | 3.63 | 3.72 | 2.45 | - |
| YUV | 54.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 39 | 0 | 0.15 | 0.37 | 0.76 | 36.52 | 0.23 | 0.2 |
| Hex | 3E | 35 | 27 | 0 | F | 25 | 4C | 25 | 17 | 14 |
| Octal | 76 | 65 | 47 | 0 | 17 | 45 | 114 | 45 | 27 | 24 |
| Binary | 111110 | 110101 | 100111 | 0 | 1111 | 100101 | 1001100 | 100101 | 10111 | 10100 |
Color Harmonies of #3E3527
Complementary color
Monochromatic Colors of #3E3527
Black with #3E3527
Text Example
Text Example
White with #3E3527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3527; }
p { color: rgb(62,53,39); }
H1.HeaderClassName
{
color: #3E3527;
}
.AnyTagClassName
{
color: #3E3527;
}
</style>
background-color css
<style>
a { background-color: #3E3527; }
a { background-color: rgb(62,53,39); }
div.DivClassName
{
background-color: #3E3527;
}
.BgClassName
{
background-color: #3E3527;
}
</style>
border-color css
<style>
span { border-color: #3E3527; }
span { border-color: rgb(62,53,39); }
td.TdClassName
{
border-color: #3E3527;
}
.TagClassName
{
border-color: #3E3527;
}
</style>