Shades of Jacko Bean #453B2A
Tints of Jacko Bean #453B2A
RGB
CMYK
RGB Variations
Color information
#453B2A (or 0x453B2A) is known color: Jacko Bean. HEX triplet: 45, 3B and 2A. RGB value is (69,59,42). Sum of RGB (Red+Green+Blue) = 69+59+42=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 69 - color contains mainly: red. Hex color #453B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453B2A is #BAC4D5. Grayscale: #3C3C3C. Windows color (decimal): -12240086 or 2767685. OLE color: 2767685.
HSL color Cylindrical-coordinate representation of color #453B2A: hue angle of 37.78º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #453B2A is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 59 | 42 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.73 |
| HSL | 37.78º | 0.24% | 0.22% | - |
| HSV(B) | 37.78º | 0.39% | 0.27% | - |
| XYZ | 4.44 | 4.56 | 2.84 | - |
| YUV | 60.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 42 | 0 | 0.14 | 0.39 | 0.73 | 37.78 | 0.24 | 0.22 |
| Hex | 45 | 3B | 2A | 0 | E | 27 | 49 | 26 | 18 | 16 |
| Octal | 105 | 73 | 52 | 0 | 16 | 47 | 111 | 46 | 30 | 26 |
| Binary | 1000101 | 111011 | 101010 | 0 | 1110 | 100111 | 1001001 | 100110 | 11000 | 10110 |
Color Harmonies of #453B2A
Complementary color
Monochromatic Colors of #453B2A
Black with #453B2A
Text Example
Text Example
White with #453B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B2A; }
p { color: rgb(69,59,42); }
H1.HeaderClassName
{
color: #453B2A;
}
.AnyTagClassName
{
color: #453B2A;
}
</style>
background-color css
<style>
a { background-color: #453B2A; }
a { background-color: rgb(69,59,42); }
div.DivClassName
{
background-color: #453B2A;
}
.BgClassName
{
background-color: #453B2A;
}
</style>
border-color css
<style>
span { border-color: #453B2A; }
span { border-color: rgb(69,59,42); }
td.TdClassName
{
border-color: #453B2A;
}
.TagClassName
{
border-color: #453B2A;
}
</style>