Shades of Jacko Bean #453828
Tints of Jacko Bean #453828
RGB
CMYK
RGB Variations
Color information
#453828 (or 0x453828) is known color: Jacko Bean. HEX triplet: 45, 38 and 28. RGB value is (69,56,40). Sum of RGB (Red+Green+Blue) = 69+56+40=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 69 - color contains mainly: red. Hex color #453828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453828 is #BAC7D7. Grayscale: #3A3A3A. Windows color (decimal): -12240856 or 2635845. OLE color: 2635845.
HSL color Cylindrical-coordinate representation of color #453828: hue angle of 33.1º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #453828 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 56 | 40 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.73 |
| HSL | 33.1º | 0.27% | 0.21% | - |
| HSV(B) | 33.1º | 0.42% | 0.27% | - |
| XYZ | 4.25 | 4.25 | 2.6 | - |
| YUV | 58.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 40 | 0 | 0.19 | 0.42 | 0.73 | 33.1 | 0.27 | 0.21 |
| Hex | 45 | 38 | 28 | 0 | 13 | 2A | 49 | 21 | 1B | 15 |
| Octal | 105 | 70 | 50 | 0 | 23 | 52 | 111 | 41 | 33 | 25 |
| Binary | 1000101 | 111000 | 101000 | 0 | 10011 | 101010 | 1001001 | 100001 | 11011 | 10101 |
Color Harmonies of #453828
Complementary color
Monochromatic Colors of #453828
Black with #453828
Text Example
Text Example
White with #453828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453828; }
p { color: rgb(69,56,40); }
H1.HeaderClassName
{
color: #453828;
}
.AnyTagClassName
{
color: #453828;
}
</style>
background-color css
<style>
a { background-color: #453828; }
a { background-color: rgb(69,56,40); }
div.DivClassName
{
background-color: #453828;
}
.BgClassName
{
background-color: #453828;
}
</style>
border-color css
<style>
span { border-color: #453828; }
span { border-color: rgb(69,56,40); }
td.TdClassName
{
border-color: #453828;
}
.TagClassName
{
border-color: #453828;
}
</style>