Shades of Jacko Bean #3E362C
Tints of Jacko Bean #3E362C
RGB
CMYK
RGB Variations
Color information
#3E362C (or 0x3E362C) is known color: Jacko Bean. HEX triplet: 3E, 36 and 2C. RGB value is (62,54,44). Sum of RGB (Red+Green+Blue) = 62+54+44=160 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.75% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 62 - color contains mainly: red. Hex color #3E362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E362C is #C1C9D3. Grayscale: #373737. Windows color (decimal): -12700116 or 2897470. OLE color: 2897470.
HSL color Cylindrical-coordinate representation of color #3E362C: hue angle of 33.33º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3E362C is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 54 | 44 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.76 |
| HSL | 33.33º | 0.17% | 0.21% | - |
| HSV(B) | 33.33º | 0.29% | 0.24% | - |
| XYZ | 3.76 | 3.84 | 2.93 | - |
| YUV | 55.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 44 | 0 | 0.13 | 0.29 | 0.76 | 33.33 | 0.17 | 0.21 |
| Hex | 3E | 36 | 2C | 0 | D | 1D | 4C | 21 | 11 | 15 |
| Octal | 76 | 66 | 54 | 0 | 15 | 35 | 114 | 41 | 21 | 25 |
| Binary | 111110 | 110110 | 101100 | 0 | 1101 | 11101 | 1001100 | 100001 | 10001 | 10101 |
Color Harmonies of #3E362C
Complementary color
Monochromatic Colors of #3E362C
Black with #3E362C
Text Example
Text Example
White with #3E362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E362C; }
p { color: rgb(62,54,44); }
H1.HeaderClassName
{
color: #3E362C;
}
.AnyTagClassName
{
color: #3E362C;
}
</style>
background-color css
<style>
a { background-color: #3E362C; }
a { background-color: rgb(62,54,44); }
div.DivClassName
{
background-color: #3E362C;
}
.BgClassName
{
background-color: #3E362C;
}
</style>
border-color css
<style>
span { border-color: #3E362C; }
span { border-color: rgb(62,54,44); }
td.TdClassName
{
border-color: #3E362C;
}
.TagClassName
{
border-color: #3E362C;
}
</style>