Shades of Jacko Bean #3E3932
Tints of Jacko Bean #3E3932
RGB
CMYK
RGB Variations
Color information
#3E3932 (or 0x3E3932) is known color: Jacko Bean. HEX triplet: 3E, 39 and 32. RGB value is (62,57,50). Sum of RGB (Red+Green+Blue) = 62+57+50=169 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.69% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3932 is #C1C6CD. Grayscale: #393939. Windows color (decimal): -12699342 or 3291454. OLE color: 3291454.
HSL color Cylindrical-coordinate representation of color #3E3932: hue angle of 35º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3E3932 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 57 | 50 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.76 |
| HSL | 35º | 0.11% | 0.22% | - |
| HSV(B) | 35º | 0.19% | 0.24% | - |
| XYZ | 4.03 | 4.18 | 3.61 | - |
| YUV | 57.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 57 | 50 | 0 | 0.08 | 0.19 | 0.76 | 35 | 0.11 | 0.22 |
| Hex | 3E | 39 | 32 | 0 | 8 | 13 | 4C | 23 | B | 16 |
| Octal | 76 | 71 | 62 | 0 | 10 | 23 | 114 | 43 | 13 | 26 |
| Binary | 111110 | 111001 | 110010 | 0 | 1000 | 10011 | 1001100 | 100011 | 1011 | 10110 |
Color Harmonies of #3E3932
Complementary color
Monochromatic Colors of #3E3932
Black with #3E3932
Text Example
Text Example
White with #3E3932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3932; }
p { color: rgb(62,57,50); }
H1.HeaderClassName
{
color: #3E3932;
}
.AnyTagClassName
{
color: #3E3932;
}
</style>
background-color css
<style>
a { background-color: #3E3932; }
a { background-color: rgb(62,57,50); }
div.DivClassName
{
background-color: #3E3932;
}
.BgClassName
{
background-color: #3E3932;
}
</style>
border-color css
<style>
span { border-color: #3E3932; }
span { border-color: rgb(62,57,50); }
td.TdClassName
{
border-color: #3E3932;
}
.TagClassName
{
border-color: #3E3932;
}
</style>