Shades of Jacko Bean #463C2B
Tints of Jacko Bean #463C2B
RGB
CMYK
RGB Variations
Color information
#463C2B (or 0x463C2B) is known color: Jacko Bean. HEX triplet: 46, 3C and 2B. RGB value is (70,60,43). Sum of RGB (Red+Green+Blue) = 70+60+43=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #463C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C2B is #B9C3D4. Grayscale: #3D3D3D. Windows color (decimal): -12174293 or 2833478. OLE color: 2833478.
HSL color Cylindrical-coordinate representation of color #463C2B: hue angle of 37.78º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #463C2B is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 60 | 43 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.73 |
| HSL | 37.78º | 0.24% | 0.22% | - |
| HSV(B) | 37.78º | 0.39% | 0.27% | - |
| XYZ | 4.58 | 4.71 | 2.95 | - |
| YUV | 61.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 43 | 0 | 0.14 | 0.39 | 0.73 | 37.78 | 0.24 | 0.22 |
| Hex | 46 | 3C | 2B | 0 | E | 27 | 49 | 26 | 18 | 16 |
| Octal | 106 | 74 | 53 | 0 | 16 | 47 | 111 | 46 | 30 | 26 |
| Binary | 1000110 | 111100 | 101011 | 0 | 1110 | 100111 | 1001001 | 100110 | 11000 | 10110 |
Color Harmonies of #463C2B
Complementary color
Monochromatic Colors of #463C2B
Black with #463C2B
Text Example
Text Example
White with #463C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463C2B; }
p { color: rgb(70,60,43); }
H1.HeaderClassName
{
color: #463C2B;
}
.AnyTagClassName
{
color: #463C2B;
}
</style>
background-color css
<style>
a { background-color: #463C2B; }
a { background-color: rgb(70,60,43); }
div.DivClassName
{
background-color: #463C2B;
}
.BgClassName
{
background-color: #463C2B;
}
</style>
border-color css
<style>
span { border-color: #463C2B; }
span { border-color: rgb(70,60,43); }
td.TdClassName
{
border-color: #463C2B;
}
.TagClassName
{
border-color: #463C2B;
}
</style>