Shades of Jacko Bean #41362A
Tints of Jacko Bean #41362A
RGB
CMYK
RGB Variations
Color information
#41362A (or 0x41362A) is known color: Jacko Bean. HEX triplet: 41, 36 and 2A. RGB value is (65,54,42). Sum of RGB (Red+Green+Blue) = 65+54+42=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #41362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41362A is #BEC9D5. Grayscale: #373737. Windows color (decimal): -12503510 or 2766401. OLE color: 2766401.
HSL color Cylindrical-coordinate representation of color #41362A: hue angle of 31.3º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #41362A is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 54 | 42 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.75 |
| HSL | 31.3º | 0.21% | 0.21% | - |
| HSV(B) | 31.3º | 0.35% | 0.25% | - |
| XYZ | 3.92 | 3.93 | 2.74 | - |
| YUV | 55.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 42 | 0 | 0.17 | 0.35 | 0.75 | 31.3 | 0.21 | 0.21 |
| Hex | 41 | 36 | 2A | 0 | 11 | 23 | 4B | 1F | 15 | 15 |
| Octal | 101 | 66 | 52 | 0 | 21 | 43 | 113 | 37 | 25 | 25 |
| Binary | 1000001 | 110110 | 101010 | 0 | 10001 | 100011 | 1001011 | 11111 | 10101 | 10101 |
Color Harmonies of #41362A
Complementary color
Monochromatic Colors of #41362A
Black with #41362A
Text Example
Text Example
White with #41362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41362A; }
p { color: rgb(65,54,42); }
H1.HeaderClassName
{
color: #41362A;
}
.AnyTagClassName
{
color: #41362A;
}
</style>
background-color css
<style>
a { background-color: #41362A; }
a { background-color: rgb(65,54,42); }
div.DivClassName
{
background-color: #41362A;
}
.BgClassName
{
background-color: #41362A;
}
</style>
border-color css
<style>
span { border-color: #41362A; }
span { border-color: rgb(65,54,42); }
td.TdClassName
{
border-color: #41362A;
}
.TagClassName
{
border-color: #41362A;
}
</style>