Shades of Jacko Bean #443A2D
Tints of Jacko Bean #443A2D
RGB
CMYK
RGB Variations
Color information
#443A2D (or 0x443A2D) is known color: Jacko Bean. HEX triplet: 44, 3A and 2D. RGB value is (68,58,45). Sum of RGB (Red+Green+Blue) = 68+58+45=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 68 - color contains mainly: red. Hex color #443A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443A2D is #BBC5D2. Grayscale: #3B3B3B. Windows color (decimal): -12305875 or 2964036. OLE color: 2964036.
HSL color Cylindrical-coordinate representation of color #443A2D: hue angle of 33.91º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #443A2D is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 58 | 45 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.73 |
| HSL | 33.91º | 0.2% | 0.22% | - |
| HSV(B) | 33.91º | 0.34% | 0.27% | - |
| XYZ | 4.37 | 4.44 | 3.11 | - |
| YUV | 59.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 45 | 0 | 0.15 | 0.34 | 0.73 | 33.91 | 0.2 | 0.22 |
| Hex | 44 | 3A | 2D | 0 | F | 22 | 49 | 22 | 14 | 16 |
| Octal | 104 | 72 | 55 | 0 | 17 | 42 | 111 | 42 | 24 | 26 |
| Binary | 1000100 | 111010 | 101101 | 0 | 1111 | 100010 | 1001001 | 100010 | 10100 | 10110 |
Color Harmonies of #443A2D
Complementary color
Monochromatic Colors of #443A2D
Black with #443A2D
Text Example
Text Example
White with #443A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443A2D; }
p { color: rgb(68,58,45); }
H1.HeaderClassName
{
color: #443A2D;
}
.AnyTagClassName
{
color: #443A2D;
}
</style>
background-color css
<style>
a { background-color: #443A2D; }
a { background-color: rgb(68,58,45); }
div.DivClassName
{
background-color: #443A2D;
}
.BgClassName
{
background-color: #443A2D;
}
</style>
border-color css
<style>
span { border-color: #443A2D; }
span { border-color: rgb(68,58,45); }
td.TdClassName
{
border-color: #443A2D;
}
.TagClassName
{
border-color: #443A2D;
}
</style>