Shades of Jacko Bean #423A2F
Tints of Jacko Bean #423A2F
RGB
CMYK
RGB Variations
Color information
#423A2F (or 0x423A2F) is known color: Jacko Bean. HEX triplet: 42, 3A and 2F. RGB value is (66,58,47). Sum of RGB (Red+Green+Blue) = 66+58+47=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 66 - color contains mainly: red. Hex color #423A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A2F is #BDC5D0. Grayscale: #3B3B3B. Windows color (decimal): -12436945 or 3095106. OLE color: 3095106.
HSL color Cylindrical-coordinate representation of color #423A2F: hue angle of 34.74º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #423A2F is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 58 | 47 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.74 |
| HSL | 34.74º | 0.17% | 0.22% | - |
| HSV(B) | 34.74º | 0.29% | 0.26% | - |
| XYZ | 4.27 | 4.39 | 3.31 | - |
| YUV | 59.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 47 | 0 | 0.12 | 0.29 | 0.74 | 34.74 | 0.17 | 0.22 |
| Hex | 42 | 3A | 2F | 0 | C | 1D | 4A | 23 | 11 | 16 |
| Octal | 102 | 72 | 57 | 0 | 14 | 35 | 112 | 43 | 21 | 26 |
| Binary | 1000010 | 111010 | 101111 | 0 | 1100 | 11101 | 1001010 | 100011 | 10001 | 10110 |
Color Harmonies of #423A2F
Complementary color
Monochromatic Colors of #423A2F
Black with #423A2F
Text Example
Text Example
White with #423A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A2F; }
p { color: rgb(66,58,47); }
H1.HeaderClassName
{
color: #423A2F;
}
.AnyTagClassName
{
color: #423A2F;
}
</style>
background-color css
<style>
a { background-color: #423A2F; }
a { background-color: rgb(66,58,47); }
div.DivClassName
{
background-color: #423A2F;
}
.BgClassName
{
background-color: #423A2F;
}
</style>
border-color css
<style>
span { border-color: #423A2F; }
span { border-color: rgb(66,58,47); }
td.TdClassName
{
border-color: #423A2F;
}
.TagClassName
{
border-color: #423A2F;
}
</style>