Shades of Jacko Bean #443A2C
Tints of Jacko Bean #443A2C
RGB
CMYK
RGB Variations
Color information
#443A2C (or 0x443A2C) is known color: Jacko Bean. HEX triplet: 44, 3A and 2C. RGB value is (68,58,44). Sum of RGB (Red+Green+Blue) = 68+58+44=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 68 - color contains mainly: red. Hex color #443A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443A2C is #BBC5D3. Grayscale: #3B3B3B. Windows color (decimal): -12305876 or 2898500. OLE color: 2898500.
HSL color Cylindrical-coordinate representation of color #443A2C: hue angle of 35º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #443A2C is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 58 | 44 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.73 |
| HSL | 35º | 0.21% | 0.22% | - |
| HSV(B) | 35º | 0.35% | 0.27% | - |
| XYZ | 4.35 | 4.44 | 3.01 | - |
| YUV | 59.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 44 | 0 | 0.15 | 0.35 | 0.73 | 35 | 0.21 | 0.22 |
| Hex | 44 | 3A | 2C | 0 | F | 23 | 49 | 23 | 15 | 16 |
| Octal | 104 | 72 | 54 | 0 | 17 | 43 | 111 | 43 | 25 | 26 |
| Binary | 1000100 | 111010 | 101100 | 0 | 1111 | 100011 | 1001001 | 100011 | 10101 | 10110 |
Color Harmonies of #443A2C
Complementary color
Monochromatic Colors of #443A2C
Black with #443A2C
Text Example
Text Example
White with #443A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443A2C; }
p { color: rgb(68,58,44); }
H1.HeaderClassName
{
color: #443A2C;
}
.AnyTagClassName
{
color: #443A2C;
}
</style>
background-color css
<style>
a { background-color: #443A2C; }
a { background-color: rgb(68,58,44); }
div.DivClassName
{
background-color: #443A2C;
}
.BgClassName
{
background-color: #443A2C;
}
</style>
border-color css
<style>
span { border-color: #443A2C; }
span { border-color: rgb(68,58,44); }
td.TdClassName
{
border-color: #443A2C;
}
.TagClassName
{
border-color: #443A2C;
}
</style>