Shades of Jacko Bean #413A31
Tints of Jacko Bean #413A31
RGB
CMYK
RGB Variations
Color information
#413A31 (or 0x413A31) is known color: Jacko Bean. HEX triplet: 41, 3A and 31. RGB value is (65,58,49). Sum of RGB (Red+Green+Blue) = 65+58+49=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 65 - color contains mainly: red. Hex color #413A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A31 is #BEC5CE. Grayscale: #3B3B3B. Windows color (decimal): -12502479 or 3226177. OLE color: 3226177.
HSL color Cylindrical-coordinate representation of color #413A31: hue angle of 33.75º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #413A31 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 58 | 49 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.75 |
| HSL | 33.75º | 0.14% | 0.22% | - |
| HSV(B) | 33.75º | 0.25% | 0.25% | - |
| XYZ | 4.25 | 4.37 | 3.53 | - |
| YUV | 59.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 49 | 0 | 0.11 | 0.25 | 0.75 | 33.75 | 0.14 | 0.22 |
| Hex | 41 | 3A | 31 | 0 | B | 19 | 4B | 22 | E | 16 |
| Octal | 101 | 72 | 61 | 0 | 13 | 31 | 113 | 42 | 16 | 26 |
| Binary | 1000001 | 111010 | 110001 | 0 | 1011 | 11001 | 1001011 | 100010 | 1110 | 10110 |
Color Harmonies of #413A31
Complementary color
Monochromatic Colors of #413A31
Black with #413A31
Text Example
Text Example
White with #413A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A31; }
p { color: rgb(65,58,49); }
H1.HeaderClassName
{
color: #413A31;
}
.AnyTagClassName
{
color: #413A31;
}
</style>
background-color css
<style>
a { background-color: #413A31; }
a { background-color: rgb(65,58,49); }
div.DivClassName
{
background-color: #413A31;
}
.BgClassName
{
background-color: #413A31;
}
</style>
border-color css
<style>
span { border-color: #413A31; }
span { border-color: rgb(65,58,49); }
td.TdClassName
{
border-color: #413A31;
}
.TagClassName
{
border-color: #413A31;
}
</style>