Shades of Jacko Bean #463C2E
Tints of Jacko Bean #463C2E
RGB
CMYK
RGB Variations
Color information
#463C2E (or 0x463C2E) is known color: Jacko Bean. HEX triplet: 46, 3C and 2E. RGB value is (70,60,46). Sum of RGB (Red+Green+Blue) = 70+60+46=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 70 - color contains mainly: red. Hex color #463C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C2E is #B9C3D1. Grayscale: #3D3D3D. Windows color (decimal): -12174290 or 3030086. OLE color: 3030086.
HSL color Cylindrical-coordinate representation of color #463C2E: hue angle of 35º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #463C2E is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 60 | 46 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.73 |
| HSL | 35º | 0.21% | 0.23% | - |
| HSV(B) | 35º | 0.34% | 0.27% | - |
| XYZ | 4.63 | 4.73 | 3.25 | - |
| YUV | 61.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 46 | 0 | 0.14 | 0.34 | 0.73 | 35 | 0.21 | 0.23 |
| Hex | 46 | 3C | 2E | 0 | E | 22 | 49 | 23 | 15 | 17 |
| Octal | 106 | 74 | 56 | 0 | 16 | 42 | 111 | 43 | 25 | 27 |
| Binary | 1000110 | 111100 | 101110 | 0 | 1110 | 100010 | 1001001 | 100011 | 10101 | 10111 |
Color Harmonies of #463C2E
Complementary color
Monochromatic Colors of #463C2E
Black with #463C2E
Text Example
Text Example
White with #463C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463C2E; }
p { color: rgb(70,60,46); }
H1.HeaderClassName
{
color: #463C2E;
}
.AnyTagClassName
{
color: #463C2E;
}
</style>
background-color css
<style>
a { background-color: #463C2E; }
a { background-color: rgb(70,60,46); }
div.DivClassName
{
background-color: #463C2E;
}
.BgClassName
{
background-color: #463C2E;
}
</style>
border-color css
<style>
span { border-color: #463C2E; }
span { border-color: rgb(70,60,46); }
td.TdClassName
{
border-color: #463C2E;
}
.TagClassName
{
border-color: #463C2E;
}
</style>