Shades of Jacko Bean #473D2D
Tints of Jacko Bean #473D2D
RGB
CMYK
RGB Variations
Color information
#473D2D (or 0x473D2D) is known color: Jacko Bean. HEX triplet: 47, 3D and 2D. RGB value is (71,61,45). Sum of RGB (Red+Green+Blue) = 71+61+45=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #473D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D2D is #B8C2D2. Grayscale: #3E3E3E. Windows color (decimal): -12108499 or 2964807. OLE color: 2964807.
HSL color Cylindrical-coordinate representation of color #473D2D: hue angle of 36.92º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #473D2D is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 61 | 45 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.72 |
| HSL | 36.92º | 0.22% | 0.23% | - |
| HSV(B) | 36.92º | 0.37% | 0.28% | - |
| XYZ | 4.74 | 4.87 | 3.17 | - |
| YUV | 62.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 45 | 0 | 0.14 | 0.37 | 0.72 | 36.92 | 0.22 | 0.23 |
| Hex | 47 | 3D | 2D | 0 | E | 25 | 48 | 25 | 16 | 17 |
| Octal | 107 | 75 | 55 | 0 | 16 | 45 | 110 | 45 | 26 | 27 |
| Binary | 1000111 | 111101 | 101101 | 0 | 1110 | 100101 | 1001000 | 100101 | 10110 | 10111 |
Color Harmonies of #473D2D
Complementary color
Monochromatic Colors of #473D2D
Black with #473D2D
Text Example
Text Example
White with #473D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D2D; }
p { color: rgb(71,61,45); }
H1.HeaderClassName
{
color: #473D2D;
}
.AnyTagClassName
{
color: #473D2D;
}
</style>
background-color css
<style>
a { background-color: #473D2D; }
a { background-color: rgb(71,61,45); }
div.DivClassName
{
background-color: #473D2D;
}
.BgClassName
{
background-color: #473D2D;
}
</style>
border-color css
<style>
span { border-color: #473D2D; }
span { border-color: rgb(71,61,45); }
td.TdClassName
{
border-color: #473D2D;
}
.TagClassName
{
border-color: #473D2D;
}
</style>