Shades of Jacko Bean #453A29
Tints of Jacko Bean #453A29
RGB
CMYK
RGB Variations
Color information
#453A29 (or 0x453A29) is known color: Jacko Bean. HEX triplet: 45, 3A and 29. RGB value is (69,58,41). Sum of RGB (Red+Green+Blue) = 69+58+41=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 69 - color contains mainly: red. Hex color #453A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453A29 is #BAC5D6. Grayscale: #3B3B3B. Windows color (decimal): -12240343 or 2701893. OLE color: 2701893.
HSL color Cylindrical-coordinate representation of color #453A29: hue angle of 36.43º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #453A29 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 58 | 41 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.73 |
| HSL | 36.43º | 0.25% | 0.22% | - |
| HSV(B) | 36.43º | 0.41% | 0.27% | - |
| XYZ | 4.37 | 4.45 | 2.73 | - |
| YUV | 59.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 58 | 41 | 0 | 0.16 | 0.41 | 0.73 | 36.43 | 0.25 | 0.22 |
| Hex | 45 | 3A | 29 | 0 | 10 | 29 | 49 | 24 | 19 | 16 |
| Octal | 105 | 72 | 51 | 0 | 20 | 51 | 111 | 44 | 31 | 26 |
| Binary | 1000101 | 111010 | 101001 | 0 | 10000 | 101001 | 1001001 | 100100 | 11001 | 10110 |
Color Harmonies of #453A29
Complementary color
Monochromatic Colors of #453A29
Black with #453A29
Text Example
Text Example
White with #453A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453A29; }
p { color: rgb(69,58,41); }
H1.HeaderClassName
{
color: #453A29;
}
.AnyTagClassName
{
color: #453A29;
}
</style>
background-color css
<style>
a { background-color: #453A29; }
a { background-color: rgb(69,58,41); }
div.DivClassName
{
background-color: #453A29;
}
.BgClassName
{
background-color: #453A29;
}
</style>
border-color css
<style>
span { border-color: #453A29; }
span { border-color: rgb(69,58,41); }
td.TdClassName
{
border-color: #453A29;
}
.TagClassName
{
border-color: #453A29;
}
</style>