Shades of Jacko Bean #443A2E
Tints of Jacko Bean #443A2E
RGB
CMYK
RGB Variations
Color information
#443A2E (or 0x443A2E) is known color: Jacko Bean. HEX triplet: 44, 3A and 2E. RGB value is (68,58,46). Sum of RGB (Red+Green+Blue) = 68+58+46=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 68 - color contains mainly: red. Hex color #443A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443A2E is #BBC5D1. Grayscale: #3B3B3B. Windows color (decimal): -12305874 or 3029572. OLE color: 3029572.
HSL color Cylindrical-coordinate representation of color #443A2E: hue angle of 32.73º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #443A2E is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 58 | 46 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.73 |
| HSL | 32.73º | 0.19% | 0.22% | - |
| HSV(B) | 32.73º | 0.32% | 0.27% | - |
| XYZ | 4.39 | 4.45 | 3.21 | - |
| YUV | 59.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 46 | 0 | 0.15 | 0.32 | 0.73 | 32.73 | 0.19 | 0.22 |
| Hex | 44 | 3A | 2E | 0 | F | 20 | 49 | 21 | 13 | 16 |
| Octal | 104 | 72 | 56 | 0 | 17 | 40 | 111 | 41 | 23 | 26 |
| Binary | 1000100 | 111010 | 101110 | 0 | 1111 | 100000 | 1001001 | 100001 | 10011 | 10110 |
Color Harmonies of #443A2E
Complementary color
Monochromatic Colors of #443A2E
Black with #443A2E
Text Example
Text Example
White with #443A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443A2E; }
p { color: rgb(68,58,46); }
H1.HeaderClassName
{
color: #443A2E;
}
.AnyTagClassName
{
color: #443A2E;
}
</style>
background-color css
<style>
a { background-color: #443A2E; }
a { background-color: rgb(68,58,46); }
div.DivClassName
{
background-color: #443A2E;
}
.BgClassName
{
background-color: #443A2E;
}
</style>
border-color css
<style>
span { border-color: #443A2E; }
span { border-color: rgb(68,58,46); }
td.TdClassName
{
border-color: #443A2E;
}
.TagClassName
{
border-color: #443A2E;
}
</style>