Shades of Jacko Bean #423A2E
Tints of Jacko Bean #423A2E
RGB
CMYK
RGB Variations
Color information
#423A2E (or 0x423A2E) is known color: Jacko Bean. HEX triplet: 42, 3A and 2E. RGB value is (66,58,46). Sum of RGB (Red+Green+Blue) = 66+58+46=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 66 - color contains mainly: red. Hex color #423A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A2E is #BDC5D1. Grayscale: #3B3B3B. Windows color (decimal): -12436946 or 3029570. OLE color: 3029570.
HSL color Cylindrical-coordinate representation of color #423A2E: hue angle of 36º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #423A2E is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 58 | 46 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.74 |
| HSL | 36º | 0.18% | 0.22% | - |
| HSV(B) | 36º | 0.3% | 0.26% | - |
| XYZ | 4.25 | 4.38 | 3.21 | - |
| YUV | 59.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 46 | 0 | 0.12 | 0.30 | 0.74 | 36 | 0.18 | 0.22 |
| Hex | 42 | 3A | 2E | 0 | C | 1E | 4A | 24 | 12 | 16 |
| Octal | 102 | 72 | 56 | 0 | 14 | 36 | 112 | 44 | 22 | 26 |
| Binary | 1000010 | 111010 | 101110 | 0 | 1100 | 11110 | 1001010 | 100100 | 10010 | 10110 |
Color Harmonies of #423A2E
Complementary color
Monochromatic Colors of #423A2E
Black with #423A2E
Text Example
Text Example
White with #423A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A2E; }
p { color: rgb(66,58,46); }
H1.HeaderClassName
{
color: #423A2E;
}
.AnyTagClassName
{
color: #423A2E;
}
</style>
background-color css
<style>
a { background-color: #423A2E; }
a { background-color: rgb(66,58,46); }
div.DivClassName
{
background-color: #423A2E;
}
.BgClassName
{
background-color: #423A2E;
}
</style>
border-color css
<style>
span { border-color: #423A2E; }
span { border-color: rgb(66,58,46); }
td.TdClassName
{
border-color: #423A2E;
}
.TagClassName
{
border-color: #423A2E;
}
</style>