Shades of Jacko Bean #473B2A
Tints of Jacko Bean #473B2A
RGB
CMYK
RGB Variations
Color information
#473B2A (or 0x473B2A) is known color: Jacko Bean. HEX triplet: 47, 3B and 2A. RGB value is (71,59,42). Sum of RGB (Red+Green+Blue) = 71+59+42=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #473B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B2A is #B8C4D5. Grayscale: #3C3C3C. Windows color (decimal): -12109014 or 2767687. OLE color: 2767687.
HSL color Cylindrical-coordinate representation of color #473B2A: hue angle of 35.17º 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 #473B2A is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 59 | 42 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.72 |
| HSL | 35.17º | 0.26% | 0.22% | - |
| HSV(B) | 35.17º | 0.41% | 0.28% | - |
| XYZ | 4.58 | 4.63 | 2.84 | - |
| YUV | 60.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 42 | 0 | 0.17 | 0.41 | 0.72 | 35.17 | 0.26 | 0.22 |
| Hex | 47 | 3B | 2A | 0 | 11 | 29 | 48 | 23 | 1A | 16 |
| Octal | 107 | 73 | 52 | 0 | 21 | 51 | 110 | 43 | 32 | 26 |
| Binary | 1000111 | 111011 | 101010 | 0 | 10001 | 101001 | 1001000 | 100011 | 11010 | 10110 |
Color Harmonies of #473B2A
Complementary color
Monochromatic Colors of #473B2A
Black with #473B2A
Text Example
Text Example
White with #473B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473B2A; }
p { color: rgb(71,59,42); }
H1.HeaderClassName
{
color: #473B2A;
}
.AnyTagClassName
{
color: #473B2A;
}
</style>
background-color css
<style>
a { background-color: #473B2A; }
a { background-color: rgb(71,59,42); }
div.DivClassName
{
background-color: #473B2A;
}
.BgClassName
{
background-color: #473B2A;
}
</style>
border-color css
<style>
span { border-color: #473B2A; }
span { border-color: rgb(71,59,42); }
td.TdClassName
{
border-color: #473B2A;
}
.TagClassName
{
border-color: #473B2A;
}
</style>