Shades of Jacko Bean #473B2B
Tints of Jacko Bean #473B2B
RGB
CMYK
RGB Variations
Color information
#473B2B (or 0x473B2B) is known color: Jacko Bean. HEX triplet: 47, 3B and 2B. RGB value is (71,59,43). Sum of RGB (Red+Green+Blue) = 71+59+43=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #473B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B2B is #B8C4D4. Grayscale: #3C3C3C. Windows color (decimal): -12109013 or 2833223. OLE color: 2833223.
HSL color Cylindrical-coordinate representation of color #473B2B: hue angle of 34.29º 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 #473B2B is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 59 | 43 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.72 |
| HSL | 34.29º | 0.25% | 0.22% | - |
| HSV(B) | 34.29º | 0.39% | 0.28% | - |
| XYZ | 4.6 | 4.64 | 2.94 | - |
| YUV | 60.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 43 | 0 | 0.17 | 0.39 | 0.72 | 34.29 | 0.25 | 0.22 |
| Hex | 47 | 3B | 2B | 0 | 11 | 27 | 48 | 22 | 19 | 16 |
| Octal | 107 | 73 | 53 | 0 | 21 | 47 | 110 | 42 | 31 | 26 |
| Binary | 1000111 | 111011 | 101011 | 0 | 10001 | 100111 | 1001000 | 100010 | 11001 | 10110 |
Color Harmonies of #473B2B
Complementary color
Monochromatic Colors of #473B2B
Black with #473B2B
Text Example
Text Example
White with #473B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473B2B; }
p { color: rgb(71,59,43); }
H1.HeaderClassName
{
color: #473B2B;
}
.AnyTagClassName
{
color: #473B2B;
}
</style>
background-color css
<style>
a { background-color: #473B2B; }
a { background-color: rgb(71,59,43); }
div.DivClassName
{
background-color: #473B2B;
}
.BgClassName
{
background-color: #473B2B;
}
</style>
border-color css
<style>
span { border-color: #473B2B; }
span { border-color: rgb(71,59,43); }
td.TdClassName
{
border-color: #473B2B;
}
.TagClassName
{
border-color: #473B2B;
}
</style>