Shades of Jacko Bean #403323
Tints of Jacko Bean #403323
RGB
CMYK
RGB Variations
Color information
#403323 (or 0x403323) is known color: Jacko Bean. HEX triplet: 40, 33 and 23. RGB value is (64,51,35). Sum of RGB (Red+Green+Blue) = 64+51+35=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #403323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403323 is #BFCCDC. Grayscale: #353535. Windows color (decimal): -12569821 or 2306880. OLE color: 2306880.
HSL color Cylindrical-coordinate representation of color #403323: hue angle of 33.1º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #403323 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 51 | 35 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.75 |
| HSL | 33.1º | 0.29% | 0.19% | - |
| HSV(B) | 33.1º | 0.45% | 0.25% | - |
| XYZ | 3.6 | 3.58 | 2.09 | - |
| YUV | 53.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 35 | 0 | 0.20 | 0.45 | 0.75 | 33.1 | 0.29 | 0.19 |
| Hex | 40 | 33 | 23 | 0 | 14 | 2D | 4B | 21 | 1D | 13 |
| Octal | 100 | 63 | 43 | 0 | 24 | 55 | 113 | 41 | 35 | 23 |
| Binary | 1000000 | 110011 | 100011 | 0 | 10100 | 101101 | 1001011 | 100001 | 11101 | 10011 |
Color Harmonies of #403323
Complementary color
Monochromatic Colors of #403323
Black with #403323
Text Example
Text Example
White with #403323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403323; }
p { color: rgb(64,51,35); }
H1.HeaderClassName
{
color: #403323;
}
.AnyTagClassName
{
color: #403323;
}
</style>
background-color css
<style>
a { background-color: #403323; }
a { background-color: rgb(64,51,35); }
div.DivClassName
{
background-color: #403323;
}
.BgClassName
{
background-color: #403323;
}
</style>
border-color css
<style>
span { border-color: #403323; }
span { border-color: rgb(64,51,35); }
td.TdClassName
{
border-color: #403323;
}
.TagClassName
{
border-color: #403323;
}
</style>