Shades of Jacko Bean #473A2A
Tints of Jacko Bean #473A2A
RGB
CMYK
RGB Variations
Color information
#473A2A (or 0x473A2A) is known color: Jacko Bean. HEX triplet: 47, 3A and 2A. RGB value is (71,58,42). Sum of RGB (Red+Green+Blue) = 71+58+42=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #473A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A2A is #B8C5D5. Grayscale: #3C3C3C. Windows color (decimal): -12109270 or 2767431. OLE color: 2767431.
HSL color Cylindrical-coordinate representation of color #473A2A: hue angle of 33.1º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #473A2A is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 58 | 42 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.72 |
| HSL | 33.1º | 0.26% | 0.22% | - |
| HSV(B) | 33.1º | 0.41% | 0.28% | - |
| XYZ | 4.53 | 4.53 | 2.83 | - |
| YUV | 60.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 42 | 0 | 0.18 | 0.41 | 0.72 | 33.1 | 0.26 | 0.22 |
| Hex | 47 | 3A | 2A | 0 | 12 | 29 | 48 | 21 | 1A | 16 |
| Octal | 107 | 72 | 52 | 0 | 22 | 51 | 110 | 41 | 32 | 26 |
| Binary | 1000111 | 111010 | 101010 | 0 | 10010 | 101001 | 1001000 | 100001 | 11010 | 10110 |
Color Harmonies of #473A2A
Complementary color
Monochromatic Colors of #473A2A
Black with #473A2A
Text Example
Text Example
White with #473A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A2A; }
p { color: rgb(71,58,42); }
H1.HeaderClassName
{
color: #473A2A;
}
.AnyTagClassName
{
color: #473A2A;
}
</style>
background-color css
<style>
a { background-color: #473A2A; }
a { background-color: rgb(71,58,42); }
div.DivClassName
{
background-color: #473A2A;
}
.BgClassName
{
background-color: #473A2A;
}
</style>
border-color css
<style>
span { border-color: #473A2A; }
span { border-color: rgb(71,58,42); }
td.TdClassName
{
border-color: #473A2A;
}
.TagClassName
{
border-color: #473A2A;
}
</style>