Shades of Jacko Bean #423A30
Tints of Jacko Bean #423A30
RGB
CMYK
RGB Variations
Color information
#423A30 (or 0x423A30) is known color: Jacko Bean. HEX triplet: 42, 3A and 30. RGB value is (66,58,48). Sum of RGB (Red+Green+Blue) = 66+58+48=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 66 - color contains mainly: red. Hex color #423A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A30 is #BDC5CF. Grayscale: #3B3B3B. Windows color (decimal): -12436944 or 3160642. OLE color: 3160642.
HSL color Cylindrical-coordinate representation of color #423A30: hue angle of 33.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #423A30 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 58 | 48 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.74 |
| HSL | 33.33º | 0.16% | 0.22% | - |
| HSV(B) | 33.33º | 0.27% | 0.26% | - |
| XYZ | 4.29 | 4.4 | 3.42 | - |
| YUV | 59.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 48 | 0 | 0.12 | 0.27 | 0.74 | 33.33 | 0.16 | 0.22 |
| Hex | 42 | 3A | 30 | 0 | C | 1B | 4A | 21 | 10 | 16 |
| Octal | 102 | 72 | 60 | 0 | 14 | 33 | 112 | 41 | 20 | 26 |
| Binary | 1000010 | 111010 | 110000 | 0 | 1100 | 11011 | 1001010 | 100001 | 10000 | 10110 |
Color Harmonies of #423A30
Complementary color
Monochromatic Colors of #423A30
Black with #423A30
Text Example
Text Example
White with #423A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A30; }
p { color: rgb(66,58,48); }
H1.HeaderClassName
{
color: #423A30;
}
.AnyTagClassName
{
color: #423A30;
}
</style>
background-color css
<style>
a { background-color: #423A30; }
a { background-color: rgb(66,58,48); }
div.DivClassName
{
background-color: #423A30;
}
.BgClassName
{
background-color: #423A30;
}
</style>
border-color css
<style>
span { border-color: #423A30; }
span { border-color: rgb(66,58,48); }
td.TdClassName
{
border-color: #423A30;
}
.TagClassName
{
border-color: #423A30;
}
</style>