Shades of Jacko Bean #473A2B
Tints of Jacko Bean #473A2B
RGB
CMYK
RGB Variations
Color information
#473A2B (or 0x473A2B) is known color: Jacko Bean. HEX triplet: 47, 3A and 2B. RGB value is (71,58,43). Sum of RGB (Red+Green+Blue) = 71+58+43=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #473A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A2B is #B8C5D4. Grayscale: #3C3C3C. Windows color (decimal): -12109269 or 2832967. OLE color: 2832967.
HSL color Cylindrical-coordinate representation of color #473A2B: hue angle of 32.14º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #473A2B is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 58 | 43 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.72 |
| HSL | 32.14º | 0.25% | 0.22% | - |
| HSV(B) | 32.14º | 0.39% | 0.28% | - |
| XYZ | 4.55 | 4.54 | 2.92 | - |
| YUV | 60.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 43 | 0 | 0.18 | 0.39 | 0.72 | 32.14 | 0.25 | 0.22 |
| Hex | 47 | 3A | 2B | 0 | 12 | 27 | 48 | 20 | 19 | 16 |
| Octal | 107 | 72 | 53 | 0 | 22 | 47 | 110 | 40 | 31 | 26 |
| Binary | 1000111 | 111010 | 101011 | 0 | 10010 | 100111 | 1001000 | 100000 | 11001 | 10110 |
Color Harmonies of #473A2B
Complementary color
Monochromatic Colors of #473A2B
Black with #473A2B
Text Example
Text Example
White with #473A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A2B; }
p { color: rgb(71,58,43); }
H1.HeaderClassName
{
color: #473A2B;
}
.AnyTagClassName
{
color: #473A2B;
}
</style>
background-color css
<style>
a { background-color: #473A2B; }
a { background-color: rgb(71,58,43); }
div.DivClassName
{
background-color: #473A2B;
}
.BgClassName
{
background-color: #473A2B;
}
</style>
border-color css
<style>
span { border-color: #473A2B; }
span { border-color: rgb(71,58,43); }
td.TdClassName
{
border-color: #473A2B;
}
.TagClassName
{
border-color: #473A2B;
}
</style>