Shades of Jacko Bean #42382A
Tints of Jacko Bean #42382A
RGB
CMYK
RGB Variations
Color information
#42382A (or 0x42382A) is known color: Jacko Bean. HEX triplet: 42, 38 and 2A. RGB value is (66,56,42). Sum of RGB (Red+Green+Blue) = 66+56+42=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 66 - color contains mainly: red. Hex color #42382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42382A is #BDC7D5. Grayscale: #393939. Windows color (decimal): -12437462 or 2766914. OLE color: 2766914.
HSL color Cylindrical-coordinate representation of color #42382A: hue angle of 35º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #42382A is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 56 | 42 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.74 |
| HSL | 35º | 0.22% | 0.21% | - |
| HSV(B) | 35º | 0.36% | 0.26% | - |
| XYZ | 4.08 | 4.15 | 2.78 | - |
| YUV | 57.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 56 | 42 | 0 | 0.15 | 0.36 | 0.74 | 35 | 0.22 | 0.21 |
| Hex | 42 | 38 | 2A | 0 | F | 24 | 4A | 23 | 16 | 15 |
| Octal | 102 | 70 | 52 | 0 | 17 | 44 | 112 | 43 | 26 | 25 |
| Binary | 1000010 | 111000 | 101010 | 0 | 1111 | 100100 | 1001010 | 100011 | 10110 | 10101 |
Color Harmonies of #42382A
Complementary color
Monochromatic Colors of #42382A
Black with #42382A
Text Example
Text Example
White with #42382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42382A; }
p { color: rgb(66,56,42); }
H1.HeaderClassName
{
color: #42382A;
}
.AnyTagClassName
{
color: #42382A;
}
</style>
background-color css
<style>
a { background-color: #42382A; }
a { background-color: rgb(66,56,42); }
div.DivClassName
{
background-color: #42382A;
}
.BgClassName
{
background-color: #42382A;
}
</style>
border-color css
<style>
span { border-color: #42382A; }
span { border-color: rgb(66,56,42); }
td.TdClassName
{
border-color: #42382A;
}
.TagClassName
{
border-color: #42382A;
}
</style>