Shades of Jacko Bean #473C2C
Tints of Jacko Bean #473C2C
RGB
CMYK
RGB Variations
Color information
#473C2C (or 0x473C2C) is known color: Jacko Bean. HEX triplet: 47, 3C and 2C. RGB value is (71,60,44). Sum of RGB (Red+Green+Blue) = 71+60+44=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #473C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C2C is #B8C3D3. Grayscale: #3D3D3D. Windows color (decimal): -12108756 or 2899015. OLE color: 2899015.
HSL color Cylindrical-coordinate representation of color #473C2C: hue angle of 35.56º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #473C2C is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 60 | 44 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.72 |
| HSL | 35.56º | 0.23% | 0.23% | - |
| HSV(B) | 35.56º | 0.38% | 0.28% | - |
| XYZ | 4.67 | 4.75 | 3.05 | - |
| YUV | 61.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 44 | 0 | 0.15 | 0.38 | 0.72 | 35.56 | 0.23 | 0.23 |
| Hex | 47 | 3C | 2C | 0 | F | 26 | 48 | 24 | 17 | 17 |
| Octal | 107 | 74 | 54 | 0 | 17 | 46 | 110 | 44 | 27 | 27 |
| Binary | 1000111 | 111100 | 101100 | 0 | 1111 | 100110 | 1001000 | 100100 | 10111 | 10111 |
Color Harmonies of #473C2C
Complementary color
Monochromatic Colors of #473C2C
Black with #473C2C
Text Example
Text Example
White with #473C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C2C; }
p { color: rgb(71,60,44); }
H1.HeaderClassName
{
color: #473C2C;
}
.AnyTagClassName
{
color: #473C2C;
}
</style>
background-color css
<style>
a { background-color: #473C2C; }
a { background-color: rgb(71,60,44); }
div.DivClassName
{
background-color: #473C2C;
}
.BgClassName
{
background-color: #473C2C;
}
</style>
border-color css
<style>
span { border-color: #473C2C; }
span { border-color: rgb(71,60,44); }
td.TdClassName
{
border-color: #473C2C;
}
.TagClassName
{
border-color: #473C2C;
}
</style>