Shades of Jacko Bean #40382C
Tints of Jacko Bean #40382C
RGB
CMYK
RGB Variations
Color information
#40382C (or 0x40382C) is known color: Jacko Bean. HEX triplet: 40, 38 and 2C. RGB value is (64,56,44). Sum of RGB (Red+Green+Blue) = 64+56+44=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 64 - color contains mainly: red. Hex color #40382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40382C is #BFC7D3. Grayscale: #393939. Windows color (decimal): -12568532 or 2897984. OLE color: 2897984.
HSL color Cylindrical-coordinate representation of color #40382C: hue angle of 36º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #40382C is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 56 | 44 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.75 |
| HSL | 36º | 0.19% | 0.21% | - |
| HSV(B) | 36º | 0.31% | 0.25% | - |
| XYZ | 3.98 | 4.1 | 2.96 | - |
| YUV | 57.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 44 | 0 | 0.13 | 0.31 | 0.75 | 36 | 0.19 | 0.21 |
| Hex | 40 | 38 | 2C | 0 | D | 1F | 4B | 24 | 13 | 15 |
| Octal | 100 | 70 | 54 | 0 | 15 | 37 | 113 | 44 | 23 | 25 |
| Binary | 1000000 | 111000 | 101100 | 0 | 1101 | 11111 | 1001011 | 100100 | 10011 | 10101 |
Color Harmonies of #40382C
Complementary color
Monochromatic Colors of #40382C
Black with #40382C
Text Example
Text Example
White with #40382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40382C; }
p { color: rgb(64,56,44); }
H1.HeaderClassName
{
color: #40382C;
}
.AnyTagClassName
{
color: #40382C;
}
</style>
background-color css
<style>
a { background-color: #40382C; }
a { background-color: rgb(64,56,44); }
div.DivClassName
{
background-color: #40382C;
}
.BgClassName
{
background-color: #40382C;
}
</style>
border-color css
<style>
span { border-color: #40382C; }
span { border-color: rgb(64,56,44); }
td.TdClassName
{
border-color: #40382C;
}
.TagClassName
{
border-color: #40382C;
}
</style>