Shades of Jacko Bean #443B2E
Tints of Jacko Bean #443B2E
RGB
CMYK
RGB Variations
Color information
#443B2E (or 0x443B2E) is known color: Jacko Bean. HEX triplet: 44, 3B and 2E. RGB value is (68,59,46). Sum of RGB (Red+Green+Blue) = 68+59+46=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 68 - color contains mainly: red. Hex color #443B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443B2E is #BBC4D1. Grayscale: #3C3C3C. Windows color (decimal): -12305618 or 3029828. OLE color: 3029828.
HSL color Cylindrical-coordinate representation of color #443B2E: hue angle of 35.45º 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 #443B2E is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 59 | 46 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.73 |
| HSL | 35.45º | 0.19% | 0.22% | - |
| HSV(B) | 35.45º | 0.32% | 0.27% | - |
| XYZ | 4.44 | 4.55 | 3.23 | - |
| YUV | 60.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 46 | 0 | 0.13 | 0.32 | 0.73 | 35.45 | 0.19 | 0.22 |
| Hex | 44 | 3B | 2E | 0 | D | 20 | 49 | 23 | 13 | 16 |
| Octal | 104 | 73 | 56 | 0 | 15 | 40 | 111 | 43 | 23 | 26 |
| Binary | 1000100 | 111011 | 101110 | 0 | 1101 | 100000 | 1001001 | 100011 | 10011 | 10110 |
Color Harmonies of #443B2E
Complementary color
Monochromatic Colors of #443B2E
Black with #443B2E
Text Example
Text Example
White with #443B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443B2E; }
p { color: rgb(68,59,46); }
H1.HeaderClassName
{
color: #443B2E;
}
.AnyTagClassName
{
color: #443B2E;
}
</style>
background-color css
<style>
a { background-color: #443B2E; }
a { background-color: rgb(68,59,46); }
div.DivClassName
{
background-color: #443B2E;
}
.BgClassName
{
background-color: #443B2E;
}
</style>
border-color css
<style>
span { border-color: #443B2E; }
span { border-color: rgb(68,59,46); }
td.TdClassName
{
border-color: #443B2E;
}
.TagClassName
{
border-color: #443B2E;
}
</style>