Shades of Jacko Bean #46392A
Tints of Jacko Bean #46392A
RGB
CMYK
RGB Variations
Color information
#46392A (or 0x46392A) is known color: Jacko Bean. HEX triplet: 46, 39 and 2A. RGB value is (70,57,42). Sum of RGB (Red+Green+Blue) = 70+57+42=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #46392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46392A is #B9C6D5. Grayscale: #3B3B3B. Windows color (decimal): -12175062 or 2767174. OLE color: 2767174.
HSL color Cylindrical-coordinate representation of color #46392A: hue angle of 32.14º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46392A is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 57 | 42 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.73 |
| HSL | 32.14º | 0.25% | 0.22% | - |
| HSV(B) | 32.14º | 0.4% | 0.27% | - |
| XYZ | 4.41 | 4.4 | 2.81 | - |
| YUV | 59.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 42 | 0 | 0.19 | 0.40 | 0.73 | 32.14 | 0.25 | 0.22 |
| Hex | 46 | 39 | 2A | 0 | 13 | 28 | 49 | 20 | 19 | 16 |
| Octal | 106 | 71 | 52 | 0 | 23 | 50 | 111 | 40 | 31 | 26 |
| Binary | 1000110 | 111001 | 101010 | 0 | 10011 | 101000 | 1001001 | 100000 | 11001 | 10110 |
Color Harmonies of #46392A
Complementary color
Monochromatic Colors of #46392A
Black with #46392A
Text Example
Text Example
White with #46392A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46392A; }
p { color: rgb(70,57,42); }
H1.HeaderClassName
{
color: #46392A;
}
.AnyTagClassName
{
color: #46392A;
}
</style>
background-color css
<style>
a { background-color: #46392A; }
a { background-color: rgb(70,57,42); }
div.DivClassName
{
background-color: #46392A;
}
.BgClassName
{
background-color: #46392A;
}
</style>
border-color css
<style>
span { border-color: #46392A; }
span { border-color: rgb(70,57,42); }
td.TdClassName
{
border-color: #46392A;
}
.TagClassName
{
border-color: #46392A;
}
</style>