Shades of Jacko Bean #423828
Tints of Jacko Bean #423828
RGB
CMYK
RGB Variations
Color information
#423828 (or 0x423828) is known color: Jacko Bean. HEX triplet: 42, 38 and 28. RGB value is (66,56,40). Sum of RGB (Red+Green+Blue) = 66+56+40=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 66 - color contains mainly: red. Hex color #423828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423828 is #BDC7D7. Grayscale: #393939. Windows color (decimal): -12437464 or 2635842. OLE color: 2635842.
HSL color Cylindrical-coordinate representation of color #423828: hue angle of 36.92º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #423828 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 56 | 40 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.74 |
| HSL | 36.92º | 0.25% | 0.21% | - |
| HSV(B) | 36.92º | 0.39% | 0.26% | - |
| XYZ | 4.04 | 4.14 | 2.59 | - |
| YUV | 57.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 56 | 40 | 0 | 0.15 | 0.39 | 0.74 | 36.92 | 0.25 | 0.21 |
| Hex | 42 | 38 | 28 | 0 | F | 27 | 4A | 25 | 19 | 15 |
| Octal | 102 | 70 | 50 | 0 | 17 | 47 | 112 | 45 | 31 | 25 |
| Binary | 1000010 | 111000 | 101000 | 0 | 1111 | 100111 | 1001010 | 100101 | 11001 | 10101 |
Color Harmonies of #423828
Complementary color
Monochromatic Colors of #423828
Black with #423828
Text Example
Text Example
White with #423828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423828; }
p { color: rgb(66,56,40); }
H1.HeaderClassName
{
color: #423828;
}
.AnyTagClassName
{
color: #423828;
}
</style>
background-color css
<style>
a { background-color: #423828; }
a { background-color: rgb(66,56,40); }
div.DivClassName
{
background-color: #423828;
}
.BgClassName
{
background-color: #423828;
}
</style>
border-color css
<style>
span { border-color: #423828; }
span { border-color: rgb(66,56,40); }
td.TdClassName
{
border-color: #423828;
}
.TagClassName
{
border-color: #423828;
}
</style>