Shades of Jacko Bean #403324
Tints of Jacko Bean #403324
RGB
CMYK
RGB Variations
Color information
#403324 (or 0x403324) is known color: Jacko Bean. HEX triplet: 40, 33 and 24. RGB value is (64,51,36). Sum of RGB (Red+Green+Blue) = 64+51+36=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #403324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403324 is #BFCCDB. Grayscale: #353535. Windows color (decimal): -12569820 or 2372416. OLE color: 2372416.
HSL color Cylindrical-coordinate representation of color #403324: hue angle of 32.14º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #403324 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 51 | 36 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.75 |
| HSL | 32.14º | 0.28% | 0.2% | - |
| HSV(B) | 32.14º | 0.44% | 0.25% | - |
| XYZ | 3.62 | 3.59 | 2.17 | - |
| YUV | 53.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 36 | 0 | 0.20 | 0.44 | 0.75 | 32.14 | 0.28 | 0.2 |
| Hex | 40 | 33 | 24 | 0 | 14 | 2C | 4B | 20 | 1C | 14 |
| Octal | 100 | 63 | 44 | 0 | 24 | 54 | 113 | 40 | 34 | 24 |
| Binary | 1000000 | 110011 | 100100 | 0 | 10100 | 101100 | 1001011 | 100000 | 11100 | 10100 |
Color Harmonies of #403324
Complementary color
Monochromatic Colors of #403324
Black with #403324
Text Example
Text Example
White with #403324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403324; }
p { color: rgb(64,51,36); }
H1.HeaderClassName
{
color: #403324;
}
.AnyTagClassName
{
color: #403324;
}
</style>
background-color css
<style>
a { background-color: #403324; }
a { background-color: rgb(64,51,36); }
div.DivClassName
{
background-color: #403324;
}
.BgClassName
{
background-color: #403324;
}
</style>
border-color css
<style>
span { border-color: #403324; }
span { border-color: rgb(64,51,36); }
td.TdClassName
{
border-color: #403324;
}
.TagClassName
{
border-color: #403324;
}
</style>