Shades of Jacko Bean #403525
Tints of Jacko Bean #403525
RGB
CMYK
RGB Variations
Color information
#403525 (or 0x403525) is known color: Jacko Bean. HEX triplet: 40, 35 and 25. RGB value is (64,53,37). Sum of RGB (Red+Green+Blue) = 64+53+37=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #403525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403525 is #BFCADA. Grayscale: #363636. Windows color (decimal): -12569307 or 2438464. OLE color: 2438464.
HSL color Cylindrical-coordinate representation of color #403525: hue angle of 35.56º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #403525 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 53 | 37 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.75 |
| HSL | 35.56º | 0.27% | 0.2% | - |
| HSV(B) | 35.56º | 0.42% | 0.25% | - |
| XYZ | 3.72 | 3.77 | 2.28 | - |
| YUV | 54.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 53 | 37 | 0 | 0.17 | 0.42 | 0.75 | 35.56 | 0.27 | 0.2 |
| Hex | 40 | 35 | 25 | 0 | 11 | 2A | 4B | 24 | 1B | 14 |
| Octal | 100 | 65 | 45 | 0 | 21 | 52 | 113 | 44 | 33 | 24 |
| Binary | 1000000 | 110101 | 100101 | 0 | 10001 | 101010 | 1001011 | 100100 | 11011 | 10100 |
Color Harmonies of #403525
Complementary color
Monochromatic Colors of #403525
Black with #403525
Text Example
Text Example
White with #403525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403525; }
p { color: rgb(64,53,37); }
H1.HeaderClassName
{
color: #403525;
}
.AnyTagClassName
{
color: #403525;
}
</style>
background-color css
<style>
a { background-color: #403525; }
a { background-color: rgb(64,53,37); }
div.DivClassName
{
background-color: #403525;
}
.BgClassName
{
background-color: #403525;
}
</style>
border-color css
<style>
span { border-color: #403525; }
span { border-color: rgb(64,53,37); }
td.TdClassName
{
border-color: #403525;
}
.TagClassName
{
border-color: #403525;
}
</style>