Shades of Jambalaya #644832
Tints of Jambalaya #644832
RGB
CMYK
RGB Variations
Color information
#644832 (or 0x644832) is known color: Jambalaya. HEX triplet: 64, 48 and 32. RGB value is (100,72,50). Sum of RGB (Red+Green+Blue) = 100+72+50=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 100 - color contains mainly: red. Hex color #644832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644832 is #9BB7CD. Grayscale: #4D4D4D. Windows color (decimal): -10205134 or 3295332. OLE color: 3295332.
HSL color Cylindrical-coordinate representation of color #644832: hue angle of 26.4º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #644832 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 72 | 50 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.61 |
| HSL | 26.4º | 0.33% | 0.29% | - |
| HSV(B) | 26.4º | 0.5% | 0.39% | - |
| XYZ | 8.15 | 7.57 | 4.05 | - |
| YUV | 77.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 72 | 50 | 0 | 0.28 | 0.50 | 0.61 | 26.4 | 0.33 | 0.29 |
| Hex | 64 | 48 | 32 | 0 | 1C | 32 | 3D | 1A | 21 | 1D |
| Octal | 144 | 110 | 62 | 0 | 34 | 62 | 75 | 32 | 41 | 35 |
| Binary | 1100100 | 1001000 | 110010 | 0 | 11100 | 110010 | 111101 | 11010 | 100001 | 11101 |
Color Harmonies of #644832
Complementary color
Monochromatic Colors of #644832
Black with #644832
Text Example
Text Example
White with #644832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644832; }
p { color: rgb(100,72,50); }
H1.HeaderClassName
{
color: #644832;
}
.AnyTagClassName
{
color: #644832;
}
</style>
background-color css
<style>
a { background-color: #644832; }
a { background-color: rgb(100,72,50); }
div.DivClassName
{
background-color: #644832;
}
.BgClassName
{
background-color: #644832;
}
</style>
border-color css
<style>
span { border-color: #644832; }
span { border-color: rgb(100,72,50); }
td.TdClassName
{
border-color: #644832;
}
.TagClassName
{
border-color: #644832;
}
</style>