Shades of Jacko Bean #403527
Tints of Jacko Bean #403527
RGB
CMYK
RGB Variations
Color information
#403527 (or 0x403527) is known color: Jacko Bean. HEX triplet: 40, 35 and 27. RGB value is (64,53,39). Sum of RGB (Red+Green+Blue) = 64+53+39=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 64 - color contains mainly: red. Hex color #403527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403527 is #BFCAD8. Grayscale: #363636. Windows color (decimal): -12569305 or 2569536. OLE color: 2569536.
HSL color Cylindrical-coordinate representation of color #403527: hue angle of 33.6º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #403527 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 53 | 39 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.75 |
| HSL | 33.6º | 0.24% | 0.2% | - |
| HSV(B) | 33.6º | 0.39% | 0.25% | - |
| XYZ | 3.75 | 3.78 | 2.45 | - |
| YUV | 54.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 53 | 39 | 0 | 0.17 | 0.39 | 0.75 | 33.6 | 0.24 | 0.2 |
| Hex | 40 | 35 | 27 | 0 | 11 | 27 | 4B | 22 | 18 | 14 |
| Octal | 100 | 65 | 47 | 0 | 21 | 47 | 113 | 42 | 30 | 24 |
| Binary | 1000000 | 110101 | 100111 | 0 | 10001 | 100111 | 1001011 | 100010 | 11000 | 10100 |
Color Harmonies of #403527
Complementary color
Monochromatic Colors of #403527
Black with #403527
Text Example
Text Example
White with #403527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403527; }
p { color: rgb(64,53,39); }
H1.HeaderClassName
{
color: #403527;
}
.AnyTagClassName
{
color: #403527;
}
</style>
background-color css
<style>
a { background-color: #403527; }
a { background-color: rgb(64,53,39); }
div.DivClassName
{
background-color: #403527;
}
.BgClassName
{
background-color: #403527;
}
</style>
border-color css
<style>
span { border-color: #403527; }
span { border-color: rgb(64,53,39); }
td.TdClassName
{
border-color: #403527;
}
.TagClassName
{
border-color: #403527;
}
</style>