Shades of Jacko Bean #43392A
Tints of Jacko Bean #43392A
RGB
CMYK
RGB Variations
Color information
#43392A (or 0x43392A) is known color: Jacko Bean. HEX triplet: 43, 39 and 2A. RGB value is (67,57,42). Sum of RGB (Red+Green+Blue) = 67+57+42=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 67 - color contains mainly: red. Hex color #43392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43392A is #BCC6D5. Grayscale: #3A3A3A. Windows color (decimal): -12371670 or 2767171. OLE color: 2767171.
HSL color Cylindrical-coordinate representation of color #43392A: hue angle of 36º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #43392A is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 57 | 42 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.74 |
| HSL | 36º | 0.23% | 0.21% | - |
| HSV(B) | 36º | 0.37% | 0.26% | - |
| XYZ | 4.2 | 4.29 | 2.8 | - |
| YUV | 58.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 57 | 42 | 0 | 0.15 | 0.37 | 0.74 | 36 | 0.23 | 0.21 |
| Hex | 43 | 39 | 2A | 0 | F | 25 | 4A | 24 | 17 | 15 |
| Octal | 103 | 71 | 52 | 0 | 17 | 45 | 112 | 44 | 27 | 25 |
| Binary | 1000011 | 111001 | 101010 | 0 | 1111 | 100101 | 1001010 | 100100 | 10111 | 10101 |
Color Harmonies of #43392A
Complementary color
Monochromatic Colors of #43392A
Black with #43392A
Text Example
Text Example
White with #43392A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43392A; }
p { color: rgb(67,57,42); }
H1.HeaderClassName
{
color: #43392A;
}
.AnyTagClassName
{
color: #43392A;
}
</style>
background-color css
<style>
a { background-color: #43392A; }
a { background-color: rgb(67,57,42); }
div.DivClassName
{
background-color: #43392A;
}
.BgClassName
{
background-color: #43392A;
}
</style>
border-color css
<style>
span { border-color: #43392A; }
span { border-color: rgb(67,57,42); }
td.TdClassName
{
border-color: #43392A;
}
.TagClassName
{
border-color: #43392A;
}
</style>