Shades of Jacko Bean #443A29
Tints of Jacko Bean #443A29
RGB
CMYK
RGB Variations
Color information
#443A29 (or 0x443A29) is known color: Jacko Bean. HEX triplet: 44, 3A and 29. RGB value is (68,58,41). Sum of RGB (Red+Green+Blue) = 68+58+41=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 68 - color contains mainly: red. Hex color #443A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443A29 is #BBC5D6. Grayscale: #3B3B3B. Windows color (decimal): -12305879 or 2701892. OLE color: 2701892.
HSL color Cylindrical-coordinate representation of color #443A29: hue angle of 37.78º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #443A29 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 58 | 41 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.73 |
| HSL | 37.78º | 0.25% | 0.21% | - |
| HSV(B) | 37.78º | 0.4% | 0.27% | - |
| XYZ | 4.3 | 4.42 | 2.72 | - |
| YUV | 59.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 41 | 0 | 0.15 | 0.40 | 0.73 | 37.78 | 0.25 | 0.21 |
| Hex | 44 | 3A | 29 | 0 | F | 28 | 49 | 26 | 19 | 15 |
| Octal | 104 | 72 | 51 | 0 | 17 | 50 | 111 | 46 | 31 | 25 |
| Binary | 1000100 | 111010 | 101001 | 0 | 1111 | 101000 | 1001001 | 100110 | 11001 | 10101 |
Color Harmonies of #443A29
Complementary color
Monochromatic Colors of #443A29
Black with #443A29
Text Example
Text Example
White with #443A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443A29; }
p { color: rgb(68,58,41); }
H1.HeaderClassName
{
color: #443A29;
}
.AnyTagClassName
{
color: #443A29;
}
</style>
background-color css
<style>
a { background-color: #443A29; }
a { background-color: rgb(68,58,41); }
div.DivClassName
{
background-color: #443A29;
}
.BgClassName
{
background-color: #443A29;
}
</style>
border-color css
<style>
span { border-color: #443A29; }
span { border-color: rgb(68,58,41); }
td.TdClassName
{
border-color: #443A29;
}
.TagClassName
{
border-color: #443A29;
}
</style>