Shades of Jacko Bean #3E3325
Tints of Jacko Bean #3E3325
RGB
CMYK
RGB Variations
Color information
#3E3325 (or 0x3E3325) is known color: Jacko Bean. HEX triplet: 3E, 33 and 25. RGB value is (62,51,37). Sum of RGB (Red+Green+Blue) = 62+51+37=150 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.33% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3325 is #C1CCDA. Grayscale: #343434. Windows color (decimal): -12700891 or 2437950. OLE color: 2437950.
HSL color Cylindrical-coordinate representation of color #3E3325: hue angle of 33.6º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E3325 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 51 | 37 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.76 |
| HSL | 33.6º | 0.25% | 0.19% | - |
| HSV(B) | 33.6º | 0.4% | 0.24% | - |
| XYZ | 3.5 | 3.53 | 2.25 | - |
| YUV | 52.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 37 | 0 | 0.18 | 0.40 | 0.76 | 33.6 | 0.25 | 0.19 |
| Hex | 3E | 33 | 25 | 0 | 12 | 28 | 4C | 22 | 19 | 13 |
| Octal | 76 | 63 | 45 | 0 | 22 | 50 | 114 | 42 | 31 | 23 |
| Binary | 111110 | 110011 | 100101 | 0 | 10010 | 101000 | 1001100 | 100010 | 11001 | 10011 |
Color Harmonies of #3E3325
Complementary color
Monochromatic Colors of #3E3325
Black with #3E3325
Text Example
Text Example
White with #3E3325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3325; }
p { color: rgb(62,51,37); }
H1.HeaderClassName
{
color: #3E3325;
}
.AnyTagClassName
{
color: #3E3325;
}
</style>
background-color css
<style>
a { background-color: #3E3325; }
a { background-color: rgb(62,51,37); }
div.DivClassName
{
background-color: #3E3325;
}
.BgClassName
{
background-color: #3E3325;
}
</style>
border-color css
<style>
span { border-color: #3E3325; }
span { border-color: rgb(62,51,37); }
td.TdClassName
{
border-color: #3E3325;
}
.TagClassName
{
border-color: #3E3325;
}
</style>